scoobydope
ISP
Ok, this is going to seem trite to most of you i think. Basically I am trying to ask the residents of a complex that I run an ISP for whether or not they want PC access to the network. Its a small (500 host) lan that so far only allows these weak little proprietary TV computers a connection to the ethernet network. Most people would probably like to hook up their own computer to the lan. So I want to make an asp form that asks them all the following:<br>1) suite number<br>2) name<br>3) phone number<br>4) yes or no.... pc hookup.<br><br>I tried to make one using javascript, but I could only get it to email me the results of the form, and the results are god-awful ugly.<br><br>(you can check out the code at <A HREF=" TARGET="_new"> you can see, the fields are all there and just DYING for some asp/sql linkage.<br><br><br>I simply want the "input" button to append their info onto a database table, so that i can access the table with another asp page that loads the current list of names and numbers. Kinda like a membership list.<br><br>A third party set this site up, and there is a database already in place using "Pervasive SQL server 7.0. In the last month, I have purchased :<br>"Active Server Pages Unleashed"<br>"Beginning ASP Databases"<br>"Teach yourself Visual Interdev in 21 days"<br>and <br>"MySQL and Msql" by O'rielly.<br><br>Still lost.<br>I KNOW this is a simple operation. It would only take somebody about 15 minutes to do if they knew the software.....<br>but I am at a total loss!<br><br>Basically, I would like to use ASP to snag the IP address of the poster,(hidden field) to verify their information (all the IP addresses are unique to each suite address) and have this IP appended to the form submission.<br><br>and I wouldn't even be too upset if this didn't link to a SQL database. If the thing would just email me something that was a little more readable than what I am getting I would be happy.<br><br>anybody have any ideas?<br>