plucker
10-24-2003, 07:31 AM
Hey all
I'v got a site with a top navigation bar as a frame. i'v got severall links within the frame with refrences like
'index.htm?main=home'
where main represents the frame target and home is the src.
In the frames page <frameset> tag I need to recieve the var 'main's value ie. home and input home.htm into the frame src of the frame.
i'm guessing itl be somthin like this
<% if main = "home" then %>
<frame src="default.htm" name="main"
<% end if %>
Cheers:confused:
I'v got a site with a top navigation bar as a frame. i'v got severall links within the frame with refrences like
'index.htm?main=home'
where main represents the frame target and home is the src.
In the frames page <frameset> tag I need to recieve the var 'main's value ie. home and input home.htm into the frame src of the frame.
i'm guessing itl be somthin like this
<% if main = "home" then %>
<frame src="default.htm" name="main"
<% end if %>
Cheers:confused: