hi , I am using.
[HTML]<input type=button class=tbox value="Populate SA" style="width: 90%" onClick="window .location='../SA/Sample.asp?ToDo =FromFeed&Conta ctName=<%=First Name%>&Address= <%=Address%>&Ci ty=<%=City%>&St ate=<%=state%>& ZipCode=<%=Zip% >&Phone=<%=Cont actPhone%>&Note s=<%=Comments%> <%=resolution%> &ordDate=<%=Dat e%>';" >
[/HTML]
for passing value from one page to another but i want to take care of single quote . eg if the first name contains single quote it gives an error in loding a page.
Thanks
[HTML]<input type=button class=tbox value="Populate SA" style="width: 90%" onClick="window .location='../SA/Sample.asp?ToDo =FromFeed&Conta ctName=<%=First Name%>&Address= <%=Address%>&Ci ty=<%=City%>&St ate=<%=state%>& ZipCode=<%=Zip% >&Phone=<%=Cont actPhone%>&Note s=<%=Comments%> <%=resolution%> &ordDate=<%=Dat e%>';" >
[/HTML]
for passing value from one page to another but i want to take care of single quote . eg if the first name contains single quote it gives an error in loding a page.
Thanks
Comment