Click to See Complete Forum and Search --> : html 4.0.1 strict or transitional


pizzdeliveraman
11-23-2006, 03:31 PM
my site validates although some pages are transitional
i want to add link to social bookmark site to my index page which validates as html 4.0.1 strict now
i want these links to open in a new window so i am looking for the best solution
please help out here
thanks

felgall
11-23-2006, 07:10 PM
Opening a new window is a behaviour.

HTML for content
Stylesheet for appearance
Javascript for behaviour

kiwibrit
11-24-2006, 05:43 AM
Usually, I think there is no cause to open in a new window - but just occasionally there is. You can use javascript, or you can simply use target="_blank" and accept a validation failure. Either way, warn vistors that a new window will be opened.

IIRC, default settings of IE7 block new window opening, without the user's explicit consent, and FF2 by default opens up a new tab.