PDA

Click to See Complete Forum and Search --> : Frames


nmretd
Jun 19th, 2000, 03:59 AM
Is it possible to use a FrameSet like the one below and include an asp file in the 75% Region instead of main.html ?

<frameset cols="25%,75%">
<frame src="menu.html">
<frame src="main.html">
</frameset>

nmretd ?

Clunietp
Jun 19th, 2000, 08:49 AM
yes, just put the name of the ASP file in its place. Does this not work?