Recent content by ananad v

  1. A

    What does for example bangalore 4(25)[W2] in Yahoo chat mean ?

    What does for example bangalore 4(25)[W2] mean in Yahoo chat ?
  2. A

    How to execute a php file on IIS?

    I have windows 2003 IIS I want to run php files on IIS ,other than ASP and HTML ? Can any one help
  3. A

    Passing multidimensitional array from ASP to Javascript?

    I would like to pass Multidimentional array from ASP to javascript, to do some validation pass it back to ASP with new values ?
  4. A

    Syntax to call a procedure and function in ASP?

    Is this syntax correct in ASP page? <input type="text" name="qty" action=<%=vbproc(2,3)%> /> vbproc is a function or a procedure.
  5. A

    Load HTML page from top frame to a bottom HTML Frame Page.?

    I have a HTML frame page split into two.From TOP frame I want give a command to load html page to a bottom frame, How do I do it by using HTML, or ASP or Javascript ?
Back
Top