Forums
This topic is locked
How to open a detailpage in a frame
Posted 19 Jun 2001 12:05:58
1
has voted
19 Jun 2001 12:05:58 Dark Psycho posted:
Does anybody can help me out I made a page with a field of a tabel who passes a variable to the detail page (this has to be the left frame ) know i want to see the detail page in the right frame dont know how to tho this !!
Replies
Replied 19 Jun 2001 17:35:26
19 Jun 2001 17:35:26 Dave Joosten replied:
Hello,
I haven't tried it but if i would try it i would make sure that the previous page has to link to the detail page in the specific frame while both pages contain the Request.QueryString XXX variable. If you have no idea what i'm talking about, let me know and ill see if i got some time today to make a quick example
Dave Joosten
I haven't tried it but if i would try it i would make sure that the previous page has to link to the detail page in the specific frame while both pages contain the Request.QueryString XXX variable. If you have no idea what i'm talking about, let me know and ill see if i got some time today to make a quick example
Dave Joosten
Replied 19 Jun 2001 17:50:53
19 Jun 2001 17:50:53 Dark Psycho replied:
i have already figured it out mysel you have to edit the code a little bit : for example in a simple link when the linked page opens in another frame is <a href=..... target="mainframe"
When you want the deatail page in the other frame you have to set the target="mainframe" somwhere in the code i already found it : (this is where i had to put it in the code )
<A HREF="Detail.asp?<%= MM_keepNone & MM_joinChar(MM_keepNone) & "Product_Onderverdeling=" & Recordset1.Fields.Item("Product_Onderverdeling".Value %>"mainFrame" <%= MM_keepNone & MM_joinChar(MM_keepNone) & "Product_Onderverdeling=" & Recordset1.Fields.Item("Product_Onderverdeling".Value %>" target="mainFrame"><%=(Recordset1.Fields.Item("Product_Onderverdeling".Value)%> </A> </td>
i give the anser so other people can use also
Greets DARK
Everything is possible if you search enough )))
When you want the deatail page in the other frame you have to set the target="mainframe" somwhere in the code i already found it : (this is where i had to put it in the code )
<A HREF="Detail.asp?<%= MM_keepNone & MM_joinChar(MM_keepNone) & "Product_Onderverdeling=" & Recordset1.Fields.Item("Product_Onderverdeling".Value %>"mainFrame" <%= MM_keepNone & MM_joinChar(MM_keepNone) & "Product_Onderverdeling=" & Recordset1.Fields.Item("Product_Onderverdeling".Value %>" target="mainFrame"><%=(Recordset1.Fields.Item("Product_Onderverdeling".Value)%> </A> </td>
i give the anser so other people can use also
Greets DARK
Everything is possible if you search enough )))