Asim
11-28-2003, 12:45 PM
Hi
Iam using get method of form, my string contains a long string
page.asp?list1=abc&list2=bbc&list3=abs &ste
My problem is when I have & sign in my string, my logic is not working caz engine assumes its another name,value thing. What I want to do is to send my value as it is as it contains & sign.
I am using javascript to send my form , So first of all, on form button click action my form field value goes to javascript and there i am doing something with my values. So if someone knows any method to do any thing here to send my string as it is that will be wonderful
if someone needs more specific detail feel free to contact me
thanks in advance
Asim
Iam using get method of form, my string contains a long string
page.asp?list1=abc&list2=bbc&list3=abs &ste
My problem is when I have & sign in my string, my logic is not working caz engine assumes its another name,value thing. What I want to do is to send my value as it is as it contains & sign.
I am using javascript to send my form , So first of all, on form button click action my form field value goes to javascript and there i am doing something with my values. So if someone knows any method to do any thing here to send my string as it is that will be wonderful
if someone needs more specific detail feel free to contact me
thanks in advance
Asim