搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

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