Hi chokka,
u need to hack a little to achieve that with default alert.
Instead u can try with a simple custom alert.
Something like this,
"http://slayeroffice.
Thanks
Main Topics
Browse All Topics
I am working on Web Application.
Using ASP.Net / AJAX/ Javascript / Jquery.
I dont want AJAX ModalPopup Window.
*************
I want a normal "Alert Message Window" or Confirmation Message Window - Ok/ Cancel ..!
With Title as Project Name or "http://server/project/def
By default, you can watch " Windows Internet Explorer " as Dialog window Title.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Hi chokka,
u need to hack a little to achieve that with default alert.
Instead u can try with a simple custom alert.
Something like this,
"http://slayeroffice.
Thanks
Even if there is no direct solution, there are solutions but probably more complex than what the author wants to implement.
Anyway, even if there wasn't any solution, when somebody asks "can I do that", and the answer is "no, you cannot" then an acceptable answer has been provided.
This question is interesting and I guess that many other poeple would be happy to find a reference of this issue on experts-exchange. So this question shouldn't be deleted.
In the question, i have clearly mentioned that - I don't want AJAX Modal Popup.
But experts gave answer for AJAX Modal Popup or to Hack the Application.
Now options under the hands of moderator - If Hacking is the best solution - I will go for grading that expert. Or if My Question itself a solution - then i will go for the expert who repeated my question as Solution.
Business Accounts
Answer for Membership
by: kaylanreilorPosted on 2009-09-10 at 23:38:57ID: 25307086
Yes you cannot change the titles of these message boxes, from a security stand point. The only way you could simulate it, is by creating a modeless dialog window.
om/dhtml/c olumn22/js -vbNewjs.h tml), writing a function with the help of the VBS MsgBox function ? But it is not very fair because of the "VBScript:" string in the title bar.
There are many third-party javascript-plugins that you could use to fake this effect so you do not have to write all that code.
Or, perhaps something like this (http://www.webreference.c
Really I think you should use the model popup extender control in ajax toolkit. More or less you try something around the following :
Select allOpen in new window