Thanks, Barry,
You are right about what I want to do (creating a list from a table). The problem is that I am a novice with VBS script. Could you show me just one example. I might be able to go from there myself. Thanks again.
Frank
I have a table call tblUnits that has info of all the housing units, such as unit_IDs, numbers of bedrooms, living rooms, baths, kitchens, hallways, and other areas in each unit. Now, I need to generate another table from the unit info, a table that list all the areas as the records.
For...
Chris,
I decided to try relative URLs on some of the on-ling application pages where search engine functions are not critical, while keeping my index page and some info pages using absolute addresses for search engine functions. Thanks for the advice.
Frank
Chris,
There is only one absolute address in all the pages in the site. But users can go to the site from the mirror addresses. Afterwards, when they click on any link, the absolute address will come up and cause loss of session.
we have to use the mirror addresses for conveniencing users and...
I meant the same site, say www.mysite.com, has other 2 mirror addresses, www.mymirrorsite1.com and www.mymirrorsite2.com, both pointing to the same place www.mysite.com. However, cookies can do not know they are the same and can treat them as different site. So if someone visits the site using...
my website has several application pages where I need to pass IDs from pages to pages. I use session variables, but the problems abound. I keep losing the values in the session variables. The possible causes are too many pages and use of different names for the same website. I can use query...
I am using Dream Weaver MX for an application form for parking space applicants. The applicant is supposed to choose a value from a list of car makes, and then to choose a car model from a listof car models. I want only those models under that car make to be listed.
I know how to select the...
I have about 5 application data tables to be downloaded and 20 other tables for list and report uses, such as US ZIP code list. I do compact it from time to time. But no matter what, it takes more than 3 MB in size. Uploading is even worst.
BTW, what is the timestamp updates that you mentioned...
I have a site at the server of a hosting company, where I stored an Access database mainly collecting application data and reporting results. Before I took over, the former users had been downloading the whole database when they had new application data in. Now it is becoming a problem, because...
In my data entry form, there is a field called "Year" where I want a current year value from another table or query as the default. It should not be difficult I feel, but I just don't know how. Could anyone enlighten me. Thanks.
Sure! It was a very lengthy program. Thanks for reading it.
The asp web page was written by DreamWeaver. I quote a part I think is causing the problem. The functions are all stored in a file called JSfunction.js. When the form is submitted, the JAVAScript functions are supposed to check all the...
I have some Java Script functions used to work for both IE and Mozilla. After I moved them around, the program does not work in IE6.0 anymore, but still works with Mozilla browser. I spent almost one day for chasing this spooky cause of the problem. I still have no clue what went wrong.
These...
In the login page, the assignments are:
Session("ID") = Request.Form("ID")
Session("Password") = Request.Form("Password")
which I can't see any problem. afterwards, the program is redirected to the following page that has a suspicious heading as follows:
<%
Response.Buffer = True...
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.