15.gif

Search (advanced search)
Use this Search form before posting, asking or make a new thread.
Tips: Use Quotation mark to search words (eg. "How To Make Money Online")

03-18-2014, 09:30 PM
Post: #1
open multipple domain from 1 domain url
Hello, I need to open multipple domain from 1 domain url

Please help me

Thank you
03-19-2014, 03:07 PM
Post: #2
RE:
Google "how to setup subdomains"

;-)
03-19-2014, 08:40 PM
Post: #3
RE:
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?
03-20-2014, 02:14 PM (This post was last modified: 03-20-2014 02:16 PM by mudasir.)
Post: #4
RE:
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>
03-21-2014, 02:09 AM
Post: #5
RE:
Thank you but it is blocked by a popup blocker in Firefox. did you know any solution?
22.gif
04-02-2014, 05:14 AM
Post: #6
RE:
If popups blocked, then use pop-under. Simple.
Thanks




83.gif