Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

pass server side var in a iframe path....

Status
Not open for further replies.

jc98

MIS
Nov 6, 2000
17
0
0
US
anybody know how i can pass a variable to the path of an iframe. such as the value of a query string value.
 
You'll need to response.write() the variable right to the client.

Don't play with iFrames, but if I were going to write out a link with a variable on it, it might look like this:

<a href=&quot; here</a>

If this doesn't clear it for you, then post back what you need the html to look like, and the name of your server side variable, and we'll get you fixed up.

:)
paul
penny.gif
penny.gif
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top