Way to mimic what this page does?

2004-08-05 Thread RGould8
Can anyone tell me if there's a way to mimic what this web-page does in 
Revolution?

http://www.verizon.net/cookiemonster.asp?view=set

I need to see if it's possible to save a cookie in IE in Mac OS X, using the 
parameters that you see on this site.   I would define those parameters in 
Revolution and save them as variables.   I'd need to somehow pass those variables 
to something that saves a cookie in the same format that this web-site saves 
the cookie.   From what I've been learning about cookies, it's sounding like I 
need to be on the same domain when saving cookies as the web-page that 
reads the cookie - - - is that correct?   If that is correct then I'm clueless as 
to how you'd go about telling Rev to mimic being on a domain in order to 
save a cookie.   The good news is that Rev doesn't have to read the cookie - - - 
just write it.

Any advice is greatly appreciated.
___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Way to mimic what this page does?

2004-08-05 Thread Dar Scott
On Aug 5, 2004, at 8:36 PM, [EMAIL PROTECTED] wrote:
I need to see if it's possible to save a cookie in IE in Mac OS X, 
using the
parameters that you see on this site.   I would define those 
parameters in
Revolution and save them as variables.   I'd need to somehow pass 
those variables
to something that saves a cookie in the same format that this web-site 
saves
the cookie.   From what I've been learning about cookies, it's 
sounding like I
need to be on the same domain when saving cookies as the web-page 
that
reads the cookie - - - is that correct?   If that is correct then I'm 
clueless as
to how you'd go about telling Rev to mimic being on a domain in 
order to
save a cookie.   The good news is that Rev doesn't have to read the 
cookie - - -
just write it.
Maybe you can get IE to open a web page at a specialized port in the 
application, that is, connect to a server on the same computer that is 
really in your application.  The application sets the cookies.

On approach to the domain problem is to make the cookies widely 
available.

Maybe IE also allows cookie management by AppleScript.  Well, I said 
maybe.

Dar Scott
___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Way to mimic what this page does?

2004-08-05 Thread Troy Rollins
On Aug 5, 2004, at 10:36 PM, [EMAIL PROTECTED] wrote:
The good news is that Rev doesn't have to read the cookie - - -
just write it.
Maybe Ken Ray can help, he's proven that cookies can be used in some 
way in Rev, via RevZilla.

Of course, the bad news is that it reads them, not writes them.  ;-)
--
Troy
RPSystems, Ltd.
http://www.rpsystems.net
___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Way to mimic what this page does?

2004-08-05 Thread Ken Ray
On 8/5/04 10:05 PM, Troy Rollins [EMAIL PROTECTED] wrote:

 
 On Aug 5, 2004, at 10:36 PM, [EMAIL PROTECTED] wrote:
 
 The good news is that Rev doesn't have to read the cookie - - -
 just write it.
 
 
 Maybe Ken Ray can help, he's proven that cookies can be used in some
 way in Rev, via RevZilla.
 
 Of course, the bad news is that it reads them, not writes them.  ;-)

Very true - and I think that's the rub. I'm just trying to access cookies
that have already been written by a browser for use in Rev... don't know if
that will help you much.

Ken Ray
Sons of Thunder Software
Web site: http://www.sonsothunder.com/
Email: [EMAIL PROTECTED]


___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Way to mimic what this page does?

2004-08-05 Thread Troy Rollins
On Aug 5, 2004, at 11:00 PM, Dar Scott wrote:
Maybe IE also allows cookie management by AppleScript.  Well, I said 
maybe.
Speaking of AppleScript, I've gotta say, since Scott Rossi posted his 
UberCool iTunes stack, I've been going nuts with AppleScript and Rev. 
I've never been able to decipher Xcode and AppleScript studio, but the 
combination of Late Night Software's Script Debugger and Revolution 
are quite a power team for elegant control of your Mac, and letting Rev 
control all of your applications as though they were one big app.

Incidentally, Script Debugger wins my all-time best script editor 
award. If RunRev wants to improve the script editing and debugging 
interface in Revolution, they should examine that tool. Closely. 
(Please. ;-)
--
Troy
RPSystems, Ltd.
http://www.rpsystems.net

___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution