View Single Post
Old 08-19-2008, 02:19 AM   PM User | #1
pyramation
New to the CF scene

 
Join Date: Aug 2008
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
pyramation is an unknown quantity at this point
How can I use AJAX without going back to the top of the page?

How can you use AJAX and an <A HREF tag and keep the page where it is, without going up to the top... and without using an <a name="somename">??

Code:
<a href="#" onclick="somefunction()"> Click Here </a>
pyramation is offline   Reply With Quote