Click here to Skip to main content
15,886,007 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
iam not able to set value to this input txt

HTML
<input id="mediaurl" name="mediaurl" placeholder="http://" value="" type="url" class="ui-input-text ui-body-c ui-corner-all ui-shadow-inset">

i have tried
VB
webbroswser1.Document.GetElementById("mediaurl").SetAttribute("Value", _Url)

not working
Posted
Comments
DamithSL 8-Jul-14 4:29am    
which event you set this value? debug and check you have value for webbroswser1.Document.GetElementById("mediaurl")

1 solution

to assign value to text box
mediaurl.text="ur text"
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900