On Tue, Mar 8, 2011 at 3:51 AM, Jan Schenkel wrote:
> Aren't you missing a quote after tURL to close the content attribute? Or is
> that a typo when you wrote the email?
>
> ##
> put format("")
> into thePlaceToGo
> put thePlaceToGo
> ##
>
There is a missing quote, but as Alex pointed out, it's
Thanks, Alex, yeah, that's obviously an error. Since I got it working the
other way, I won't mess with the code now, but I'll know to look more
intensely next time.
On Tue, Mar 8, 2011 at 5:20 AM, Alex Tweedly wrote:
> I think the quotes are strangely placed in the 'format' statement below
> (as
I think the quotes are strangely placed in the 'format' statement below
(assuming it was copied/pasted).
put format("") into
would produce
On 08/03/2011, at 9:44 AM, Paul Foraker wrote:
I'm working on a registration page for a training (
www.blueskytrainings.com/register.irev ). I'm havin
--- On Mon, 3/7/11, Paul Foraker wrote:
> Problem solved (thank you,
> Cristophe!).
>
> Instead of
>
> put format(" content=\"0;url=" &tURL & ">") into
> thePlaceToGo
> put thePlaceToGo
>
> which fails on Safari, Chrome and IE.
>
> This works perfectly on all tested browsers:
>
> -- put forma
Problem solved (thank you, Cristophe!).
Instead of
put format("") into
thePlaceToGo
put thePlaceToGo
which fails on Safari, Chrome and IE.
This works perfectly on all tested browsers:
-- put format("")
into thePlaceToGo
put new header "Location: "&tURL
put "test"
-- Paul
_
Thank you, Sarah, but that didn't work. Safari and Chrome still fail to
reach the PayPal site.
Testing some more, I found an odd error using IE on Windows NT. IE also
fails to go to PayPal, but instead it puts the following URL onto a blank
page:
https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclic
On 08/03/2011, at 9:44 AM, Paul Foraker wrote:
> I'm working on a registration page for a training (
> www.blueskytrainings.com/register.irev ). I'm having a problem with Safari
> and Chrome improperly refreshing to a PayPal page. I'm on a Mac.
>
> The following code works perfectly in Firefox
I'm working on a registration page for a training (
www.blueskytrainings.com/register.irev ). I'm having a problem with Safari
and Chrome improperly refreshing to a PayPal page. I'm on a Mac.
The following code works perfectly in Firefox and Camino. It fails to go to
PayPal in Safari and Chrome.