Javascript and JSP

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Alex Ostrikov

    Javascript and JSP

    Hello all !!!

    I have JSP page, that uses javascript to simulate tabcontrol.
    JSP page also uses JavaBean.
    How can I call my JavaBean from javascript ?

    Thanx.


  • Gary Smart

    #2
    Re: Javascript and JSP

    Alex Ostrikov wrote:[color=blue]
    > Hello all !!!
    >
    > I have JSP page, that uses javascript to simulate tabcontrol.
    > JSP page also uses JavaBean.
    > How can I call my JavaBean from javascript ?
    >
    > Thanx.
    >
    >[/color]
    You could check out 'Live Connect' on the NetScape site (somewhere in
    the javascript references/doco section). Its a NS browser method for
    talking between javascript and applets. I don't know how portable it is,
    but it might give you some leads.

    Gary.

    Comment

    Working...