Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
jtousignant #1
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') eval("document.all."+_w+".style.visibility='visibl e';");
if (_h=='h') eval("document.all."+_w+".style.visibility='hidden ';");
if (_h=='s') eval("document.all."+_w+".style.display='block';") ;
if (_h=='h') eval("document.all."+_w+".style.display='none';");
jtousignant Guest
-
Contribute 3.1 and Mozilla Firefox???
I just purchased and setup Contribute on my Mac (I have OSX 10.4x). I HATE Microsoft Explorer and want to use Mozilla Firefox as my browser. Try as... -
Shockwave Doesn't Work With Mozilla Firefox 1.5.0.7
I have installed it and it works fine with Internet Explorer but it doesn't work with Mozilla Firefox 1.5.0.7. What gives? Is Firefox not supported? -
Mozilla-mplayer in Firefox
I have installed gxine on Ubuntu. After starting gxine I pressed OK once too many and now gxine is the default player in KDE, Gnome and Mozilla. ... -
Flash not working with Mozilla Firefox 1.0.3
Techno-ignorant here, using Windows XP SP2, and I recently upgraded my browser from Mozilla Firefox 1.0.2, which displayed Flash perfectly, to FF... -
Movie path in FireFox and Mozilla
hi all i try this code lien ="file:///"&the moviepath&"commande.htm?commande.xml" trace(lien) gotoNetPage lien but in mozilla i have got a...



Reply With Quote

