The powers that be want me to take an fla created by another agency for our company, and export just about everything from the file: images, urls, code, xml.
I'm working on an internal web app to be used in Emergency Rooms.
We want as much real estate to work with (we will require monitors of a particular size and resolution).
Is there a way I can force the application to load to in full-screen mode? Requiring users to hit F11 is not a valid answer, as it adds a step before doctors, nurse, etc. can start documenting patient's issues.
I got a simple script for show/hide. I click on an anchor, it shows or hides content. Problem is, it doesn't fire on the first click, but on the second, and occasionally the third. I want it to fire on the first click. I'm using prototype for the $() function, which equals document.getElementbyID.
I have a simple pop-up function. When it opens, if there's another open window, it opens in that window, rather than its own. Is there a simple way to prevent this?
The first one didn't work. That was my original solution. I added an alert to display style2 and it was undefined. When I cut style from it, I got [object]