+ 4
How does one create a page redirection in JScript?
I want to be able to link and visit other pages through JScript.
2 Respostas
+ 3
Thanks... most appreciated
+ 4
window.location = "http://all4share.co"
it will redirecte you to all4share.co
I want to be able to link and visit other pages through JScript.