Web Access to Oracle

Insert a Phone Number: Insert a Full Name:

Please type in your Username:

Please type in your Password:

// NOTE! HOW I AM CALLING A CGI PROGRAM FROM Javascript. // AND HOW THE PARAMETER IS PASSED ON!!! var jsphone = document.sel.test_input.value; var jsname = document.sel.column.value; window.location="http://www-ec-1.njit.edu/cgi-bin/ec-bin/geller/frontend.cgi?thest_input=" + jsphone + "&column=" + jsname;