On 8/16/05 4:48 PM, "Ken Ray" <[EMAIL PROTECTED]> wrote:

> put urlEncode("Test") into tName
> put urlEncode("test@test.com") into tEmail
> get url("http://www.123.com/cgi-bin/testcgi?"; & tName & "&" & tEmail)

Whoops! That should be:

  get url("http://www.123.com/cgi-bin/testcgi?name="; & tName & "&email="
  & tEmail)

Sorry...

But Dave's already clued you in on this, and his code is better than mine...
:-)


Ken Ray
Sons of Thunder Software
Web site: http://www.sonsothunder.com/
Email: [EMAIL PROTECTED]


_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to