Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Adding a query_string
Message
 
To
24/08/2003 17:03:22
General information
Forum:
Internet
Category:
Javascript
Miscellaneous
Thread ID:
00822952
Message ID:
00845844
Views:
20
Hi Ron

The form idea is best
<form method='get' action='porders.cgi' name='frmOrder'>
<input type='hidden' name='fpairs' value=''>
</form>
<a href='javascript:document.frmOrder.submit();'>Next</a>
then instead of having a global string called fpairs you update
document.frmOrder.fpairs.value = "black|red|blue";
The problem with the syntax you have is the wid parameter would be overwritten as you aren't passing it as an array. I'd be inclined to pass it as a string and then explode it on the pipe | symbol.

HTH
Sarah King
pcpropertymanager.com
Previous
Reply
Map
View

Click here to load this message in the networking platform