Go Back   CodeCall Programming Forum > Software Development > Tutorials > Javascript
Register Blogs Search Today's Posts Mark Forums Read

Javascript Javascript Tutorials and Code

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-06-2007, 09:21 AM
TcM's Avatar
TcM TcM is offline
Code Warrior
 
Join Date: Aug 2006
Posts: 11,461
TcM is a name known to allTcM is a name known to allTcM is a name known to allTcM is a name known to allTcM is a name known to allTcM is a name known to all
JavaScript: Opening 2 links with 1 Click

Introduction:-
Well here I will show you how to open 2 links with just one click.

Solution:-

Here is the Code, insert this in the Head:-

Code:
<SCRIPT LANGUAGE="JavaScript"> 

function DoubleOpen(site1, site2) { 
window.open(site1); 
window.location = site2; 
} 
</script>
and this goes into the body

Code:
<a href="javascript:DoubleOpen('site1', 'site2');">Click Here</a>
Example:-
Code:
<a href="javascript:DoubleOpen('http://www.codecall.net/', 'http://forum.codecall.net/');">Click Here</a>
Conclusion:-
As Always The Full Code Is Attached And Feedback Is Welcome!
Attached Files
File Type: zip DoubleOpen.zip (323 Bytes, 70 views)
__________________
Funny Media Blog
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 01-06-2007, 10:39 PM
Programming God
 
Join Date: Dec 2006
Location: Sri lanka
Posts: 908
xtraze is an unknown quantity at this point
Send a message via MSN to xtraze Send a message via Skype™ to xtraze
Nice, I think I will try to use this for IPB and make another window oen requesting unregistered members to sign-up.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 01-07-2007, 04:32 AM
TcM's Avatar
TcM TcM is offline
Code Warrior
 
Join Date: Aug 2006
Posts: 11,461
TcM is a name known to allTcM is a name known to allTcM is a name known to allTcM is a name known to allTcM is a name known to allTcM is a name known to all
Quote:
Originally Posted by xtraze View Post
Nice, I think I will try to use this for IPB and make another window oen requesting unregistered members to sign-up.
I'm happy that you found a use for this
__________________
Funny Media Blog
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 01-08-2007, 02:43 AM
Programming God
 
Join Date: Dec 2006
Location: Sri lanka
Posts: 908
xtraze is an unknown quantity at this point
Send a message via MSN to xtraze Send a message via Skype™ to xtraze
I always think of uses for tutorials being posted here. I may not use all but maybe someone else can. Look at all replies I have made dude, most of them are alternates or uses.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 01-12-2007, 04:32 AM
Programming God
 
Join Date: Jan 2007
Location: Chicago
Posts: 586
AfTriX is on a distinguished road
Thanks!
Nice trick of parsing a couple of arguments to the function.

Code:
windows.location = xxx;
The code that I'v learnt now.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 08-08-2007, 06:55 PM
Newbie
 
Join Date: Aug 2007
Posts: 1
TheJun is an unknown quantity at this point
Thank you very much.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Does Google Penalize for too many inbound links Cleo8 Search Engine Optimization 7 01-24-2010 11:37 PM
Few High PR links vs. Several lower PR links Dan Search Engine Optimization 11 12-22-2008 07:44 PM
Windows XP Tricks & Tips!!!!..new ones. pranky Tutorials 9 08-23-2008 04:22 PM
Javascript: Opening 2 (or more) links with 1 Click TcM Javascript 6 01-12-2007 04:26 AM
.Gov and .Edu links DevilsCharm Search Engine Optimization 3 08-23-2006 10:22 PM


All times are GMT -5. The time now is 08:16 AM.


vBulletin v3.8.0 ©2010, Jelsoft Enterprises Ltd.


no new posts

LinkBacks Enabled by vBSEO 3.1.0