Go Back   Novahq.net Forum > Computers > Web design and Programming
FAQ Community Calendar Today's Posts Search

Web design and Programming Discuss website creation and other programming topics.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 02-10-2006, 08:59 PM
DevilDog#1 is offline DevilDog#1

Join Date: Jul 2002
Posts: 7,040

Opening a link in new browser window

To do the above what's faster VbScript or JScript working with PHP?

Trying to open links on my site in a separate window.
__________________








Quote:
If I don't do that doesn't mean I can't - DD#1
Reply With Quote
  #2  
Old 02-10-2006, 09:20 PM
Scott is offline Scott
Scott's Avatar
AKA. Panther

Join Date: Sep 2001
Location: Minneapolis, MN
Posts: 10,922

plain html.

<a href="link" target="_blank">name</a>

if your talking about a popup then js
__________________

04' Dodge SRT-4, Mopar Stage 3, 406whp/436wtq
Reply With Quote
  #3  
Old 02-10-2006, 09:39 PM
DevilDog#1 is offline DevilDog#1

Join Date: Jul 2002
Posts: 7,040

Yo P does php has any magic popper upper?
__________________








Quote:
If I don't do that doesn't mean I can't - DD#1
Reply With Quote
  #4  
Old 02-10-2006, 09:59 PM
Scott is offline Scott
Scott's Avatar
AKA. Panther

Join Date: Sep 2001
Location: Minneapolis, MN
Posts: 10,922

nope
__________________

04' Dodge SRT-4, Mopar Stage 3, 406whp/436wtq
Reply With Quote
  #5  
Old 02-10-2006, 10:08 PM
DevilDog#1 is offline DevilDog#1

Join Date: Jul 2002
Posts: 7,040

Dang! Know any site which shows mouseover bubble thing?
__________________








Quote:
If I don't do that doesn't mean I can't - DD#1
Reply With Quote
  #6  
Old 02-10-2006, 10:26 PM
Scott is offline Scott
Scott's Avatar
AKA. Panther

Join Date: Sep 2001
Location: Minneapolis, MN
Posts: 10,922

no mouseover bubble but I have a css tooltip if thats what your looking for..

Code:
<style type="text/css">
a.tooltip {
	position:relative;
}

a.tooltip:hover {
	background: none;
	text-decoration:none;
}

a.tooltip span {
	display: none;
}

a.tooltip:hover span { 
	display:block;
	position:absolute;
	top:18px;
	left:5px;
	width:auto;
	border:1px solid #000000;
	background: #ffffe1;
	padding:1px;
	text-decoration:none;
	color:#000000;
	font-family:Verdana,Arial,Sans-Serif;
	font-size:7pt;
}
</style>

<a href="" class="tooltip">Hover over me!<span>d00d you hovered over me!</span></a>
__________________

04' Dodge SRT-4, Mopar Stage 3, 406whp/436wtq
Reply With Quote
  #7  
Old 02-10-2006, 10:42 PM
DevilDog#1 is offline DevilDog#1

Join Date: Jul 2002
Posts: 7,040

Already doing it

Checkout Yahoo.com's news page. It has bubble thing when we move mouse over the heading.
__________________








Quote:
If I don't do that doesn't mean I can't - DD#1
Reply With Quote
  #8  
Old 02-10-2006, 10:48 PM
Scott is offline Scott
Scott's Avatar
AKA. Panther

Join Date: Sep 2001
Location: Minneapolis, MN
Posts: 10,922

if your talking about the hearts thats flash.. you can also do what they are doing with tooltips using the title="note" tag in your <a href> links
__________________

04' Dodge SRT-4, Mopar Stage 3, 406whp/436wtq
Reply With Quote
  #9  
Old 02-10-2006, 10:58 PM
DevilDog#1 is offline DevilDog#1

Join Date: Jul 2002
Posts: 7,040

Whoaaa Nelly! It actually woyks!!! Thanks P
__________________








Quote:
If I don't do that doesn't mean I can't - DD#1
Reply With Quote
  #10  
Old 02-10-2006, 11:15 PM
DevilDog#1 is offline DevilDog#1

Join Date: Jul 2002
Posts: 7,040

Found something even better
__________________








Quote:
If I don't do that doesn't mean I can't - DD#1
Reply With Quote
  #11  
Old 02-11-2006, 12:36 AM
DevilDog#1 is offline DevilDog#1

Join Date: Jul 2002
Posts: 7,040

Hey P is the word spacing better now?
__________________








Quote:
If I don't do that doesn't mean I can't - DD#1
Reply With Quote
Reply


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

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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Through The Window Sig TaylorH Sigs and Graphics 7 05-08-2008 04:28 PM
Through The Window Tutorial TaylorH Sigs and Graphics 3 05-04-2008 09:53 PM
New version of Window Washer is out! DevilDog#1 Hardware and Software 1 08-19-2007 05:28 PM
Window Sized :/ .Simon. Web design and Programming 2 05-07-2005 11:06 AM
How Much Is That Barbie in the window Dragon-SC- Humor & Jokes 2 04-13-2005 09:49 AM


All times are GMT -5. The time now is 03:53 AM.




Powered by vBulletin®