something weird happening?

I use a URL like so to pass info to a REBOL script:

https://abooks.safeserver.com/cgi-bin/bookord.r?Behold,%20The%20Camels%20Wer
e%20Coming!?Dr.%20Ralph%20Sexton,%20Sr.?1-57090-055-8?Mountain%20Church™?9.9
5


In the script, I use:

  orderdata: system/script/args

  parse orderdata/1 [some [to "\" (remove find orderdata/1 "\")] to end]

  order: parse/all trim orderdata/1 "?"

and running Internet Explorer, my order taking script works beautifully. But
in Netscape 4.03 (at least), the only info I get is the first word of the
title (would be "Behold" above).

Could anyone point me to a solution?

Thanks,

--Ralph Roberts




Reply via email to