G
Guest
Hi there,
I run into a very strange problem. I got the following url and am passing
information via query string. The problem when the "sin" key in query string
is blank, shown as in the following querystring, I got an error message
saying "Unterminated string constant" from IE 6.0 and asking me if I want to
debug. When I click Yes button, nothing happened and the page just shows up.
When I put anything as a value for "sin" key, IE doesn't complain. The
code-behind code is running without problem and I am not doing anything with
the sin in client side. I am wondering if it's the word "sin" not good, or
something else funny happening.
http://localhost/IDImaging/Assign.a...&sin=&fn=ty&mn=d&ln=WHATCOM&b=1900-01-01&sx=m
Any idea?
Thanks a lot.
Mike
I run into a very strange problem. I got the following url and am passing
information via query string. The problem when the "sin" key in query string
is blank, shown as in the following querystring, I got an error message
saying "Unterminated string constant" from IE 6.0 and asking me if I want to
debug. When I click Yes button, nothing happened and the page just shows up.
When I put anything as a value for "sin" key, IE doesn't complain. The
code-behind code is running without problem and I am not doing anything with
the sin in client side. I am wondering if it's the word "sin" not good, or
something else funny happening.
http://localhost/IDImaging/Assign.a...&sin=&fn=ty&mn=d&ln=WHATCOM&b=1900-01-01&sx=m
Any idea?
Thanks a lot.
Mike