Einstein47
Programmer
I think I know the answer to this already, but I am asking here anyway.
Our web application uses Frames, and we currently have a Java Applet that provides menu-bar like navigation. This applet is in the top frame, but is able to display over top of the main content frame just below it.
I was asked to see if we could replace the out of date (and technologically restrictive) Java Applet with something more 21st Century (like Flash, or DHTML). The biggest problem is that we don't want to retrain all the users, so we want it to LOOK like the Java Applet menu-bar with the same functionality.
I told my manager that it isn't possible. That with frames the content is limited to the page frame. She asked me why the Java Applet is able to float above the frames. I told her that Java runs in the browser, not in an individual frame. I told her that nothing else out there would be able to "float" over the frame like we have now.
Needless to say she was NOT pleased to hear this. She "strongly encouraged" me to ask in the forums if anyone might know of something that could do what she wants.
So I am ready to be either proven right, or made to eat crow. Either way, I want to get her an answer by next week. Can anyone offer up any advice and/or suggestions? THANKS!!!
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]
Our web application uses Frames, and we currently have a Java Applet that provides menu-bar like navigation. This applet is in the top frame, but is able to display over top of the main content frame just below it.
Code:
Something like this:
|==================================|
| Java Applet here |
|==================================|
| L | Main Content |
| I | |
| N | |
| K | |
| S | |
| | |
| |==============================|
| | Status Info |
|==================================|
I was asked to see if we could replace the out of date (and technologically restrictive) Java Applet with something more 21st Century (like Flash, or DHTML). The biggest problem is that we don't want to retrain all the users, so we want it to LOOK like the Java Applet menu-bar with the same functionality.
I told my manager that it isn't possible. That with frames the content is limited to the page frame. She asked me why the Java Applet is able to float above the frames. I told her that Java runs in the browser, not in an individual frame. I told her that nothing else out there would be able to "float" over the frame like we have now.
Needless to say she was NOT pleased to hear this. She "strongly encouraged" me to ask in the forums if anyone might know of something that could do what she wants.
So I am ready to be either proven right, or made to eat crow. Either way, I want to get her an answer by next week. Can anyone offer up any advice and/or suggestions? THANKS!!!
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]