Now I am having this error when doing this code
For Each script As HtmlElement In Me.AxWebBrowser 1.Document.GetE lementsByTagNam e("script")
If script.InnerHtm l.Contains("vie werIsLoggedIn") Then
Dim repl As String = script.InnerHtm l.Replace("Fals e", "True")
script.SetAttri bute("text", repl)
End If...
User Profile
Collapse
-
Edit js or HTML code through VB.Net 2008
Hi
I have a axwebrowser control and through it I am editing my website page
On my main site page I have an attribute that I need that makes a field readonly
Although it is important to leave it like that on the site, I still need to edit the field through the Vb.net application. Only way to do this as what I see is to remove the readonly (Without doing all the website through VB.Net)
Is there a way to...
No activity results to display
Show More
Leave a comment: