Date:  11/30/2001 07:49:14 AM Msg ID:  000186
From:  Alan Harris-Reid Thread:  000186
Subject:  Passing parameters to scripts
When I call one script from another by pressing a sumbit button, I need to pass an object parameter.  I can pass character parameters after the script  call by using "NextScript.fwx?var1=val1 &var2=val2...", but how can I pass parameters which cannot be converted to a character string?

Alternatively, how can I create a non submit/reset button in HTML from which I can call the script using "DO NextScript.fwx WITH myObject" in the click event (VFP-speak here, but I hope you know what I mean)?

Any help would be appreciated.

Alan