Hello, I need to open multipple domain from 1 domain url
Please help me
Thank you
Google "how to setup subdomains"
;-)
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.