I have search a lot in the web, but I was not able to find something useful!!
SCENARIO:
I have my home page and I open a pop-up window.
The user can browse in the pop-up window seeing pages that aren't mine web pages!
PROBLEM:
At this point I would like to get the pop-up actual URL!
SOLUTION:
I tried to use document.URL but nothing it use the main windows and not the pop-up like I want.
Obviously the pop-up window has a name and I try to use it in document.URL, but nowhere there is an example using it!
So I hope you can help me I would like to make it possible!!
thanks you so much
saludos
SCENARIO:
I have my home page and I open a pop-up window.
The user can browse in the pop-up window seeing pages that aren't mine web pages!
PROBLEM:
At this point I would like to get the pop-up actual URL!
SOLUTION:
I tried to use document.URL but nothing it use the main windows and not the pop-up like I want.
Obviously the pop-up window has a name and I try to use it in document.URL, but nowhere there is an example using it!
So I hope you can help me I would like to make it possible!!
thanks you so much
saludos
Comment