How do I use the HTML button tage to create buttons that display text labels but not the button image? Warren
My original button has a onclick() to execute an Ajaxscript function. It seems the a tag handles such an event. But what about the URL? I don't have one for my original code. Can I leave it out? Warren