masteryamaha
Programmer
I had on my site a standard button that you click and it shows some information (i realize i could use a collapsible document for this but i choes not to for a reason i can't remember). The button was put in with the button tag <button> and had all the information needed (i dont have the original code and canot remember everything but it had the usuall info) then it had an onClick="show_box" (this was a function from an external file that doesnt matter in my case). This worked fine, but i wanted a graphical button so i switched to the <form><input type="button"...method and had the src element right and the onclick the same. it still worked except the image did not display. its a .gif and i have a lot more .gif images on there that work fine. Please Help