I have inherited a website and am in the process of updating it. One of the problems I have discovered is that a scrolling window coded into FrontPage 2003 using java does not display when viewed with FireFox or Safari. The old version of the website can be found at http://www.lerner.udel.edu/advising. Does anyone have any suggestions on how I can keep the scrolling window, but have it viewable with browsers other than IE?
Is this something you created with '03 or simply a script you added to HTML? If it is a script you added, then it wouldn't be a FrontPage issue, but with the script itself. You might try going back to the source to find out if it is compatible with FF & Safari. Maybe there is a fix for it. Keep in mind that some things created by FP, the Marquee for one, are Java applets (to be avoided) rather then JavaScript. Looks like you have used DWT and maybe there is a conflict with these browsers ability to run a script that may be in an editable region.