|
-
May 9th, 2000, 02:48 AM
#1
How to use a javclass from a javascript
I have a javscript on my html page. From that script i want to use a Java class. How can i do that ?????
-
May 12th, 2000, 04:36 AM
#2
Re: How to use a javclass from a javascript
You can create package containing all classes you will be requiring in your javascript. And then just import that package. Then you can create instance if that class just as you do in java programming.
eg
<% import mypackage.*;
myclass c; %>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|