User Profile

Collapse

Profile Sidebar

Collapse
stavrosks
stavrosks
Last Activity: May 2 '08, 07:53 AM
Joined: Dec 10 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • stavrosks
    started a topic PHP and ajax
    in PHP

    PHP and ajax

    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
    See more | Go to post

  • stavrosks
    started a topic Asp And Javascript
    in .NET

    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...
    See more | Go to post
No activity results to display
Show More
Working...