Verify Whether a File Exists From ASP
Question: I am trying to access some PDF files in a database. I give the address of the file in the browser as an IP address. I am trying to
Question: I am trying to access some PDF files in a database. I give the address of the file in the browser as an IP address. I am trying to
Question: I have a database hooked up to my Web page. I can do a search and it works fine, but during my search, if I spell a word wrong,
Question: I am trying to insert a record into the database but it doesn’t seem to be working correctly due to the way the database is set up. Deleted HTML
Question: What is the C++ equivalent of the fflush(stdin) statement in C? Answer: Fortunately, although C++ offers many new ways of doing thing, it still includes everything that was in
Question: I am using several large data structures as linked lists to process some data. Many of my helper functions use recursion. Because of the size/amount of data that I’m
Question: I am using tags as dropdown menus at the top of my pages. But if I have an ActiveX control below my menu then the dropdown menus’ fall drops
Question: I tried loading two frames in the browser called “TOP” and “BOTTOM”. The “BOTTOM” frame loads a JavaScript file (j1.js) and another two frames in it called “LEFT” and
Question: I need to create a page that will issue a unique authorization number after a customer has filled out a form. I have created a form that writes to
Question: I am having a problem accessing the form elements that are inside a DIV tag. It works in Internet Explorer but not in Netscape. The alert comes in both