Author Topic: Email image id  (Read 2089 times)

0 Members and 1 Guest are viewing this topic.

Offline ascanio

  • Hero Member
  • *****
  • Posts: 569
    • View Profile
    • http://www.surfourspace.net
Email image id
« on: April 25, 2005, 12:27:12 AM »
Hi I am trying to to email the image id like: The image id email by the user was: image_id=3221. I have try this with any results,,,

Code: [Select]
{header}
<table width="760" border="0" align="center" cellpadding="0" cellspacing="0" bordercolor="#000000">
  <tr>
    <td background="{template_url}/images/back3.gif">
      &nbsp;</td>
  </tr>
  <tr>
    <td valign="middle" class="bordercolor">
      <table width="100%" border="0" cellspacing="1" cellpadding="0">
        <tr>
          <td valign="middle" class="tablebgcolor">
<table border="1" width="100%" id="table1">
<tr>
<td background="{template_url}/images/back1.gif"><b>
Envia la imagen</b></td>
</tr>
<tr>
<td class="row1" width="97%"><p align="center">
Cual esla imagen que desea eliminar?</p>
<p align="center">Intruduce la clave: </p>
<form method="post" action="{image_url}">
<p align="center">
<input type="hidden" name="action" value="emailuser" />
  <input type="hidden" name="user_id" value="1" />
  <input type="hidden" name="image_id" value="{image_id}" />
  <p align="center">
    <input type="submit" value="enviar" class="button" /> </p>
</form>
<p align="center"><font color="#FF0000"><b>Fuera de
Servicio Temporalmente</b></font></p>
<p>&nbsp;</td>
</tr>
</table>
          </td>
        </tr>
      </table>
    </td>
  </tr>
  <tr>
    <td>
    </td>
  </tr>
</table>


but not succes at all any ideas?