i am using an iframe ipage in my parentpage. I would like to get the querystring in javascript of the parentpage?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I suggest to you to use my favourite function:
Just call it from the child window like this and act with the query string as an object.
For example if you have the query string
?name=stackand you want to get it, try:This will return
stack.