Frames in Popup

liunx

Guest
I am attempting to make a small site with very little content but still has a bit of an artistic flair. The index page links to a popup that is 675px x 275px. Within the popup, I have two frames,an upper and lower, and in the upper frame I really need to be able to scroll vertically on one page. I have the scrollbars set to "1" on the index link, which should work in either platform, but since the first page that loads into the popup doesn't scroll, the existing pages after that do not scroll.....any ideas.....??<br />
<br />
Thanks...<!--content-->If you could post your code...<!--content-->Here is the code for the pop up window.<br />
<br />
Thank you so much for the help!<br />
<br />
<br />
<tr> <br />
<td width="428" height="246" valign="top"><a href=http://www.htmlforums.com/archive/index.php/"javascript:;" onClick="MM_openBrWindow('main_window.htm','','scrollbars=yes,width=675,height=380')"><img src=http://www.htmlforums.com/archive/index.php/"graphics/front_test2.jpg" width="486" height="330" border="0"></a></td><br />
</tr><br />
</table><br />
<table width="492" border="0" cellpadding="0" cellspacing="0" align="center"><br />
<tr> <br />
<td width="492" height="64" valign="top"> <br />
<div align="center"><a href=http://www.htmlforums.com/archive/index.php/"javascript:;" onClick="MM_openBrWindow('main_window.htm','','scrollbars=yes,width=675,height=380')"><img src=http://www.htmlforums.com/archive/index.php/"graphics/front_lower.jpg" width="413" height="64" border="0"></a></div><br />
</td><br />
</tr><!--content-->OK, assuming you haven't played with the standard Dreamweaver function MM_openBrWindow, what's inside main_window.htm?<!--content-->the main_window is the frameset itself. Within the mainwindow there is a top and bottom frame. The bottom frame holds the flash animation and an html navigation. The top frame would hold the content that I need to be scrollable. Am I going the wrong way completely!?! <br />
<br />
Thanks a ton, btw!<!--content-->so you are saying that the second page in the top frame doesn't scroll? what is the code for the frameset? in there you should set scrolling to auto, I think that will take care of it.<!--content-->YOU ARE THE MAN! I was looking in totally the wrong spot! Duh.....sometimes its right there in front of your nose and it takes a guy with a big fly swatter to hit you in the face with it before you see it! Thanks again!<br />
<br />
C<!--content-->
 
Back
Top