B
BillGatesFan
I'm getting a syntax error because .net 2.0 is putting this
WebForm_DoPostBackWithOptions javascript in my button on_click event
and it comes out looking like this:
<input type="image" name="ucTemplate:ContentBodyHTML:btnSubmit"
id="ucTemplate_ContentBodyHTML_btnSubmit" src="/img/forms/
form_submit.gif" border="0" onclick="javascriptostToURL('https://
mysite.com/webquery/webpage.asp');WebForm_DoPostBackWithOptions(new
WebForm_PostBackOptions("ucTemplate:ContentBodyHTML:btnSubmit"
;, "", true, "", "", false, false))"
language="javascript" />
I added the function to my onclick event on the server side to call a
function on the client side. That is not working now because I get a
syntax error. I was not getting an error in 1.1 Can the
WebForm_DoPostBackWithOptions function be removed? Can anyone help me?
Thanks!
WebForm_DoPostBackWithOptions javascript in my button on_click event
and it comes out looking like this:
<input type="image" name="ucTemplate:ContentBodyHTML:btnSubmit"
id="ucTemplate_ContentBodyHTML_btnSubmit" src="/img/forms/
form_submit.gif" border="0" onclick="javascriptostToURL('https://
mysite.com/webquery/webpage.asp');WebForm_DoPostBackWithOptions(new
WebForm_PostBackOptions("ucTemplate:ContentBodyHTML:btnSubmit"
;, "", true, "", "", false, false))"
language="javascript" />
I added the function to my onclick event on the server side to call a
function on the client side. That is not working now because I get a
syntax error. I was not getting an error in 1.1 Can the
WebForm_DoPostBackWithOptions function be removed? Can anyone help me?
Thanks!