Log in

View Full Version : Can you help me in the action page?



wesal
06-07-2008, 06:47 AM
Excuse me
I have a problem
I want to know how can I do :
when I click on the submit icon , I want it go to the action page.
can you help me?
Look at this link:
http://www.dynamicdrive.com/style/csslibrary/item/css_oval_buttons/
I did like it, but how can I do when I clik on the submit icon?
when I click on the submit icon , i stayed only in the same page.I don't want it, I want it go to the page abc.php to process the data.
I want it go to abc.php to save the value.

Medyman
06-09-2008, 07:13 PM
Hmm...I'm a little confused by that example you posted. By using words like "submit" and "action" you're telling me that you're using a HTML form. Is that correct? Are you trying to use this CSS in lieu of a <input type="submit"> button?

If not, this CSS is for a regular anchor (i.e. link). Just change the href= attribute in the <a> tag and you're all set.