[thelist] Javascript - Permission Denied

Peter-Paul Koch pp.koch at gmail.com
Mon Mar 7 11:15:34 CST 2005


> Next piece: When the page loads if there is an "productauto" in the
> querystring then:
> onLoad="toggleSub('zzz" & auto(0) & "')

I suspect this is the error. Does & mean 'concatenate string'?
JavaScript uses +, and as far as I know & means bitwise AND, which, in
this context, would give some weird results.

Try the +

-- 
-------------------------------------------------------------------
ppk, freelance web developer

Bug Report: Report bugs yourself, or comment on previously 
reported ones.
http://www.quirksmode.org/bugreports/
------------------------------------------------------------------


More information about the thelist mailing list