-
1. Re: GoLive Javascript question
Marian Driscoll Nov 28, 2011 10:33 AM (in response to jgcalifornia)This is automatically generated by GoLive, not your "previous web coder". A web developer would make it more coherent.
In GoLive, edit each link and set a target of "_blank" to open in a new window.
-
2. Re: GoLive Javascript question
jgcalifornia Nov 28, 2011 11:59 AM (in response to Marian Driscoll)the links are in javascript, so thats what i wondered, if i can do a target "_blank" in the javascript next to the existing?
-
3. Re: GoLive Javascript question
Marian Driscoll Nov 28, 2011 12:23 PM (in response to jgcalifornia)You should be able to select a link in design view and add a target of "_blank". There should be no need to edit the javascript directly in source view.
-
4. Re: GoLive Javascript question
jgcalifornia Nov 28, 2011 12:43 PM (in response to Marian Driscoll)selecting the link in layout view takes me to this-
<a title="free tour" onclick="CSAction(new Array(/*CMP*/'C2B3FE0E190'));return CSClickReturn()" onmouseover="changeImages('tour','navigation/tour-over.gif');return true" onmouseout="changeImages('tour','navigation/tour.gif');return true" href="#"><img id="tour" src="navigation/tour.gif" alt="tour button" name="tour" width="55" height="45" border="0"></a>
which seems to call the javascript code i pasted earlier, hence the question.
-
5. Re: GoLive Javascript question
Marian Driscoll Nov 28, 2011 2:23 PM (in response to jgcalifornia)I may be new to GoLive. How are you observing HTML in Layout view? It should be hidden.
Look at the "Inspector" palette. Set the target there.
-
6. Re: GoLive Javascript question
jgcalifornia Nov 30, 2011 8:49 AM (in response to Marian Driscoll)all of the links were done in javascript, so in inspector pallete, they are set to #. It is not a problem to adjust the links from there, but wanted to know how to do it in JS, and if possible.

