Way to set default homepage in Rev?

Monte Goulding monte at sweattechnologies.com
Mon Mar 24 16:57:01 EST 2003


Hi

Please post to the list in plain text format.

Can anyone tell me if it's possible to use Revolution to set the user's
default homepage in Internet Explorer?  (Perhaps there's an AppleScript
method that can be called)?

You should only do this with the users consent but the simplest thing to do
would be write out a local html file with the javascript to do it then
launch the file. I think you can find the javascript on a number of public
sites.

Also to anyone else that wants to integrate with payment processing from
their apps a simple solution is to do wrote out a html file with
<body onload="document.pform.submit(); ">
<form name="pform" action="https://whatever.com" method="POST">
...

Interestingly this is how MSN Messenger integrates with hotmail accounts.

Cheers

Monte




More information about the use-livecode mailing list