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