Hello buddy, I have a problem of passing the Value in HTML Form to the VB Script function.
Like example: My Text1 value="1234&abc"
when pass the Text1 value to the Function(Text1.value), The Value pass in it will be 1234.
but the actual is 1234&abc. ( Client Side )
How Should I solve this Problem.....? Thank you...
Like example: My Text1 value="1234&abc"
when pass the Text1 value to the Function(Text1.value), The Value pass in it will be 1234.
but the actual is 1234&abc. ( Client Side )
How Should I solve this Problem.....? Thank you...