I used the Java script published by Connie Miller in the Answer Box for help
in opening a new window from a hyperlink. It didn't work. Nothing happened. I
followed the directions carefully and double-checked all the characters to
make sure I didn't delete anything. (a %20 kept appearing between the
commas). It didn't work. I tried to put it back to the original way, with
just the URL added using the Publisher "insert a hyperlink" tool, but some of
the java script seems to have remained behind and I don't know how to remove
it. Does anyone know how to remove this javascript from the page source code?
Thanks!
David Bartosik [MSFT MVP] - 22 Feb 2005 07:07 GMT
The character substitution you mentioned would be due to your using embedded
spaces in the URL. (i.e. "this is my file.htm") - I recommend you read
http://www.davidbartosik.com/2004/11/web-site-advice.htm
Never use a space in the file name of a web page and always use lower case
characters.
Modify the code and things should work.
David Bartosik - [MSFT MVP]
http://www.publishermvps.com
http://www.davidbartosik.com
>I used the Java script published by Connie Miller in the Answer Box for
>help
[quoted text clipped - 10 lines]
> code?
> Thanks!