Results 1 to 3 of 3

Thread: Disable hyperlinks in WebBrowser object

  1. #1
    Guest

    Wink

    Hi all,

    My program has a textbox to type in the URL address, and when I hit enter after typing-in the address, the webbrowser object is supposed to display the web page.

    Does anyone know how to instantly disable all the hyperlinks in the web page displayed in the webbrowser?

    Any help is appreciated.

    Rgds,
    David.

  2. #2
    Guest

    Question

    Anybody knows how to do this?

  3. #3
    New Member
    Join Date
    Oct 2000
    Posts
    6
    you may try this:

    data1 = inet1.openurl(address)
    data1 = replace(data1, "href", "hrek")

    and refresh the web page

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