poab
03-07-2003, 12:16 PM
Hi,
This could have gone in the html section but I think it's more appropriate here as it involves asp and the form method I'm using may not be the best.
The file I'm refering to is here (http://www.232nd.net/home_drop/home_twentyfour.asp).
I've got an asp page that has a form with four submit button. Once one of them is pressed the page is reloaded and it tests which, if any of the submit buttons was pressed. This is done by giving each submit button it's own name and the value "open". Once that's done the asp writes the content to the page and it's downloaded by the browser.
The problem is the submit buttons are big and ugly and don't fit the design, so I wanted to use images as the submit buttons. Unfortunatly whilst I can give these name attributes, I can't give them values, and therefore I don't know what to test against.
Is there a quick solution or do I need to find another way of doing it? Can anyone help?
cheers.
This could have gone in the html section but I think it's more appropriate here as it involves asp and the form method I'm using may not be the best.
The file I'm refering to is here (http://www.232nd.net/home_drop/home_twentyfour.asp).
I've got an asp page that has a form with four submit button. Once one of them is pressed the page is reloaded and it tests which, if any of the submit buttons was pressed. This is done by giving each submit button it's own name and the value "open". Once that's done the asp writes the content to the page and it's downloaded by the browser.
The problem is the submit buttons are big and ugly and don't fit the design, so I wanted to use images as the submit buttons. Unfortunatly whilst I can give these name attributes, I can't give them values, and therefore I don't know what to test against.
Is there a quick solution or do I need to find another way of doing it? Can anyone help?
cheers.