Go to a web page automatically

Mike Bonner bonnmike at gmail.com
Sat Jul 10 22:05:00 EDT 2010


YOu can also use meta refresh to redirect to a new page. See here:
http://webdesign.about.com/od/metataglibraries/a/aa080300a.htm

Or conversly, a javascript method can be found here:
http://www.web-source.net/javascript_redirect.htm

Also, if you have a set of criteria on the first page you load that
determines the page you actually want to load, similar to what Sarah
demonstrated, you can do your check for <whatever criteria> and then
simply include "the local page I want" based on that criteria.



On Sat, Jul 10, 2010 at 8:56 PM, Sarah Reichelt
<sarah.reichelt at gmail.com> wrote:
> On Sun, Jul 11, 2010 at 10:20 AM, Tim Selander <selander at tkf.att.ne.jp> wrote:
>> Good morning!
>>
>> Thanks for the reply. Sorry for not being clear. By 'open' I mean I just
>> want to take the user to another page, as if they had clicked a link.
>>
>> I'm trying to write a simple form to get user input (based on Sarah's
>> revForm.irev script) and want to take them to a 'Thank you' page
>> automatically after they submit the info.
>
> I found that the easiest way was to show or hide info on the same
> page, depending on user input.
>
> But if you want to take them to a different page, you can redirect.
> Check out the script
> http://www.troz.net/onrev/samples/showscript.irev?showscript=desktop.irev
>
> Note that the redirect headers have to be "put" BEFORE anything else
> is written to the page.
>
> Cheers,
> Sarah
>
> Rodeo discussion:
> http://rodeoapps.com/rodeo-discuss-among-yourselves
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution
>



More information about the use-livecode mailing list