I have a lot of shortened URLs using sites like tinyurl etc but I would prefer to work directly with the full address.
I have written the following which according to information I found on google should work but it is returning the URL of the window that ran the code not the new one
myWindow = window.open(\'http://tinyurl.com/79anjy9\',\'_blank\'); sleep(10); // actually a php command but there to give time to get the correct url displayed document.write(window.location)); mywindow.close();
Is it possible to do?
Thanks
Gary

New Topic/Question
Reply


MultiQuote





|