Hi,
I try to reduce a .gif file size. I believe not more than 20 colors were used when created this gif. Can I do some setting to limit the total number of colors used in this gif is 20 colors?
Thank you in advance.
Hi,
Can you show me the code to list all sub-folders and files under a given folder?
Better not use recursive program but if this way is simpler then it is OK.
Thank you in advance.
Sheco,
That is a good idea......I will try that test.
One thing more: I have just tried to delete cookies in Internet Options in my IE during visiting my site (use cookies in each page) but I can still visite all pages!! Where is the cookies for my site? In memory??
Sheco,
Thanks a lot for your explanation.
I didn't mention, the server is not my computer, I just rent some space in a company's server. Perhaps many sites in that server and the visitors number = (my visitor) * (the sites in the server)?
And 20 monutes expire time is not enough for my site.....
onpnt,
Thank you for your quick response.
Tha reason why I don't check username/password by access in every page is that I don't want touch access mdb too often. It may cause problem if too many users touch mdb at the same time...
Hi,
To validate a user, we can do something like:
In login page, check the inputed username and password by database, if pass, set
response.cookies("username") = username.
In any other page, check if
request.cookies("username") <> ""
1. Do you think that way safe? Can a user just diy a...
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.