|
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>"
|
|
|
|