Rovi,

  just a guess: target is deprecated and not part of XHTML 1.0 strict.

  You could try to switch to XHTML 1.0 transitional DTD or open the
  window by javascript. A handy way is to use the rel attribute for
  marking links that should open in a new window. Put the url into
  href and a marker into rel like rel="external". The javascript
  itself registers for the window.onload event, scans the page for all
  a-Tags and applies a function for opening the window for all marked
  links, which reads the url from the href attribute. Don't forget to
  return !window.open so that the link will open in the same window if
  javascript is disabled.

  Take a look at:

  http://www.onlinetools.org/articles/unobtrusivejavascript/

regards,

  Martin

am Samstag, 24. Dezember 2005 um 05:56 schrieben Sie:

> How to I place a link that opens external to the current window? Normally I
> would use target=_blank, but in Kupu I don't see any option to specify this
> option. Also, when I try using BXE to specify the link in Firefox, I get a
> message "a is not allowed as a child of a". If I try using source editor to
> change target of the link, when i save, I get "RELAX NG Validation failed:"
> error in red, with a bunch of other errors like:
> error: text not allowed here ....filename.xml:22:46:
> error: element "br" from namespace "http://www.w3.org/1999/xhtml"; not allowed
> in this context
> error: element "a" from namespace "http://www.w3.org/1999/xhtml"; not allowed
> in this context
> etc., etc.
> I had copy pasted the text from an HTML page to a text editor, and then pasted
> it in Kupu.
> I guess I am missing a big piece here - am I not supposed to copy paste text
> into Kupu??
> Any help will be appreciated. Thanks!





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to