|
-
Jan 19th, 2000, 05:27 AM
#1
Thread Starter
New Member
I am struggling with this for 2 days any help would be appreciated.
I want to take the screenshot of the web page and store it in a text file which I can later read and access the data in it. It is an 'Active Server Page' (.asp) so what I get using 'OpenUrl' is the code with all the html tags even though I try to save it in a text file (.txt).
Can someone please help, best would be if I can get the code.
Thanks,
-
Jan 19th, 2000, 07:15 AM
#2
-
Jan 19th, 2000, 12:54 PM
#3
Guru
Is what you are trying to to Jini is to filter out all of the HTML tags?
Isn't Jini the name of the SUN technology that didn't work at Comdex? Who would really want to pay $100 to connect their toaster to the internet?
-
Jan 19th, 2000, 05:12 PM
#4
Frenzied Member
Hehee, I thought I recognised the name.
Umm, yeah. Sorry, I think I misunderstood what you wanted. I thight you wanted the script code, 'cause you said you wanted to 'get the code'. I can see that's probably not what you're after. I think there's a replace function (there is in VBScript) which you could use to replace all the tags with zero-length strings. That should get rid of the tags for you.
-
Jan 20th, 2000, 12:44 PM
#5
Guru
Well, replace will take out the tags themselves, but you'll still have the information that was within the tags left over, giving you garbage data.
-
Jan 20th, 2000, 12:57 PM
#6
-
Jan 20th, 2000, 09:35 PM
#7
Thread Starter
New Member
Thanks Everybody,
I finally did figure out. I saved the file as an html ".htm" file and then used (OLE) Excel from my VB to load the file and it did work. Besides, it was really easy to access data it it.
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
|