CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Oct 1999
    Posts
    17

    Passing data from applet to html and Asp

    I have to pass some data from my applet to the html file, infact I have to pass a string from the applet to html which infact should pass to the asp to do some serach on database, How do I do this

    Thanx


  2. #2
    Join Date
    May 1999
    Location
    Pune, MH, India.
    Posts
    453

    Re: Passing data from applet to html and Asp

    U can call a method of applet using javascript in html.
    So U can have a method in ur applet which returns the string u want

    Then for sending the string to asp, u may use form with one hidden field in it.
    On submit event, u will call the method of the applet and retrieve the string and set it to the hidden variable.

    This way u can try to send the string to the ASP.

    - UnicMan
    http://members.tripod.com/unicman

  3. #3
    Join Date
    Oct 1999
    Posts
    17

    Re: Passing data from applet to html and Asp

    Thanx for the info..

    Would you mind sending a small piece of code which does this..


    Thank you in advance
    Nitty


  4. #4
    Join Date
    Oct 1999
    Posts
    21

    Re: Passing data from applet to html and Asp

    I am trying to do something similar to this. Did you have any luck in calling asp from an applet?

    If yes could you please tell me how to do it or send me the code showing how to do it.

    Thanks!
    Garry


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured