Archive of UserLand's first discussion group, started October 5, 1998.
Re: iCab Scripting [Mac]
Author: André Radke Posted: 4/14/1999; 1:21:58 PM Topic: iCab Scripting [Mac] Msg #: 5015 (In response to 5007) Prev/Next: 5014 / 5016
How do I script iCab to open a series of websites? Using the glue I created with the commercial developers suite, each openurl event causes a new window to open OMM.icab.openurl ("http://discuss.userland.com/")The glue for iCab.openurl looks as follows:on openurl (s, openurlTo = nil, towindow = nil, flags = nil, formdata = nil, mimetype = nil, progressapp = nil, resultapp = nil) { «Retrieves URL off the Web. return (appleEvent (iCab.id, 'WWW!', 'OURL', '----', string (s), 'INTO', filespec (openurlTo), 'WIND', long (towindow), 'FLGS', long (flags), 'POST', formdata, 'MIME', string (mimetype), 'PROG', progressapp, 'RSLT', resultapp))}It already seems to do what you want it to do. Or am I misunderstanding?
There are responses to this message:
- Re: iCab Scripting [Mac], Greg, 4/15/1999; 8:21:03 AM
This page was archived on 6/13/2001; 4:49:21 PM.
© Copyright 1998-2001 UserLand Software, Inc.