Hi all,

I'm using some code which looks like this....

<%           $CameFrom := get request info("Referer")
                $CameFrom := substring($CameFrom;last of($CameFrom;"/")+1)
%>

... followed by some other stuff to update session items, and then a redirect back to the $CameFrom address.

This all works fine on all my browsers on the Mac, but when I try it on Windows XP Pro with Explorer 6.0 I find that the 'Referer' element of the Request Info is missing and so the redirect gives an error.

Doing a 'dump request info' confirms that the 'Referer' element is not present.

Is this something about Explorer 6.0?

What other options do I have to do the same thing?

Many thanks!

David Wright

(Active4D 3.0 on 4D Server 2003)

_______________________________________________
Active4D-dev mailing list
[email protected]
http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/

Reply via email to