Hey guys,
I am trying to get a input from a user in a textbox which redirects to a .aspx page in which i want it to open a iframe in which i open a address such as "
Instead of userinput I want it to put the textbox input there. I am passing the textbox value using the GET method
I am using the following iframe code:
<IFRAME SRC=" FRAMEBORDER="0" SCROLLING="auto" WIDTH="446" HEIGHT="120" TITLE="Test">
Test </IFRAME>
Is there anyway I can use something like src=" ?
Do I need to use VB script somehow using if statements and build a string?
I am fairly new to dreamweaver, any help would be greatly appreciated
I am trying to get a input from a user in a textbox which redirects to a .aspx page in which i want it to open a iframe in which i open a address such as "
Instead of userinput I want it to put the textbox input there. I am passing the textbox value using the GET method
I am using the following iframe code:
<IFRAME SRC=" FRAMEBORDER="0" SCROLLING="auto" WIDTH="446" HEIGHT="120" TITLE="Test">
Test </IFRAME>
Is there anyway I can use something like src=" ?
Do I need to use VB script somehow using if statements and build a string?
I am fairly new to dreamweaver, any help would be greatly appreciated