Ask a Question related to ASP.NET General, Design and Development.
-
Marc #1
Re: serverside button and javascript
You have to add a return to the code the Alex gave you
deleteQuote.Attribute.Add("onclick", "return(confirm_delete());")
Marc Guest
-
Back button / Javascript History
Hi I have a coldfusion page which allows users to view different colours of clothes. By clicking on a red square you get an image for the red... -
JavaScript Onclick firing a button (C#)
Has anybody ever used JavaScript to fire a button? I want a user to be able to click anywhere in a row to be able to make a selection. I use... -
Javascript back button
A client wanted a simple flash button adding to an html page to use as a 'back' button. I've used the script: //Goto Webpage Behavior... -
cancelling a postback on a button with javascript
Chris: Try using the onSubmit event of the Form element to cancel the submission, as opposed to the onClick event. <script... -
JavaScript Access to Button in form tags (webcontrol or html button)
Hello, I have a button called LoadBtn, which exists in <form name="Form1" runat=server></form> tags. I then have javascript loaded outside of...



Reply With Quote

