Re: How to get the title as text of a html file javascript/IE solution
Re: How to get the title as text of a html file javascript/IE solution
- Subject: Re: How to get the title as text of a html file javascript/IE solution
- From: Chris Adams <email@hidden>
- Date: Sat, 02 Mar 2002 01:48:40 -0500
Another way using Javascript and IE 4.5, OS 9.1:
tell application "Internet Explorer 4.5"
Activate
tell document 1
set theTitle to do script "document.title"
display dialog theTitle
end tell
end tell
Quick and accurate.
HTH:
Chris
--
Chris Adams
Cypress Lake Studios
Hypermedia, Quicktime, and Internet Design
http://www.cypresslakestudios.com
email@hidden
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.