Asch
12-11-2003, 10:25 AM
Hi ,
I m trying to ad an onclik which executes a script with cookies on an scrollbox wher are listed countrys...
each link is like this :
<option value="australia/index.html" name="australia" onClick="SetCookie('country', this.name, exp)">Australia
So this does not work !!
I tried :
this.name='autralia'
this.name=name || 'australia'
doesnt work eather.... somebody has an idea ?????? i really need it to work !!! thx for your help...
I m trying to ad an onclik which executes a script with cookies on an scrollbox wher are listed countrys...
each link is like this :
<option value="australia/index.html" name="australia" onClick="SetCookie('country', this.name, exp)">Australia
So this does not work !!
I tried :
this.name='autralia'
this.name=name || 'australia'
doesnt work eather.... somebody has an idea ?????? i really need it to work !!! thx for your help...