|
||||||
| Javascript Javascript Tutorials and Code |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||||
|
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>
Code:
<a href="javascript:DoubleOpen('site1', 'site2');">Click Here</a>
Code:
<a href="javascript:DoubleOpen('http://www.codecall.net/', 'http://forum.codecall.net/');">Click Here</a>
As Always The Full Code Is Attached And Feedback Is Welcome!
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum Chat with other CodeCall members on IRC; connect to irc.codecall.net and join #codecall ![]() Business Directory | Technology Blog | Windows Help |
| Sponsored Links |
|
|
|
|||||
|
Quote:
![]()
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum Chat with other CodeCall members on IRC; connect to irc.codecall.net and join #codecall ![]() Business Directory | Technology Blog | Windows Help |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Does Google Penalize for too many inbound links | Cleo8 | Search Engine Optimization | 6 | 04-23-2007 04:56 PM |
| Few High PR links vs. Several lower PR links | Dan | Search Engine Optimization | 5 | 04-23-2007 04:44 PM |
| Windows XP Tricks & Tips!!!!..new ones. | pranky | Tutorials, Classes and Code | 7 | 02-01-2007 10:58 PM |
| Javascript: Opening 2 (or more) links with 1 Click | TcM | Javascript | 6 | 01-12-2007 03:26 AM |
| .Gov and .Edu links | DevilsCharm | Search Engine Optimization | 3 | 08-23-2006 09:22 PM |