Forums
This topic is locked
Re: Invalid argument in DW
Posted 18 Feb 2005 02:50:45
1
has voted
18 Feb 2005 02:50:45 Phil Needham posted:
I have made a pop down menu in Fireworks and exported it to Dreamweaver. (using Studio MX2004) When previewing the page in IE or Firefox, the page flashes between two states. In IE I get the message "Runtime bug has occurred line 394. Invalid argument.". Line 394 in the mm_menu.js file is "s.height = s.pixelHeight + 'px';" Any ideas please? Phil Replies
Replied 18 Feb 2005 09:30:07
18 Feb 2005 09:30:07 Chris Charlton replied:
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>In IE I get the message "Runtime bug has occurred line 394. Invalid argument.". Line 394 in the mm_menu.js file is "s.height = s.pixelHeight + 'px';" <hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
For reference, Is that a JavaScript alert prompt, or a page error?
~ ~ ~ ~ ~ ~ ~
Chris Charlton <i>- DMXzone Manager</i>
<font size=1>[ Studio MX/MX2004 | PHP/ASP | SQL | XHTML/CSS | XML | Actionscript | Web Accessibility | MX Extensibility ]</font id=size1>
For reference, Is that a JavaScript alert prompt, or a page error?
~ ~ ~ ~ ~ ~ ~
Chris Charlton <i>- DMXzone Manager</i>
<font size=1>[ Studio MX/MX2004 | PHP/ASP | SQL | XHTML/CSS | XML | Actionscript | Web Accessibility | MX Extensibility ]</font id=size1>
Replied 18 Feb 2005 10:15:38
18 Feb 2005 10:15:38 Phil Needham replied:
Looks like a normal windows error window. Title just says 'Error'. I do get the opportunity to debug and if taken that's what highlights the line "s.height = s.pixelHeight + 'px';" So just a page error maybe? Thanks for your help.