Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

Pop up windows on my website that open new window to other websites do not have a scroll bar for navigating page. go to: http://www.greencollegetour.com/University_of_Texas_Arlington_s/58.htm

  • 1 답장
  • 1 이 문제를 만남
  • 7 보기
  • 최종 답변자: cor-el

more options

Please open the "preview pages" on this page. When I use the Bing browser a scroll bar appears on the right. Is there some code I need to add that will add the scroll bar in Firefox?

html code used to create pop-up "preview box":

<script language="JavaScript">function OpenNewWindow(myListBox) 
{
	var jumpToHere;
	var winOptions;
	var popUpWindow; 
	
	jumpToHere = myListBox[myListBox.selectedIndex].value;
 	winOptions = "top=100, left=100, width=1200, height=1200";
 	popUpWindow = open(jumpToHere, "MyWindow", winOptions);
 } </script><span style="font-weight: bold; font-size: 14pt;">Sierra Nevada College<br><br></span></span></span><span style="font-size: 10pt;"><span style="font-size: 10pt;" class="no_float"><span style="font-size: 10pt;"><span style="font-weight: bold; color: rgb(0, 100, 0);">Use</span> <img style="width: 32px; height: 32px;" alt="" src="v/vspfiles/assets/images/up%20arrow.jpg" align="" border="0px"><img style="width: 34px; height: 32px;" alt="" src="v/vspfiles/assets/images/down%20arrow.jpg" align="" border="0px"> <span style="font-weight: bold; color: rgb(0, 100, 0);">Keys to Navigate Preview Pages</span></span></span></span><span style="font-size: 12pt;"><span style="font-size: 12pt;" class="no_float"></span></span><br><span style="font-size: 12pt;"><span style="font-size: 12pt;" class="no_float"><span style="font-weight: bold; font-size: 14pt;"></span><span style="font-size: 12pt;"><select name="lstListBox" onchange="OpenNewWindow(this);this[0].selected=true">
<option selected="selected">Preview Pages
</option><option value="http://www.sierranevada.edu/academics">Academics
</option><option value="http://www.sierranevada.edu/student-life">Student Life
</option><option value="http://www.sierranevada.edu/1540">Strategies for Success
</option><option value="http://www.sierranevada.edu/index.php?id=1316">Student Clubs
</option><option value="http://www.sierranevada.edu/admissions">Admissions
</option><option value="http://www.sierranevada.edu/551">Teacher Education Program
</option></select></span></span></span><span style="font-size: 12pt;" class="no_float"><br>
Please open the "preview pages" on this page. When I use the Bing browser a scroll bar appears on the right. Is there some code I need to add that will add the scroll bar in Firefox? html code used to create pop-up "preview box": <pre><nowiki><script language="JavaScript">function OpenNewWindow(myListBox) { var jumpToHere; var winOptions; var popUpWindow; jumpToHere = myListBox[myListBox.selectedIndex].value; winOptions = "top=100, left=100, width=1200, height=1200"; popUpWindow = open(jumpToHere, "MyWindow", winOptions); } </script><span style="font-weight: bold; font-size: 14pt;">Sierra Nevada College<br><br></span></span></span><span style="font-size: 10pt;"><span style="font-size: 10pt;" class="no_float"><span style="font-size: 10pt;"><span style="font-weight: bold; color: rgb(0, 100, 0);">Use</span> <img style="width: 32px; height: 32px;" alt="" src="v/vspfiles/assets/images/up%20arrow.jpg" align="" border="0px"><img style="width: 34px; height: 32px;" alt="" src="v/vspfiles/assets/images/down%20arrow.jpg" align="" border="0px"> <span style="font-weight: bold; color: rgb(0, 100, 0);">Keys to Navigate Preview Pages</span></span></span></span><span style="font-size: 12pt;"><span style="font-size: 12pt;" class="no_float"></span></span><br><span style="font-size: 12pt;"><span style="font-size: 12pt;" class="no_float"><span style="font-weight: bold; font-size: 14pt;"></span><span style="font-size: 12pt;"><select name="lstListBox" onchange="OpenNewWindow(this);this[0].selected=true"> <option selected="selected">Preview Pages </option><option value="http://www.sierranevada.edu/academics">Academics </option><option value="http://www.sierranevada.edu/student-life">Student Life </option><option value="http://www.sierranevada.edu/1540">Strategies for Success </option><option value="http://www.sierranevada.edu/index.php?id=1316">Student Clubs </option><option value="http://www.sierranevada.edu/admissions">Admissions </option><option value="http://www.sierranevada.edu/551">Teacher Education Program </option></select></span></span></span><span style="font-size: 12pt;" class="no_float"><br></nowiki></pre>

글쓴이 cor-el 수정일시

모든 댓글 (1)

more options

A good place to ask questions and advice about web development is at the mozillaZine Web Development/Standards Evangelism forum.
The helpers at that forum are more knowledgeable about web development issues.
You need to register at the mozillaZine forum site in order to post at that forum.

See http://forums.mozillazine.org/viewforum.php?f=25