Ask a Question related to ASP.NET General, Design and Development.
-
Jenet #1
confirm method in javascript
Is there a way to set the default option to 'Cancel' rather than 'Ok' in
Javascript confirm method?
cmdDelete.Attributes.Add("onClick", "javascript:return confirm('Are You Sure
You Wish To Delete This Item ?');")
Thanks.
Jenet Guest
-
Calling WebService method from JavaScript
Hi, I have written a WebService using Visual Studio.Net's 'ASP.Net Web Service' project (ASMX). I want to call the exposed methods form a HTML... -
javascript: a method for referencing model by nam
this is kind of bassackwards, but it will work. i aint found a way to reference a model directly by name (yet), and since a model's index number is... -
JavaScript? Is there a bug in the console.printIn method?
Throughout Acrobat's JavaScript reference docs, including the Acrobat JavaScript Scripting Reference, is the constant use and reference to the... -
PHP Sessions and Javascript submit method
I have a javascript form field validation script that I have used many times with no problems. However, I just started using the script in a PHP... -
Javascript submit method
Hello When using html forms & FMP does FMP absolutely require a <input type="submit" value="-NEW"> tag or can I get away with using something... -
S. Justin Gengo #2
Re: confirm method in javascript
I don't think there is. :(
--
S. Justin Gengo
Web Developer / Programmer
Free Code Library At:
[url]www.aboutfortunate.com[/url]
"Out of chaos comes order."
Nietzche
"Jenet" <Jenet@yahoo.com> wrote in message
news:eGjYzw6SDHA.2188@TK2MSFTNGP10.phx.gbl...Sure> Is there a way to set the default option to 'Cancel' rather than 'Ok' in
> Javascript confirm method?
>
> cmdDelete.Attributes.Add("onClick", "javascript:return confirm('Are You> You Wish To Delete This Item ?');")
>
> Thanks.
>
>
S. Justin Gengo Guest
-
Kevin Spencer #3
Re: confirm method in javascript
No.
--
HTH,
Kevin Spencer
Microsoft MVP
..Net Developer
[url]http://www.takempis.com[/url]
Big things are made up of
lots of little things.
"Jenet" <Jenet@yahoo.com> wrote in message
news:eGjYzw6SDHA.2188@TK2MSFTNGP10.phx.gbl...Sure> Is there a way to set the default option to 'Cancel' rather than 'Ok' in
> Javascript confirm method?
>
> cmdDelete.Attributes.Add("onClick", "javascript:return confirm('Are You> You Wish To Delete This Item ?');")
>
> Thanks.
>
>
Kevin Spencer Guest



Reply With Quote

