all groups > dotnet jscript > september 2004 >
You're in the

dotnet jscript

group:

Message box return result


Message box return result robert.bull NO[at]SPAM wbp.org
9/17/2004 6:51:18 AM
dotnet jscript:
I am trying to create a message box that returns the value clicked by
the user. For example, in the following javascript code:

If (confirm('Are you sure you want to do this?'))
{
CallFunction();
}

Anybody know of an easy way to accomplish this in ASP.net. Thanks in
Re: Message box return result Eliyahu Goldin
9/19/2004 11:32:36 AM
What is not good in this javascript code? Do you want to process the
returned value on server side? If you do, you just need to change any server
control in the client-side code according to the returned value and submit
the form.

Eliyahu

[quoted text, click to view]

AddThis Social Bookmark Button