This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Hierdie gesprek is in die argief. Vra asseblief 'n nuwe vraag as jy hulp nodig het.

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 antwoord
  • 1 het hierdie probleem
  • 7 views
  • Laaste antwoord deur 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>

Gewysig op deur cor-el

All Replies (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