View Full Version : Hope this is a simple question
TristanD
11-19-2006, 04:17 AM
Hope this is a simple question..........
ok this is what i want to knowm if you open a webpage inyour normal browser it shows the name of the webpage (Meta-Tag!?) as the browser window .. now i want to do the same but i dont know how to retrieve the Tag HELP
Roboblue
11-19-2006, 03:49 PM
you have to download the page, then use string functions to strip the tag.
this browser apz (http://www.indigorose.com/forums/showpost.php?p=91284&postcount=2) will show how to do it. Look at how the tab buttons work from the web object On Loaded event.
TristanD
11-20-2006, 09:41 AM
well dude, Doesn't the webobject auto download pages in order to view them... Like to the temporairy Folder?????
Roboblue
11-20-2006, 02:04 PM
sure it does. Can you find it consistantly?
If so, just use the web get.url and search the IE temp file directory, then manipulate the string.
However, sometimes IE will rename files or even use strange directory names when it puts them into temp. I just found it easier to download the source file.
Do what's easiest for you.
The hard part was figuring out how to strip the name out of the source file.
TristanD
11-21-2006, 04:30 AM
i sure believe that.. you way of doing it is more reliable ;) Thanks
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.