Ask a Question related to ASP.NET General, Design and Development.
-
KathyB #1
asp.net button.Attributes.Add (script not working)...why?
Hi, I have an asp:button id="btnList" in an asp.net page. In the page
load event (If NOT Postback), I have the following:
btnList.Attributes.Add("onclick", "<script
language='javascript'>window.open('Scanned.aspx', 'Serial Numbers',
'width=200 , height=300, toolbar=no');</script>")
I get no syntax errors, but when I run the page and click the button,
it simply posts back to itself. I made validate false, but don't see
any other
I know this is simple, but PLEASE tell me why???
Thanks, Kathy :-)
KathyB Guest
-
6.1 script not working on 7.0 server. Script used towork!
I've a problem with some coldfusion 6.1 scripts running on a server with coldfusion 7. It seems that it isn't accepting the hidden type for the tag... -
Button Script
Hello everybody, maybe you people can help me? I am a beginning director user, I learn to use this program at school. I was looking a few programs... -
3 - state button script
Thank you in advance for any assistance offered. I am a school teacher and desperately need a script for a 3-state button. Normal state to rollover... -
button created using attributes.add to run script in html...fires with each page postback
Hi, I have the following script in an aspx html: <script language="javascript"> function pop_window() { var confirmWin = null; confirmWin =... -
How to access script tag attributes in asp.net from code behind?
How to access script tag attributes in asp.net from code behind? Thanks in advance Nitc



Reply With Quote

