We're calling on all EU-based Mozillians with iOS or iPadOS devices to help us monitor Apple’s new browser choice screens. Join the effort to hold Big Tech to account!

Dette websted vil have begrænset funktionalitet, mens vi gennemgår vedligeholdelse for at forbedre din oplevelse. Hvis en artikel ikke løser dit problem, og du vil stille et spørgsmål, har vi vores supportfællesskab, der venter på at hjælpe dig på @FirefoxSupport på Twitter og/r/firefox på Reddit.

Søg i 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.

Læs mere

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 svar
  • 1 har dette problem
  • 7 visninger
  • Seneste svar af 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>

Ændret af cor-el den

Alle svar (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