|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Passing a Variable to a Frame
<i><b>Originally posted by : Doug Hagerman (DougH@Usbs-Panels.com)</b></i><br />I am trying to setup a system to where you can pass a variable containing a web page into a frame.<br /><br /><frame name="First" src="<%# Request.QueryString("Chart1") %>"><br /><br />The Above only produces a Blank Window on top and then of course the bottom one loads because it is a direct path.<br /><br />What am I doing wrong?<br /><br /><br /><br /><br /><html><br /><br /><head><br /><title>Dual Chart Analysis</title><br /></head><br /><br /><frameset rows="*,*"><br /> <frame name="First" src="<%# Request.QueryString("Chart1") %>"><br /> <frame name="Second" src="http://blackpanther/5040/MultiChart/Screen4_Charts.ASPX"><br /><br /> <noframes><br /> <body><br /><br /> <p>This page uses frames, but your browser doesn't support them.</p><br /><br /> </body><br /> </noframes><br /></frameset><br /><br /></html><br /><br />Thanks, <br />Doug<br /><br />
|
|
#2
|
|||
|
|||
|
<i><b>Originally posted by : Fred Moller (fmoller@rentokil.com)</b></i><br />Change <%# Request.QueryString("Chart1") %> to <%= Request.QueryString("Chart1") %>, if the QueryString, Chart1, contains a proper url reference.<br /><br />------------<br />Doug Hagerman at 4/7/2002 1:37:31 PM<br /><br />I am trying to setup a system to where you can pass a variable containing a web page into a frame.<br /><br /><frame name="First" src="<%# Request.QueryString("Chart1") %>"><br /><br />The Above only produces a Blank Window on top and then of course the bottom one loads because it is a direct path.<br /><br />What am I doing wrong?<br /><br /><br /><br /><br /><html><br /><br /><head><br /><title>Dual Chart Analysis</title><br /></head><br /><br /><frameset rows="*,*"><br /> <frame name="First" src="<%# Request.QueryString("Chart1") %>"><br /> <frame name="Second" src="http://blackpanther/5040/MultiChart/Screen4_Charts.ASPX"><br /><br /> <noframes><br /> <body><br /><br /> <p>This page uses frames, but your browser doesn't support them.</p><br /><br /> </body><br /> </noframes><br /></frameset><br /><br /></html><br /><br />Thanks, <br />Doug<br /><br />
|
![]() |
| Viewing: ASP Free Forums > Programming > .NET Development > Passing a Variable to a Frame |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|