-
JavaScript to run Java Applet in another frame
Hi all,
I am using ViewONE, which is a Java applet that allows viewing documents, images, etc... on web pages.
The existing code is forcing the Java applet to be started and destroyed every time a user clicks on a document which causes the page to freeze after opening multiple documents.
The existing code uses *frames* as follows:
Frame # 1: Has all the documents in a list (Being red from the DB).
When the user clicks on a document from the list.
Frame # 2: populates the document (Runs the applet).
Could someone assist me on how fix this issue please?
Main issue: Using JavaScript to open document without start/destroy applet every time.
If anyone needs to look at the code please let me know and I'll post it.
The ViewONE provides many helpful JavaScript functions to use the applet but I can get it to work. Here is the manual with all JavaScript functions: http://209.85.215.104/search?q=cache...&cd=2&gl=us#22
Thank you in advance.
-
Welcome to DevX 
What about doing something as simple as not allowing multiple documents to be opened at the same time?
I don't answer coding questions via PM or Email. Please post a thread in the appropriate forum section.
Please use [Code]your code goes in here[/Code] tags when posting code.
Before posting your question, did you look here?
Got a question on Linux? Visit our Linux sister site.
Modifications Required For VB6 Apps To Work On Vista
-
Thank you for your reply.
It is not opening multiple documents at the same time.
When a user clicks on a document it opens that document by destroying the applet and starting a new one.
What I need is to use JavaScript to open/close the document without starting/destroying the Java applet every time.
Does this make sense?
Thanks again.
Similar Threads
-
By SvenLittkowski in forum Java
Replies: 3
Last Post: 09-22-2006, 02:19 PM
-
By Sergio Pereira in forum Java
Replies: 3
Last Post: 05-25-2001, 04:19 PM
-
Replies: 2
Last Post: 11-02-2000, 06:14 AM
-
Replies: 2
Last Post: 06-29-2000, 02:41 PM
-
By Mike Buchanan in forum Java
Replies: 0
Last Post: 04-12-2000, 09:53 PM
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