kmccormick2008
Programmer
How can I process this redirect URL to get "redirected value" end value using JavaScript?
Lets say this URL:
http://ad.doubleclick.net/ad/website.com/;sect=;subs=;sz=115x77;ord=4771639
Redirected you to:
How can I get the end value of the redirect, " using JavaScript?
Something like this?:
var initValue = "
var newValue = ?? process(initValue); ?? // opens initValue URL and returns the redirect
document.write(newValue); //outputs "
Lets say this URL:
http://ad.doubleclick.net/ad/website.com/;sect=;subs=;sz=115x77;ord=4771639
Redirected you to:
How can I get the end value of the redirect, " using JavaScript?
Something like this?:
var initValue = "
var newValue = ?? process(initValue); ?? // opens initValue URL and returns the redirect
document.write(newValue); //outputs "