Re: TAG Open in a new window and/or tab

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Reference:
http://office.microsoft.com/en-us/publisher/HA011587451033.aspx
describes two methods.

And if you choose to use the ECMAScript code approach note that the first
javascript code snippet is incorrect on the website. Use this instead:


<script language="JavaScript" type="text/javascript">function Show(Url,
Name, Features) { window.open(Url, Name, Features); }</script>


DavidF

"Paulo" <Paulo@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:0C16F797-0CF9-40CD-96F8-1384A04AA551@xxxxxxxxxxxxxxxx
I have my page www.techna.pt almost ready nbut there re a few links i would
like to put (as default) opening in a new window (somethink like _Blank in
HTML code)
It can be done??
Thanks!


.



Relevant Pages

  • Re: Open link in new window
    ... javascript code snippet is incorrect on the website. ... If you have follow up questions, you can post your web related questions in ...
    (microsoft.public.publisher)
  • Re: hyperlink to a site in a new window
    ... If you choose to use the ECMAScript code approach note that the first ... javascript code snippet is incorrect on the website. ...
    (microsoft.public.publisher.webdesign)
  • Re: How to have the pages open in new window?
    ... If you choose to use the ECMAScript code approach note that the first ... javascript code snippet is incorrect on the website. ...
    (microsoft.public.publisher.webdesign)
  • Re: How to have the pages open in new window?
    ... If you choose to use the ECMAScript code approach note that the first ... javascript code snippet is incorrect on the website. ...
    (microsoft.public.publisher.webdesign)
  • Re: use assert and defensive together
    ... There are several image-loading functions on my website. ... It would be better if you used different return codes for each type of failure, but I'm not going to fix al of your code. ... You could also do what I suggested and provide a mechanism to register a log function and call that if it is passed invalid parameters. ... The function is therefore incorrect because it should use them or incorrect because it takes them. ...
    (comp.lang.c)