|
-
May 21st, 2002, 08:34 AM
#1
Thread Starter
Addicted Member
webbrowser - view source
i'm using the 'webbrowser' control in my application.
i use 'wb.navigate ("www.website.com")' which correctly opens the wanted website.
now i want to display the 'html-source' of this webpage (normally in your browser you can rightclick and select 'view source'). this opens a notepad with plain 'html-text'. how can i retrieve this text?????
thanks for any help.
-
May 21st, 2002, 08:40 AM
#2
yay gay
Text1.Text = Web1.Document.body.innerhtml
-
May 22nd, 2002, 01:48 AM
#3
Thread Starter
Addicted Member
thanks a lot.
where did you find this information?
-
May 22nd, 2002, 02:05 AM
#4
yay gay
some dude gave that week ago here
-
May 22nd, 2002, 09:03 AM
#5
Thread Starter
Addicted Member
how do i find out what url is clicked?
so how can i intercept and do something with this url (thus not using the browser to display the url). i want to cancel the click!
thanks.
-
May 22nd, 2002, 10:35 AM
#6
New Member
Also how do you get the LOAD TIME it took for the page to load, and if it loaded at all or was down?
-
May 22nd, 2002, 11:57 AM
#7
c@lle,
use the Navigate2 method and the BeforeNavigate2() event and you'll be able to see where someone's going and potentially stop them.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|