Re: IE8 - jscript - layers

Tech-Archive recommends: Fix windows errors by optimizing your registry



Hotrod Harry wrote on 28 aug 2008 in microsoft.public.scripting.jscript:

<a href="javascript:hideAll(), ShowContent('nab11')"></a>

With the comma, it would never work, not in IE8, nor in IE0.3.

try:

<a href="javascript:hideAll(); ShowContent('nab11')">
something clickable</a>

--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
.



Relevant Pages

  • Re: Help with Javascript
    ... What is that comma doing in a regex string? ... The Netherlands. ... (Please change the x'es to dots in my emailaddress) ...
    (microsoft.public.scripting.jscript)
  • Re: IE8 - jscript - layers
    ... With the comma, it would never work, not in IE8, nor in IE0.3. ... Slap this in a HTML file an open it in a browser:- ...
    (microsoft.public.scripting.jscript)