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.
Java variable to html variables
Name: Zach D. Date: December 23, 2001 at 13:32:45 Pacific
Comment:
Hi, When you assign a string variable in javascript..If you name it the same as a textfield variable or as a database fieldname(or variable). Will the javascript automatically link the two? And so on with the database? For Example, if i have a variable i declare in javascript as FName and in my database i have a method that says: [Table]First_Name:=FName will this work between javascript and databases? I can get a input type="textarea" name to be read by my database, i just need a javascript variable to be read by it. Thanks in advance, Zach
Summary: Hello, I have created a vb program for generating part numbers based on multilevel description selection. It uses an odbc connection to a databse on the network to look up specific information after ...
Summary: Hi I was wondering what the java command to start winamp (or windows media player) is and how to use it? What I want to do is have my java program open winamp and play the song list. I know this can ...