on submitting the form i am calling the javascript function. The function is getting called, the problem is document.location.href is not working . plz anyone get some solution.
The form submit will result in a page request probably overwriting your javascript requist. Put the javascript in the submit reply page, or could try tartgeting submit to different window ?
Dabrowski
3:51 pm on Jun 6, 2008 (gmt 0)
I think DaveVk is right, if you stick a false return it should cancel the form submittal so your manual redirect will work.