Problem with iRev refresh
Paul Foraker
paul.foraker at gmail.com
Tue Mar 8 01:26:25 EST 2011
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
More information about the use-livecode
mailing list