Prohledat stránky podpory

Vyhněte se podvodům. Za účelem poskytnutí podpory vás nikdy nežádáme, abyste zavolali nebo poslali SMS na nějaké telefonní číslo nebo abyste sdělili své osobní údaje. Jakékoliv podezřelé chování nám prosím nahlaste pomocí odkazu „Nahlásit zneužití“.

Zjistit více

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 odpověď
  • 1 má tento problém
  • 7 zobrazení
  • Poslední odpověď od 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>

Upravil uživatel cor-el dne

Všechny odpovědi (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