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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Iframe to open browser according to input

Status
Not open for further replies.

hapsmack

Programmer
Feb 6, 2006
19
US
Hey guys,

I am trying to open a browser depending upon the input submitted. I am passing the input using the GET form method and I want to use the iframe tag to display the browser.

For example I want to display where input is the value submitted in the text box by the user.

I am using the following code for iframe:
<IFRAME SRC=" FRAMEBORDER="0" SCROLLING="auto" WIDTH="446" HEIGHT="120" TITLE="Test">
News </IFRAME>

Is there anyways I can put into src such as " or maybe use VBscript to make the string?

Any Help would be greatly appreciated :)
 
dbl post see dreamweaver forum

[Peace][Pipe]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top