TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Abhishek Namdeo
NA
4
0
windows Warning message is coming when trying to Closing Parent window from child window
Nov 28 2008 4:35 AM
I have put this code in my child window java script part to Close Parent window from child window
try
{
if(!window.opener.closed)
{
alert(window.opener.location);
window.opener.close();
}
}
catch(err)
{
}
But while clicking the close button , its giving one alert message "the window you are viewing is trying to close . Do you.....?".
I dont want this message.
Can anybody help me in thi.
Thanks in advance
Reply
Answers (
1
)
Venkat Subramaniam to Speak on Debugging Ajax, Agile Developement, Test Driven Development in .NET, Programming Groovy
outlook Attachment using java script mailto function???