![]() |
Is there a way to redirect to two different sites at same time?
I would like to redirect a page to two different sites, one would open in the same window, and the other in a new tab or window.
How can I do this? I don't want that the user click to get the other site or both, I want that when the user go to some URL then the URL launches two different pages. It seems very similar, if not the same, to an old fashioned pop up... How do I do this? |
I could be wrong - I would guess that you would need a click - As far as I know there is not a way to do an 'onload' popup anymore and that's what it would require.
Not really my thing but that would be my guess.... |
Quote:
|
you can do on page load with javascript?
|
redirect first page to second page. on second page make 3rd page popup on load. Problem solved :2 cents:
|
Quote:
|
Quote:
Code:
<script type="text/javascript"> Code:
$(function(){ OR you can get creative and add a DOM to trigger events via JQuery with some delay. There are many ways, I used some pretty shitty code some years ago to open several pages by using a... FORM element! |
Quote:
|
Quote:
|
Quote:
|
Quote:
. |
I'm sure there are easier ways to completely piss off and alienate your site's visitors.
|
All times are GMT -7. The time now is 03:54 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc