Hi all,
I want to post a question.
I have a php class in a file called Class1.php with some class methods,
i want to call this methods by another html page using ajax and javascript.
how can i do this?
Thank you
User Profile
Collapse
-
Asp And Javascript
Hi all,
I have created a class for my asp .net2 web page
called Class1. This class has a static method named method1
with one parameter a.
i want to call this method from javascript.
i used this
<script language=javasc ript>
function ddd(){
var parameter=form. somecontrol.val ue;
alert(<%=Class1 .method1(parame ter)%>);
}
how can i pass a javascript variable...
No activity results to display
Show More