Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Forms arithmetic
Name: Larry Date: October 14, 2003 at 20:23:11 Pacific OS: XP Home CPU/Ram: PIII 386MB
Comment:
Is there a way to add a column of number fields up in an HTML form? Would like to do using HTML, Javascript or Java applet that is already written.
You'll need to change the Javascript code to match your form name and input names. I've used 'form' as my form name and 'input#' as my input fields' names. Note also that I've used [ and ] instead of < and > so that some tags will be displayed right.
Summary: Here is what I want to do. I want that when I start my project in vb.net that the form is invisible when it loads. I tried me.hide() it works on a button or any component, but it doesn't work on the ...
Summary: using access (and VBA) i need to do the following: i have a table with a mere 2 fields -- id and desc (id number and description). I want, on a form, to be able to type in the id...then in a differe...
Summary: I need a form to automaticly execute a form when one of my pages whereto.html is accessed. I could use php to if you know how with php. This is what I have: //here.html ^FORM METHOD=post ACTION=whe...