Hi, i need to know if in the "function tabbing(field1, field2,field3,field4)" you especify the fields there or they are passed from a externall call
hi, you must have in attencion that you have to pass the object to a container or pass directly to the frame.
the rest of the functions that access to the object, must contain the "parent.main" - assuming that "main" is the name of the frame. - must have the direction of the...
hi,you can call the object itself.
Example:
Assuming you have the text box named text1.
<INPUT id=text1 name=text1>
Assuming you have a button that when you click, you pass the focus to the text1, text box.
<INPUT id=button1 name=button1 type=button value=Button...
hi, you can solve the problem doing this:
var d_date = new Date(); // lock de system date
d_date = d_date.getYear(); // Get the year
d_date = d_date.toString(); // Convert the variable to string
d_date = d_date.substr(2,2); // Substrack the 2 end numbers
//d_date now have the value 01
Best...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.