PDA

View Full Version : taget OR target



Msharry
Wed 12th Dec '07, 2:56pm
hi there
In Announcements Discussions forum, the Notices has problem


<strong>Q:</strong> <em>When will vBulletin 3.7.0 be available to download from the members' area?</em><br />
<strong>A:</strong> The developers are working as fast as possible to fix bugs and implement suggestions so that a public beta can be prepared. Please be patient. <a href="showthread.php?t=250084" taget="faq">Further FAQ</a>

you need to change:
taget="faq"
to
target="faq"

Kier
Thu 13th Dec '07, 8:05am
Fixed, thanks.

Mazinger
Thu 13th Dec '07, 9:07am
Did you mean target="_blank"? Because I see no point of target="faq". :confused:

Wayne Luke
Thu 13th Dec '07, 9:34am
Setting it to "faq" names the window/tab as "faq". If you click the link again it will reuse the same window/tab. If it is set to "_blank" it will open a new window/tab every time it is clicked. You can use this technique to reuse a window/tab like this for various links throughout a system.

---MAD---
Thu 13th Dec '07, 10:03am
Setting it to "faq" names the window/tab as "faq". If you click the link again it will reuse the same window/tab. If it is set to "_blank" it will open a new window/tab every time it is clicked. You can use this technique to reuse a window/tab like this for various links throughout a system.
Never knew that myself actually. I always put target blank.

Thanks for the info ;).

Mazinger
Thu 13th Dec '07, 12:05pm
That's useful, thanks for the info.