Jump to content

ericwongch

Members
  • Posts

    2
  • Joined

  • Last visited

ericwongch's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Hi all,i have some question about javascript function,i got one functon named popup() i want to call it at each secondhow can i do ??Thx all
  2. <script language="javascript"><!-- function getNum() { var num = 12345; return num; }//--></script><from name="myform" action="xxx.jsp" method="get"><input name="number1" type="text"></input><input name="number2" type="hidden" value="getNum()"></input><input type="submit" value="Click me"></from>the problem is i can't get the value of getNum()how can i dothx...
×
×
  • Create New...