Forum Moderators: open
This script works:
document.write('<input type="text" style="width:100%; " ');
document.write(' value="' + document.getElementById('myframe').src+ '">');
But the source URL is being redirected (on an external server) to another URL and I want to know what this other URL is. The above script just returns the source URL.