Page 1 of 1

PHP & Javascript

Posted: Tue May 08, 2007 6:41 am
by Mohit_Prog
Hi friend,

I want to use anchor tag with Prototype AJAX .

e.g., <a href="www.xyz.com">xyz</a>
and I will also put some AJAX code which checks onclick event of an Anchor tag.

Can I put a condition like that if Client Javascript is ON, it should call AJAX otherwise, it should work simple link.

Posted: Tue May 08, 2007 6:56 am
by CoderGoblin
Yes you can... Simply try it..