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
thanksOpening a new window is a behaviour.
HTML for content
Stylesheet for appearance
Javascript for behaviourUsually, 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.
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
thanksOpening a new window is a behaviour.
HTML for content
Stylesheet for appearance
Javascript for behaviourUsually, 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.