PDA

View Full Version : Needing A Code For



Dust-Ball.
25-03-2006, 03:54 PM
I Need A HTML Code To Make My Links Pop Up In A New Window Dose Anyone Know It? If So Please Could I Have It. Rep+ For The Help!
Thanks
Justin

Encryptions!
25-03-2006, 03:57 PM
<a href="url.php" target="blank" /></a>

Dust-Ball.
25-03-2006, 04:02 PM
What DO I Put In The Areas?

Catchetat
25-03-2006, 04:07 PM
or target=none

but what do you mean by areas?

nets
25-03-2006, 04:36 PM
or target=none
It doesn't actually matter what you put in there, although blank is better.

Catchetat
25-03-2006, 04:46 PM
that's why i put or

using none is less words :D

Mentor
25-03-2006, 07:11 PM
For technical accursay you should use "_blank" althogh if you use a name that isnt used by anything in the document, it will revert to opening a new window anyway. Just useing "blank" is just as bad as useing "none" or "ilikepie" Since the actaly command needs the start to have a _ which acts as a specal charciter "/

Dust-Ball.
26-03-2006, 07:42 AM
<a href="url.php" target="blank" /></a>

What Do I Put In blank
And
In
URL.PHP

This Is To Make My Links Open In New Window!

Tomm
26-03-2006, 08:01 AM
<a href="url.php" target="blank" /></a>
What Do I Put In blank
And
In
URL.PHP

This Is To Make My Links Open In New Window!

Eh? You replace url.php to the link you want opening in a new window. So lets say we want habbo.php to open in a new window we would put:


<a href="habbo.php" target="_blank" /></a>

Catchetat
26-03-2006, 08:11 AM
you replace the url.php to the thing you want it to pop out.

Css
26-03-2006, 09:37 AM
<a href="url.php" target="_blank" /></a>


You replace url.php with the link that you want to open up.

DONT change blank =] As this is what opens the new window

Dust-Ball.
27-03-2006, 02:56 PM
ok
my stuff is NOT Php so do i put index.htm
?

Tomm
27-03-2006, 02:58 PM
If that is the name of the file then yes.

Dust-Ball.
27-03-2006, 04:43 PM
Ok Thanks Guys!

Want to hide these adverts? Register an account for free!