Problem solved (thank you, Cristophe!).

Instead of

put format("<meta http-equiv=\"refresh\" content=\"0;url=" &tURL & ">") into
thePlaceToGo
put thePlaceToGo

which fails on Safari, Chrome and IE.

This works perfectly on all tested browsers:

-- put format("<meta http-equiv=\"refresh\" content=\"0;url=" &tURL & ">")
into thePlaceToGo
put new header "Location: "&tURL
put "test"

-- Paul
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to