Results 1 to 2 of 2

Thread: Using View Source function

  1. #1

    Thread Starter
    Member
    Join Date
    Oct 2000
    Location
    USA
    Posts
    37

    Question

    How can I use the view source function which is left clicking the mouse and down to view source(on a webpage). I have websites that I use this on and in notepad it displays and url. I want my prog. to save this url(displayed in notepad) as a string depending on the link I use. How can this be done.

  2. #2
    Guest
    Text1.Text = Webbrowser1.Document.documentElement.innerHTML

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width