Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Calling Javascript from a Java Class

Status
Not open for further replies.

ob1kanobee

Programmer
Dec 27, 2002
47
US
Is there a way to call a javascript function, like the alert function, within a java class function?

I know I can create my own messagebox class using JOptionPane, but I would like the same look and feel of the standard Windows message box that the alert function provides.
 
This is beyond the scope of this forum. If you need help writing the javascript function that the applet will invoke, we can help you with that. However, how to manipulate java code would be a question better asked here: forum269

-kaht

Do the chickens have large talons?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top