hi all,
when i initialise a string like this :
nextpage = "organizer.asp?WCI=oAddAgency&WCU"
and then display it it gives me this :
organizer%2Easp%3FWCI=oAddAgency
well i guess that javascript has a problem with the special characters "." "?" "&" and maybe more...
what can i do to keep those characters in my string ? is there a function that converts an ascii code ? or is there a better way to do this ?
Best regards X-),
Elise
when i initialise a string like this :
nextpage = "organizer.asp?WCI=oAddAgency&WCU"
and then display it it gives me this :
organizer%2Easp%3FWCI=oAddAgency
well i guess that javascript has a problem with the special characters "." "?" "&" and maybe more...
what can i do to keep those characters in my string ? is there a function that converts an ascii code ? or is there a better way to do this ?
Best regards X-),
Elise