• 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
Re: Applescritp Netscape Url adress for Filemaker database .
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Applescritp Netscape Url adress for Filemaker database .


  • Subject: Re: Applescritp Netscape Url adress for Filemaker database .
  • From: Michael Scheurer <email@hidden>
  • Date: Fri, 28 Sep 2001 12:43:38 +1000

on 27/9/01 4:15 AM, Claudio wrote:

> Hi all .
>
> I need to make one applescript that he copies me a Adress de Website of
> Netscape 4.6 and after that I create a new register in a data base of the
> Filemaker with this copied address.


On a basic level, this will do the job:

tell application "Netscape Communicator"
set theAddy to URL of window 1
end tell

tell application "FileMaker Pro"
tell window 1
set cell "URL" to theAddy
end tell
end tell

michael


References: 
 >Applescritp Netscape Url adress for Filemaker database . (From: Claudio <email@hidden>)

  • Prev by Date: Re: How can we pass unix file paths to the finder?
  • Next by Date: Re: 10.1 script insists on classic URL Access Scripting addition
  • Previous by thread: Applescritp Netscape Url adress for Filemaker database .
  • Next by thread: Re: applescript-users digest, Vol 2 #1121 - 14 msgs
  • Index(es):
    • Date
    • Thread