P
Paul
Hi I need to toggle the text on an html input button in a .net web application.
the name of the button is btn_hide and I do have an onclick function for it.
<script language="javascript" type="text/javascript">
// <!CDATA[
function btn_hide_onclick()
{
}
// ]]>
</script>
the name of the button is btn_hide and I do have an onclick function for it.
<script language="javascript" type="text/javascript">
// <!CDATA[
function btn_hide_onclick()
{
}
// ]]>
</script>