02-25-2008, 03:47 AM
|
#9 (permalink)
|
|
The Contributor
Join Date: Jan 2008
Location: Brazil
Posts: 77
Thanks: 14
|
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>
|
|
|