| |
anton
Posts: 11
Score: 0
Joined: 6/9/2001
From: USA
Status: offline
|
I am trying to pass email addresses via a querysting. The problem is if I have an email address that has a "&" it does work right. I have tried all these before it is put into the querystring: frm.txtEmail.value = replace(frm.txtEmail.value,"&","&") frm.txtEmail.value = replace(frm.txtEmail.value,"&","&") frm.txtEmail.value = replace(frm.txtEmail.value,"&","'&'") frm.txtEmail.value = replace(frm.txtEmail.value,"&","'&'") and it still doesn't work. I am at a loss. I know that the browser sees the & and thinks it is concantinating whatever was next to it. Help, please.
|
|