Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
dkmanley #1
Javascript console in Firefox
I used the CSS templates from Dreamweaver and modified a lot. I am trying to
make my pages compatible across various browsers using validate and in FireFox,
javascript consol. I got the errors out using DW validate but am getting this
error in the javascript console
"menuitem 1 has no properties line 36"
here is line 36 ... indicated by /****line 36 ****?
function closesubnav(event){
if ((event.clientY <100)||(event.clientY > 207)){
for (var i=1; i<= numofitems; i++){
var shutdiv =eval('menuitem'+i+'.thediv'); /****line 36****/
shutdiv.style.visibility='hidden';
}
dkmanley Guest
-
Javascript acts funny in IE & not Firefox
I have a page uploaded on a server with 5 buttons that control a sub-menu selection thru javascript. When I preview the page in Firefox it acts like... -
Javascript in Mozilla Firefox
Does anyone know how to make this code work in Mozilla? function toggleT(_w,_h) { if (document.all) { // is IE if (_h=='s')... -
Firefox Flash/JavaScript Jitter/Flicker Problem
We have a strange conflict issue occuring between JavaScript and Flash on the site http://www.ebenkyo.com in firefox for windows. When the 'More'... -
Javascript-Actionscipt interaction is buggy in Firefox
The Flash plug-in for Firefox (and presumably, other Gecko based browsers) is somewhat buggy when it comes to communication with Javascript. I've... -
JavaScript? Is there a bug in the console.printIn method?
Throughout Acrobat's JavaScript reference docs, including the Acrobat JavaScript Scripting Reference, is the constant use and reference to the...



Reply With Quote

