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
sameer gadade
NA
61
55.3k
javascript
Jun 29 2012 2:38 AM
hi i want to pass the query string values from child page to parent page now how can i open(refreshed) parent page from child with query string
code:
child java script:
function btn1_onclick() {
window.open('FrmReportStudentYearlyAttendance.aspx?Operation=C&User_ID=' + Student_ID, 'Users', 'left=350,top=250,scrollbars=NO,status=NO,resizable=NO');
}
here i used window.open() but this opens new window with aspx page
i had tried opener.window()
and window.parent() but these are not working
if possible please send me code
Reply
Answers (
2
)
Learning DART
What is Penetration Testing?