Black Hat Forum
Go Back   Black Hat Forum > Black Hat SEO Forum > Black Hat SEO Tools

Black Hat SEO Tools Black Hat Tools: You can't GO it alone...have an arsenal of programs to help you out!

Search
 
Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-22-2008, 06:49 PM
Junior Member
 
Join Date: Dec 2006
Posts: 135
Thanks: 10
Thanked 11 Times in 5 Posts
Activity: 32%
Longevity: 62%
Today: 0/5
Default Open multiple links with one click

Ok this is a old script, you can simply let visitors open multiple browsers with one click.
If you want to add more browsers, for example 3 browsers just add for example: function open3() and a site:window.open("http://www.site1.com");
window.open("http://www.site2.net");
window.open("http://www.site3.com");


It works fine in FF but don't know if this work in IE.
-------------------------------------------------
<html>
<script language="JavaScript">
function open2() {
window.open("http://www.site1.com");
window.open("http://www.site2.net");
}
</script>
<!-- verander hierboven de url's van de te openen links -->
<head>
<title>click here</title>
---------------------------------------------------------
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


Add Your Link



Site protected by Firewall Script


Sitemap: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54