Targets in Javascript

wxdqz

New Member
Hi

Im a novice to Javascript and trying to write links within a left navigation. I want the link to change the main frame and left nav to remain.

I want to write target="content" (which is what Id write in HTML) but dont know how to do this in Javascript. Could you advise what options i can use and where i place them in Js?

Example of what Im trying to write...

<td CLASS="tds" onmouseover="fadeImg2(2)" onmouseout="fadeImgend2(2)" onclick="window.location.='hotissues.htm';" style="border:1px solid gray;background-color:#000066;width:150;text-align:left"><font color="white" size="1">Hot Issues-Fraud Prevention Alerts</td>

Many Thanks
 
Back
Top