hello ,
i have a form which onsubmit calls a javascript function that uses
xmlhttp object and goes to another php file ( say file2.php ) in which
my response is alot of html which includes and a form too ... uptill
here it works fine . now if in the second file ( file2.php ) there is
a form and i need to call a java script function which will use ajax
how will i do that .
i TRIED calling onBlur=somefunction() on a text field in that form """
which was in file2.php """ but it never calls that function. no matter
what
i EVEN tried creating a new form and trying to call a java script
function but the problem is that the javascript function never gets
called in file2.php which is all processed by the original ajax object
request.
QUESTION :
here is what i am trying to do :
file1.php -> calls function a() { function a ----> goes to
file2.php }
file2.php -> calls function b() { function b -----> goes to
file3.ophp }
PROBLEM : the second part is not working i.e function b() is never
called .
i tries searching some forums online BUT invane
please HELP.
--
You received this message because you are subscribed to the Google Groups
"Google AJAX APIs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-ajax-search-api?hl=en.