Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: Hidden Button


Message #1 by Randall Corbett <corbettr_99@y...> on Wed, 9 May 2001 09:18:48 -0700 (PDT)
make the button of type image (if you haven't allready), preload the image
in a var. But first off make the image point to nothing ("") and later make
it point 2 your var with:

your_form.buttonname.source = your_var;

you have to test this for the right syntax, but it works like this....

Randall Corbett
corbettr_99@y...

  Return to Index