Hello!
I have a very simple HTML page that contains a button that does a window.open to access an asp on our webserver. In that asp I'm trying to capture the URL of the opener window. I then want to search through that URL for a specific string.
Can someone give me some tips on how to accomplish this? I'm very new to Javascript so I'm not sure how to actually capture the window.opener URL. I've tried just assigning the window.opener.location to a String variable but it doesn't work.
TIA!
I have a very simple HTML page that contains a button that does a window.open to access an asp on our webserver. In that asp I'm trying to capture the URL of the opener window. I then want to search through that URL for a specific string.
Can someone give me some tips on how to accomplish this? I'm very new to Javascript so I'm not sure how to actually capture the window.opener URL. I've tried just assigning the window.opener.location to a String variable but it doesn't work.
TIA!