View Single Post
  #1  
Old 03-21-2007, 12:21 PM
 
prodij prodij is offline
 

Member
  
Join Date: Mar 2006
Location: Los Angeles
Posts: 23
 

Default Add "onClick:" to all Links?

I don't know if this belongs here, but I want to add "onClick:" to all links on xcart. anyone know how this can be done easily? or do I have to go into the template and edit every link?

basically:

regular links:
Code:
<a href="http://www.mysite.com"></a>

change to:
Code:
<a href="http://www.mysite.com" onClick:blah()></a>

any help is much appreciated!

Thanks!
__________________
X-Cart Pro Version 4.4.1
Reply With Quote