ID:149460
 
Okay, I'm stumped here. I'm working with dynamic browser window pages in my experiment game, and in one of the pages I'd like to have a frameset so I can scroll through a list without having a really long page (which is currently 350x250). So, I setup a little experimental framset and tried working it into a window.

<HTML>
<FRAMESET COLS=250,100>
<FRAME SRC='[frame1]' NAME='frame1'>
<FRAMESET ROWS=125,125>
<FRAME SRC='[frame2]' NAME='frame2'>
<FRAME SRC='[frame3]' NAME='frame3'>
</FRAMESET>
</FRAMESET>
</HTML>
But, I stumbled onto a problem. How do I turn the individual frame windows into dynamic pages, when it's expecting a file input? Anyone have a clue how to work around this?
But, I stumbled onto a problem. How do I turn the individual frame windows into dynamic pages, when it's expecting a file input? Anyone have a clue how to work around this?

Hee hee, yep. ;-)
In response to Spuzzum
You're so helpful :P

Unfortunately I've forgotten most of my HTML other than basic font, background, and image stuff. Working on our cities webpage really ruined it for me :(

Never work for the government!