hossein
12-29-2005, 02:53 PM
Hi,
I am using asp.net with a variable named emailstr, used the variable like onmouseover="singy(<%#emailstr%> )" in html which singy is a function in Javascript <script language="javascript">
<!--
function singy(c)
{
document.write(c);
}
The problem is: it does not do anything, anybody can help, please; thanks.
Hossein
I am using asp.net with a variable named emailstr, used the variable like onmouseover="singy(<%#emailstr%> )" in html which singy is a function in Javascript <script language="javascript">
<!--
function singy(c)
{
document.write(c);
}
The problem is: it does not do anything, anybody can help, please; thanks.
Hossein