• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Convert URL to text?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Convert URL to text?


  • Subject: Convert URL to text?
  • From: Scott Dunn <email@hidden>
  • Date: Sat, 3 Dec 2005 09:24:38 -0500

I'm trying to write a small utility that performs some actions based upon the URL of the current web page. I assumed that the following would give me a variable of the correct type for searching the keychain, however it appears I'm wrong. If I hard-code 'keyName' to the address of the page then the retrieval works fine.

tell application "Safari"
	set theURL to the URL of document 1
end tell
set keyName to theURL as text
-- at this point 'keyName' seems to be correct, but doesn't work.
-- if I 'set keyName to "www.apple.com"' then it works

I'm assuming that the coercion of URL to text is not working as I expect and 'keyName' actually contains some extraneous non-visible characters.

What's the correct way to get a URL as plain text?

I did try searching the archives and tried a few things that I saw there but I'm still stuck. Suffice to say this is very frustrating. This is my first AppleScript and I would never have thought I'd be stumped by something that seems so simple!

Thanks for your help,

Scott.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • Re: Convert URL to text?
      • From: kai <email@hidden>
    • Re: Convert URL to text?
      • From: Emmanuel <email@hidden>
References: 
 >Re: Fwd: Validating email address (From: has <email@hidden>)

  • Prev by Date: Re: Fwd: Validating email address
  • Next by Date: Re: Validating email address
  • Previous by thread: Re: Fwd: Validating email address
  • Next by thread: Re: Convert URL to text?
  • Index(es):
    • Date
    • Thread