Wednesday, 11 September 2013

I need a textbox value in form 1 to be inserted into form2 as a string in the html level in asp

I need a textbox value in form 1 to be inserted into form2 as a string in
the html level in asp

I would like to 'transfer' a textbox value into a html code. E.g the
textbox value is a website like http://www.google.com in form1.aspx. and i
would like the value to be put into the html code in form2.aspx . Might i
ask how i should be going around on this?
<span class="logoposition">
<a href="http://www.google.com"><img src="Logo.jpg" height= "120";
width="280"; /></a>
</span>
Like i would like the textbox1 value to replace the current www.google.com

No comments:

Post a Comment