Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Adding a query_string
Message
 
À
24/08/2003 17:03:22
Information générale
Forum:
Internet
Catégorie:
Javascript
Divers
Thread ID:
00822952
Message ID:
00845844
Vues:
21
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform