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
Arpita Tripathi
NA
95
24k
refresh of parent page from child page
Aug 22 2013 9:18 PM
I have one child page which contains back button like
<input class="button" type="button" value="Back" onclick="javascript:return CloseWindow();">
and the javascript is
<script type="text/javascript">
window.opener.parent.location.href="ParentPageName"
self.close();
</script>
After login there is one main page which contains dynamic menu and a iframe and inside iframe all pages are opening
my ParentPage is also opening inside iframe but when comming back from child page using the above code the ParentPage is opening inside a new window and not inside the main page iframe but i want to open it inside main page iframe when click on back button of child page
Reply
Answers (
1
)
Display values in gridview based on value of another table
HTML ERROR