Re: [WSG] alternative to target=_blank in xhtml 1.1

2007-02-23 Thread Thierry Koblentz
Gallagher, Robin wrote:
 Users of the search engine on my intranet site wold like to have the
 results open in a new page. Can anyone suggest a valid method to do
 this in xhtml 1.1?

This solution requires no extra markup:
http://www.tjkdesign.com/articles/popup_window_with_no_extra_markup.asp

HTH,
---
Regards,
Thierry | www.TJKDesign.com


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] alternative to target=_blank in xhtml 1.1

2007-02-23 Thread Minh D. Tran
Hi Robin,

Another way to open a new window is

a href=http://www.anotherlink.com;
 onclick=window.open(this); return false; title=Sample Link/a

Let me know if this works.

Minh Tran



Gallagher, Robin [EMAIL PROTECTED] wrote: sec: u alternative to 
target=_blank in xhtml 1.1 Users of the search engine on my intranet site 
wold like to have the results open in a new page. Can anyone suggest a valid 
method to do this in xhtml 1.1?
  Thanks 
  Robin Gallagher  
DSTO Intranet  Internet Manager  
(03) 9626 7386 
 
 
  
***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*** 

 
-
The fish are biting.
 Get more visitors on your site using Yahoo! Search Marketing.

***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***

Re: [WSG] alternative to target=_blank in xhtml 1.1

2007-02-23 Thread L. Robinson

*/Gallagher, Robin [EMAIL PROTECTED]/* wrote:

Users of the search engine on my intranet site wold like to have the
results open in a new page. Can anyone suggest a valid method to do
this in xhtml 1.1?


http://www.456bereastreet.com/archive/200603/the_target_attribute_and_opening_new_windows/

http://www.456bereastreet.com/archive/200610/opening_new_windows_with_javascript_version_12/

lr


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



[WSG] alternative to target=_blank in xhtml 1.1

2007-02-22 Thread Gallagher, Robin
Users of the search engine on my intranet site wold like to have the
results open in a new page. Can anyone suggest a valid method to do this
in xhtml 1.1?

Thanks

 Robin Gallagher
 DSTO Intranet  Internet Manager
 (03) 9626 7386
 
 
 


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***


Re: [WSG] alternative to target=_blank in xhtml 1.1

2007-02-22 Thread Tim
Easy. Tell them to Right click the search button and open results in 
a new window.
Anything else will fail to validate as a strict doctype and be less 
accessible.


Tim
]
On 23/02/2007, at 5:09 PM, Gallagher, Robin wrote:

Users of the search engine on my intranet site wold like to have the 
results open in a new page. Can anyone suggest a valid method to do 
this in xhtml 1.1?


Thanks

Robin Gallagher
DSTO Intranet  Internet Manager
(03) 9626 7386



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***

The Editor
Heretic Press
http://www.hereticpress.com
Email [EMAIL PROTECTED]



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] alternative to target=_blank in xhtml 1.1

2007-02-22 Thread Lindsay Evans

On 2/23/07, Gallagher, Robin [EMAIL PROTECTED] wrote:

Users of the search engine on my intranet site wold like to have the results
open in a new page. Can anyone suggest a valid method to do this in xhtml
1.1?


Hi Robin,

Roger Johansson has a pretty good (and easy to implement) script:
http://www.456bereastreet.com/archive/200610/opening_new_windows_with_javascript_version_12/

I'd also suggest having the open in new window functionality as an
option that the users can disable, if they feel so inclined. Or,
ideally, as something they can opt-in for.

--
Lindsay Evans
http://lindsayevans.com/


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] alternative to target=_blank in xhtml 1.1

2007-02-22 Thread Steve Olive
On Friday 23 February 2007 17:35, Tim wrote:
 Easy. Tell them to Right click the search button and open results in
 a new window.
 Anything else will fail to validate as a strict doctype and be less
 accessible.

 Tim
 ]

 On 23/02/2007, at 5:09 PM, Gallagher, Robin wrote:
  Users of the search engine on my intranet site wold like to have the
  results open in a new page. Can anyone suggest a valid method to do
  this in xhtml 1.1?
 
  Thanks
 
  Robin Gallagher

Hi,

The alternate is to use JavaScript:

window.open('url to open','window name','attribute1,attribute2')

IMHO, if a significant proportion of users are requesting this feature, you 
should offer users the option of a new window with one button and the same 
window or a tab with just a text link.

This option will get a number of standardistas upset - but look at the total 
site traffic, not just the requests for this feature, and then make your 
decision.


-- 
Regards,

Steve
Bathurst Computer Solutions
URL: www.bathurstcomputers.com.au
e-mail: [EMAIL PROTECTED]
Mobile: 0407 224 251
 _
... (0)
... / / \
.. / / . )
.. V_/_
Linux Powered!
Registered Linux User #355382
*
If you read the same things as others
and say the same things they say, then
you're perceived as intelligent. I'm a
bit more independent and radical and
consider intelligence the ability to
think about matters on your own and
ask a lot of skeptical questions to 
get at the real truth, not just what
you're told it is.
Apple's Inventor - Steve Wozniak 2006
*


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***