View Single Post
  #3 (permalink)  
Old May 27th, 2006, 00:57
melvinoyh melvinoyh is offline
New Member
Join Date: May 2006
Location: earth
Age: 24
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Getting value from function

oh in my second example, ya i know, i should write like this
<%!
Vector wp = new Vector();
Vector ln = new Vector();
%>

then how about this sentence of code, izzit correct?
<td><input type="text" size=8 name="brkID<%=c%>" id="brkID" value='<%=brkID.elementAt(c)%>' onFocus="chkBreakdown('<%=wp.elementAt(c)%>','<%=l n.elementAt(c)%>','<%=la_no%>');"></td>

when on focus, then call a function together with 3 parameters.
Reply With Quote