Results 1 to 4 of 4

Thread: Help!!!!

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Nov 2001
    Posts
    364

    Help!!!!

    i am building my own web browser and i was woundering if there was a way that it could recognise something in html
    eg:

    if this was part of a websites source:
    <html>
    <head>
    <ck=safe>
    </head>


    how could i get my browser to display an image or something if it detects <ck=safe>

    please help

    thanks

  2. #2
    How about
    VB Code:
    1. ... = Replace(YourHTML, "<ck-safe>", "<img src='...'>")

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Nov 2001
    Posts
    364
    how and where do i put that and will it work on any website

  4. #4
    DaoK
    Guest
    You have to play with webbrowser1.document....but I know nothing about .document

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