Thread: AJAX Help
View Single Post
Old 02-25-2008, 03:47 AM   #9 (permalink)
DeMo
The Contributor
 
DeMo's Avatar
 
Join Date: Jan 2008
Location: Brazil
Posts: 77
Thanks: 14
DeMo is on a distinguished road
Default

Hmmm the normal link works for me (Opera 9.26).
The href property has to be "#", and you call the function via the onclick="" property.
Code:
<a href="#" onclick="ajaxFunction('element_id')">Link text</a>
Send a message via ICQ to DeMo Send a message via MSN to DeMo Send a message via Skype™ to DeMo
DeMo is offline  
Reply With Quote