Hello everybody,
Here is my question. i have a page in which i have 3 images with 1 link on each one of them. the link points on the same page. I would like to know how to pass a variable (type=0,1 or 2 for example) when i click on the link. Because in fact, according to on which image i click on, i would like to go on the same page which is a login/password page. but the login/password will be different according to which link i click on.
here a little of my page:
<table bgcolor="#FFFFFF" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center">
<font class="TexteOrangeGras" name="euro" value="euro">
<a href="/htm/callcenter.html" class="LienTexteOrangeTitre">Package EURO<br><br><img src=" border="0"></a>
</font>
</td>
<td align="center">
<font class="TexteOrangeGras">
<a href="/htm/callcenter.html" class="LienTexteOrangeTitre">Package S'MILES<br><br><img src=" border="0"></a>
</font>
</td>
<td align="center">
<font class="TexteOrangeGras">
<a href="/htm/callcenter.html" class="LienTexteOrangeTitre">Vols OFFLINE<br><br><img src=" border="0"></a>
</font>
</td>
</tr>
</table>
Here is my question. i have a page in which i have 3 images with 1 link on each one of them. the link points on the same page. I would like to know how to pass a variable (type=0,1 or 2 for example) when i click on the link. Because in fact, according to on which image i click on, i would like to go on the same page which is a login/password page. but the login/password will be different according to which link i click on.
here a little of my page:
<table bgcolor="#FFFFFF" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center">
<font class="TexteOrangeGras" name="euro" value="euro">
<a href="/htm/callcenter.html" class="LienTexteOrangeTitre">Package EURO<br><br><img src=" border="0"></a>
</font>
</td>
<td align="center">
<font class="TexteOrangeGras">
<a href="/htm/callcenter.html" class="LienTexteOrangeTitre">Package S'MILES<br><br><img src=" border="0"></a>
</font>
</td>
<td align="center">
<font class="TexteOrangeGras">
<a href="/htm/callcenter.html" class="LienTexteOrangeTitre">Vols OFFLINE<br><br><img src=" border="0"></a>
</font>
</td>
</tr>
</table>