Java script and css help

liunx

Guest
I am using javascript to produce a pop-up window. However i have also used css to create a different css selector for my link colors.<br />
<br />
My old code for the links is this:<br />
<td width="130"><a href=http://www.htmlforums.com/archive/index.php/"creativeplus.asp" class="another">?9.99</a></td><br />
<br />
Class .another is the new link colors. I now need to add the code for the pop-up window, but i cant seem to get the css working when i do, here is the code:<br />
<br />
<td width="130" class="another"><a href=http://www.htmlforums.com/archive/index.php/"javascript:openWindow('products/creativeplus.asp', 'box')">Creative <br />
Plus</a></td><br />
<br />
How can i put the class into the javascript.<br />
<br />
Thanks<!--content--><a class="another" href=http://www.htmlforums.com/archive/index.php/"javascriptpenWindow('products/creativeplus.asp', 'box')">Creative <br />
Plus</a><!--content-->Thanks<br />
<br />
I think im stupid today<!--content-->
 
Back
Top