Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Displaying Alert window with javascript
Message
From
05/03/2005 06:49:15
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00992762
Message ID:
00992984
Views:
22
Dmitry,
You're using javascript which like C,C# needs ; as statement end.
Response.Write(@"<SCRIPT  language=javascript>alert(""Coffee is ready"");</SCRIPT>");
Cetin

>I want to place an alert window and then, once user clicks ok, continue with the code.
>
>Here is my code of the alert window:
>
>
>// come code goes here
>Response.Write(@"<SCRIPT  language=javascript>alert(""Coffee is ready"")</SCRIPT>");
>// continue with the code ...
>
>
>But the only way I see this message if I put
>
>
return;
>after it.
>
>If "return" is not there, the alert window never shows.
>
>Any suggestions? Thank you.
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform