|
-
Jul 17th, 2008, 12:16 PM
#1
Re: [RESOLVED] Embed or use javascript confirmation box in asp.net save button
I didn't suggest that either. You mentioned that you want to avoid writing inline JS. Calling a javascript function is inline javascript.
Doing an .Attributes.Add("onclick","javascript:ConfirmUpdate()") is also the equivalent of using inline js because that's what it renders out to in the <input> tag's attribute.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|