Problem with using the alert is you are not giving the user a real choice - the alert only displays "OK" so the user doesn't get opportunity to change their mind - so it's probably not what you're...
are you wanting to drill down to a lower and lower level of detail - so you go from departments, to a department, to individuals, to an individual etc etc (that kind of thing)?
I've added Response.Buffer = true; at the start of my main page that collects the login info and at the start of the ASP page that's called to validate.
At the moment the web server software is running on my own PC (IIS) so I have complete control and have set the permissions to Read and Write - just checked again and it's inherited through the...
I've had the same advice from buntine as he's posted here, which I agree is a simpler solution. Seeing as I like to complicate things, I'm looking at...
To explain what I'm trying to do. I'm setting up an e-commerce site which means that whoever visits the site needs to see images of products. I know I could simply get the...
You could also use two alternate styles and then switch between them using Javascript (if you like to complicate things) to create the illusion of flashing...?