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 ?
Printable View
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 ?
yes, just put the name of the ASP file in its place. Does this not work?