Einstein47
Programmer
Hey all - I originally posted this question in the HTML, CSS forum
thread215-1381312
but the more I think about it, I should ask here.
My problem is that we are currently using frames for our web app. They look something like this:
We current have a Java Applet that resides in the Menu Bar area. It is able to float the dynamic menus over the Main Content frame (because it is Java). My manager wants us to move away from the Java Applet because it was written 8 years ago with MS Java - which is being phased out and the Sun Java has issues with our code (imagine that).
Long story short, I was asked to look into a way to replace our current menus with either Flash or DHTML. The big trick is that we don't want to have to retrain all the employees, we want the new code to look and function as close to the current Java Applet code. My knee jerk reaction was it was impossible. All the examples I saw were limited to a single page. Meaning that the content would have to be limited to the top menu-bar frame. Floating over the Main Content frame would be impossible.
However, the more I have been thinking about it, I have been wondering - can DHTML script to a separate frame? Meaning can I call a javascript function from the menu-bar frame and have it display a layer in the main-content frame?
If that is possible, then I can do something with DHTML that would resemble the Java Applet, but it would not be limited to the pre-21st century MS Java. Right now I really just need a yea or nay. It would be cool to have a proof of concept, but right now I just need to know if this is worth pursuing.
What do you think?
Einstein47
For best results: hand wash in cold, tumble dry low.
For not so good results: drag through puddles, pound on rocks, air dry on tree branch.
[[]Starbase47.com]
thread215-1381312
but the more I think about it, I should ask here.
My problem is that we are currently using frames for our web app. They look something like this:
Code:
|=============================|
| Menu bar |
|=============================|
| | |
| L | Main |
| I | Content |
| N | |
| K | |
| S | |
| |========================|
| | Status Info |
|=============================|
Long story short, I was asked to look into a way to replace our current menus with either Flash or DHTML. The big trick is that we don't want to have to retrain all the employees, we want the new code to look and function as close to the current Java Applet code. My knee jerk reaction was it was impossible. All the examples I saw were limited to a single page. Meaning that the content would have to be limited to the top menu-bar frame. Floating over the Main Content frame would be impossible.
However, the more I have been thinking about it, I have been wondering - can DHTML script to a separate frame? Meaning can I call a javascript function from the menu-bar frame and have it display a layer in the main-content frame?
If that is possible, then I can do something with DHTML that would resemble the Java Applet, but it would not be limited to the pre-21st century MS Java. Right now I really just need a yea or nay. It would be cool to have a proof of concept, but right now I just need to know if this is worth pursuing.
What do you think?
Einstein47
For best results: hand wash in cold, tumble dry low.
For not so good results: drag through puddles, pound on rocks, air dry on tree branch.
[[]Starbase47.com]