Move Tell-A-Friend Form | Last Update: 23rd August, 2005 Article ID: 42 |
<?php echo tep_draw_form('tell_a_friend', tep_href_link(FILENAME_TELL_A_FRIEND, '', 'NONSSL', false), 'get') . osc_draw_input_field('to_email_address', '', 'size="10"') . ' ' . tep_image_submit('button_tell_a_friend.gif', BOX_HEADING_TELL_A_FRIEND) . osc_draw_hidden_field('products_id', $_GET['products_id']) .tep_hide_session_id() . '</form>'; ?>
<?php echo tep_draw_form('tell_a_friend', tep_href_link(FILENAME_TELL_A_FRIEND, '', 'NONSSL', false), 'get') . ' ' . tep_image_submit('button_tell_a_friend.gif', BOX_HEADING_TELL_A_FRIEND) . osc_draw_hidden_field('products_id', $_GET['products_id']) .tep_hide_session_id() . '</form>'; ?>
<form name="tell_a_friend" action="http://www.my-server.com/osCommerce/tell_a_friend.php" method="get">
<input type="text" name="to_email_address" size="10">
<input type="image" src="includes/languages/english/images/buttons/button_tell_a_friend.gif" border="0" alt="Tell A Friend" title=" Tell A Friend ">
<input type="hidden" name="products_id" value="###PRODUCT ID###"><br>Tell someone you know about this product.</form>
Trademark Policy | Copyright Policy | Sitemap Copyright © 2000-2005 osCommerce. All rights reserved. |