[thelist] javascript error turning brain to mush (checkbox toggles)

Roger Ly rogerly at bareviking.com
Thu Jan 30 18:33:01 CST 2003


><input type="button" name="toggle_tracks" value="toggle tracks"
>onclick=toggleAll( this.form ) class="search_input_submit"></input>
></form>

Put your onclick handler in quotes.  The whitespace inside toggleAll()
is causing your troubles.  If you put toggleAll() in quotes, it should
work.

Roger






More information about the thelist mailing list