User Profile

Collapse

Profile Sidebar

Collapse
Arturo07
Arturo07
Last Activity: Feb 11 '10, 06:55 PM
Joined: Feb 4 '10
Location: Montreal QC
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • 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...
    See more | Go to post

    Leave a comment:


  • 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...
    See more | Go to post
No activity results to display
Show More
Working...