[thelist] url variables

Joel Stevenson joelstevenson at mac.com
Thu Sep 26 14:49:01 CDT 2002


Ryan,

you can use the escape () function, e.g.:

var destination = 'http://someurl.com';
destination += '?return_page=' + escape (document.location);

-Joel



More information about the thelist mailing list