Place Selected Data From Listbox Into Global Variable
Question: I need to put a selected item from a drop-down listbox into a global variable. The listbox is named select1. Here is my code: When I go the next
Question: I need to put a selected item from a drop-down listbox into a global variable. The listbox is named select1. Here is my code: When I go the next
Question: How can I display groups of records (for example, the first 10 records), then allow the user to click Next to display the next set of records? I have
Question: I am using Microsoft Visual C++ 6.0 and am trying to create a callback function pointer to the public member of a class, but I keep getting the following
Question: Is it possible for a function to return an array instead of a single value? Answer: No but, then again, you don’t really pass arrays as parameters, either. What
Question: Is it possible to create a server-side object so that an ASP page can gain access to Microsoft Office information? I am trying to find a way to edit
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
Question: Is there any way to retain values in a page (text box, check box, radio, and so on) after going to some other page and coming back? I don’t