Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Reset buttom


mrakodol

Recommended Posts

Posted

How to make reset buttom function, to reset all feelds in all box,for example to create new account?

 

Submit function is:

 
function tep_image_submit($image, $alt = '', $parameters = '') {
global $language;

$image_submit = '<input type="image" src="' . tep_output_string(DIR_WS_LANGUAGES . $language . '/images/buttons/' . $image) . '" border="0" alt="' . tep_output_string($alt) . '"';

if (tep_not_null($alt)) $image_submit .= ' title=" ' . tep_output_string($alt) . ' "';

if (tep_not_null($parameters)) $image_submit .= ' ' . $parameters;

$image_submit .= '>';

return $image_submit;
 }

 

and into site

 

 <?php echo tep_image_submit('button_continue.gif', IMAGE_BUTTON_CONTINUE); ?>

 

Can you halp me?

I hope you understand me.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...