frameset problem - more (Full Version)

All Forums >> [Web Development] >> ASP and Database



Message


wizard_oz -> frameset problem - more (4/10/2005 2:12:44)

Hi again,I would like to divide the screen to 3 parts with frames
On the left there is the menu when I click on one of the link , I would like to send request to the main frame and to the 3rd frame I could only send request to the main frame How do I send to the 3rd frame?
		Response.Write "<a href=" & "details.asp?id_detail=" & rs("id_detail") & " target='mainFrame'><IMG SRC='pictures/rightmenu/" & rs("mainfile") & "' width=80 height=122 border='0'></td></tr>"




Spooky -> RE: frameset problem - more (4/10/2005 22:54:00)

This may work for you?


<a href="javascript:Go('doc1.htm','doc2.htm')">update 2</a>

<script language=javascript type="text/javascript">
<!--
function Go(frame1,frame2)
{ parent.FrameName1.location=frame1;
parent.FrameName2.location=frame2;
}
// -->
</script>





wizard_oz -> RE: frameset problem - more (4/14/2005 15:52:14)

thanks




Page: [1]

Valid CSS!




Forum Software © ASPPlayground.NET Advanced Edition 2.4.5 ANSI
0.046875