The following code works fine and displays text "Layer Control" on a button.
<input name="LayerControl" Type="Submit" Value="Layer Control" >
How do you get an BMP image to display instead of the text? I tried setting the type to Image but it doesn't allow me to set a value. I need to detect if the button was pressed. Is their another way to detect if an image button was pressed?
<input name="LayerControl" Type="Submit" Value="Layer Control" >
How do you get an BMP image to display instead of the text? I tried setting the type to Image but it doesn't allow me to set a value. I need to detect if the button was pressed. Is their another way to detect if an image button was pressed?