Adjust DNS
[How to]... This is the place that we can share anything...
Wednesday, July 28, 2010
How to Open links in New Tab of browser with Javascript?
Could it possibly be as simple as this?
form = document.createElement("form");
form.method = "GET";
form.action = "http://tctshare.com/index.php";
form.target = "_blank";
document.body.appendChild(form);
form.submit();
Success to you :D
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment