ckyshop.co.uk Posted September 8, 2005 Share Posted September 8, 2005 hi i need '<input type="image" name="submit_redeem" onClick="submitFunction()" src="' . DIR_WS_LANGUAGES . $language . '/images/buttons/button_redeem.gif" class="contbutton" alt="' . IMAGE_REDEEM_VOUCHER . '" title = "' . IMAGE_REDEEM_VOUCHER . '">'; to be in the tep_image_submit format, or tep_image but I can't figure it out - please help! thanks Thanks for any help/comments. Regards, Lewis Hill Link to comment Share on other sites More sharing options...
♥Monika in Germany Posted September 8, 2005 Share Posted September 8, 2005 hi i need '<input type="image" name="submit_redeem" onClick="submitFunction()" src="' . DIR_WS_LANGUAGES . $language . '/images/buttons/button_redeem.gif" class="contbutton" alt="' . IMAGE_REDEEM_VOUCHER . '" title = "' . IMAGE_REDEEM_VOUCHER . '">'; to be in the tep_image_submit format, or tep_image but I can't figure it out - please help! thanks <{POST_SNAPBACK}> tep_image_submit('button_redeem.gif', IMAGE_REDEEM_VOUCHER, onClick="submitFunction()"); :-) Monika addicted to writing code ... can't get enough of databases either, LOL! my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum Interactive Media Award July 2007 ~ category E-Commerce my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ... Link to comment Share on other sites More sharing options...
Guest Posted September 13, 2005 Share Posted September 13, 2005 tep_image_submit('button_redeem.gif', IMAGE_REDEEM_VOUCHER, onClick="submitFunction()"); <{POST_SNAPBACK}> What parts of the orignal code does this replace.. I keep getting parse errors. Thanks =) Link to comment Share on other sites More sharing options...
♥Monika in Germany Posted September 13, 2005 Share Posted September 13, 2005 What parts of the orignal code does this replace.. I keep getting parse errors. Thanks =) <{POST_SNAPBACK}> it replaces the whole code you had posted ... try this instead... tep_image_submit('button_redeem.gif', IMAGE_REDEEM_VOUCHER, 'onClick="submitFunction()"'); :-) Monika addicted to writing code ... can't get enough of databases either, LOL! my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum Interactive Media Award July 2007 ~ category E-Commerce my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ... Link to comment Share on other sites More sharing options...
Guest Posted September 15, 2005 Share Posted September 15, 2005 it replaces the whole code you had posted ... try this instead... tep_image_submit('button_redeem.gif', IMAGE_REDEEM_VOUCHER, 'onClick="submitFunction()"'); <{POST_SNAPBACK}> Thank you!! That fixed it =) Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.