Best Blackhat Forum

Full Version: open multipple domain from 1 domain url
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, I need to open multipple domain from 1 domain url

Please help me

Thank you
Google "how to setup subdomains"

;-)
I do not want subdomains I nee e.c. when user will visit site http://mysite.com/ parallely to open http://mysite1.com, http://mysite2.com

Does it possible?
Yes you can open 2nd website using javascript by inserting script in 1st website's head, when some one visit your website javascript will open 2nd one automatically in new tab.

i dont know there is allowed to post scripts or not but if there is any issue please remove it.



Code:
<script type="text/javascript">
window.open ('YourNewPage.htm','_self',false)
</script>
Thank you but it is blocked by a popup blocker in Firefox. did you know any solution?
If popups blocked, then use pop-under. Simple.
Reference URL's