|
-
Communication between Java and HTML
Hello,
I would like to call a java class into my html page. The java class will use the name of the calling HTML page to write its name into a file.
In fact I would like to write some informations (into a file on the hard drive) from the HTML pages that call the java class.
Let's have an example :
1- Click on a button in "page1.html" -> call of "java.class" -> "c:\file.txt" containts the string "page1.html"
2- Click on a button in "page2.html" -> call of "java.class" -> "c:\file.txt" containts the string "page1.html,page2.html"
3- Click on a button in "page3.html" -> call of "java.class" -> "c:\file.txt" containts the string "page1.html,page2.html,page3.html"
and so on......
I need to know the instructions to call and use the java.class into the HTML page.
And I need to know the java instructions to get the HTML page name.
Do I have to pass a parameter (name of the page) to the java class? If so how do I manage that on both side (java, HTML)
I would like to have a universal code that works for Netscape / IE.
Any answer will be grandly appreciated.
Thanks.
Cyril
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
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks