Hi!
I have a link like that :
<a onclick="Soumettre()"><font face = "Tahoma" size = "2"><u>Show
détails</u></font></a>
...
function Soumettre()
{
document.form1.submit();
}
...
The problem is that when a user put the mouse over the link, the little hand
is not displayed and "Show details" doesn't seem to be a link. Is there a
way to display the little hand without specifying a href????
Thanks,
Melanie
I have a link like that :
<a onclick="Soumettre()"><font face = "Tahoma" size = "2"><u>Show
détails</u></font></a>
...
function Soumettre()
{
document.form1.submit();
}
...
The problem is that when a user put the mouse over the link, the little hand
is not displayed and "Show details" doesn't seem to be a link. Is there a
way to display the little hand without specifying a href????
Thanks,
Melanie