Don't show the file as a link? If you have some users that are supposed to be able to access the file, then show those users the link to the file by setting a cookie or session variable and by first making all users log into your site.. To print the page, the text open a new window and query...
They should be named differnetly.. Radio buttons are mutually exclusive, so you should have a form element name for the radio buttons and one for the check boxes.. Check for the check boxes by their name.. I'm not a java scripter, so your code doesn't help me much, but you should have something...
Check out http://www.aspfaq.com/faq/faqShow.asp?fid=16 . There is an excellent article listed / link and I've used it personally and it works great for just such a project..
Tim
Make sure you are using the correct type of cursor and lock within your recordset! That should help.> Actually I think there are about 4 methods of doing so in ADO, but in ASP only 2 really count.. Basically, you are using ADO to lock the database until your update is complete.. Like the other...
Also, if your using Access you can password protect it with a user name and password.. Then even if they did somehow guess your database name and path (which is so highly unlikely that unless you have such confidential data that the CIA is after it) they would have to have a user name and...
Here is a little server side script that works great..
Tim
'All error checking happens on this script, but if it's wrong, we redirect
'the user to a script called "formError.asp" and we pass along the error
'type by appending to the query string what the error was..
'
'
'-- Check...
Let's see the code? Only way to tell.. Usually, but not always it's one of the two in my experience..
Database fields are not the same name as the fields in your code.. So you've mispelled something.. Check that very good..
Next insure you have the correct database, table name, etc..and are...
ASP doesn't come with an object that will work for uploading image files. You'll need a third party component. Check out www.serverobjects.com and see if they have something for you.. Then you just use the scripting language of your choice to interact with the third party component to upload the...
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.