Hello all,
Hoping you can give me some opinions on how best to handle some session variables. I don't want to be too long-winded about this, so I am going to skip the long drawn out explanation of what I am trying to do and just boil this down to my dilemma.
Say I have a web application that...
Hello all.
I have a little Internet application (ASP pages, SQL database, that sort of thing). After a user logs in, they are taken to a welcome page from which they can do any number of things by clicking on links for different ASP pages.
I got a user request recently and I have no idea if it...
Hello all.
I have a little Internet application (ASP pages, SQL database, that sort of thing). After a user logs in, they are taken to a welcome page from which they can do any number of things by clicking on links for different ASP pages.
I got a user request recently and I have no idea if it...
Hello all,
I am getting the following error when calling MovePrevious:
ADODB.Recordset (0x800A0C93)
Operation is not allowed in this context.
What I'm trying to do is fill in some variables:
CurrentContact
LastContact
NextContact
I have a Recordset called Contact that I am trying to move...
Hi all,
I have a Word macro that works quite nicely when run in Word. The catch is that I want to write into a VBScript that is run from the browser. This script opens Word, writes some stuff in it and then, I want it to run my little macro. I really want to write the macro in the script...
Hi all,
I need to make a macro that will basically run the spell checker and then change the font of any mis-spelled words so the words are red.
I want to do this without any user intervention, just run the macro and it magically turns the mis-spelled words to red.
I tried playing around with...
I want to select a selection object programmatically. I have two radio buttons: single for a single date and range for a range of dates. When the user clicks a button, I want to programmatically select the single date radio button.
I currently have this code, but it doesn't seem to be working...
Hi all,
I'm really having a tough time with the whole session management thing.
I have a site that users must log into from one login page. If they try to short-circuit the login by opening a page directly, they get caught and sent to the login page.
But, if they go browsing around the...
Hi all,
I have an ASP project that various types of users are going to use. These users will have different timeout values associated with them. When the timeout value is reached, I want to redirect the user to the login page.
I did a little looking around on this site and some experimenting...
Hello,
I have a text area box that I want to limit to 500 characters. I have a little Javascript function that is triggered by the textarea's onkeypress event. The event adds one to a global variable and when the variable reaches 501, an alert box pops up.
That all works well, but I need to...
I have a VBScript that I want to execute inside the browser (IE). The Script opens Word, inserts text, formats the text into a table. The last thing I need the script to do is search for @@@ and replace it with ^l (manual line break).
I have a routine set up that should locate all instances of...
Please help. I am losing hair and sleep over this problem.
I have a VBScript that I want to execute inside the browser (IE). The Script opens Word, inserts text, formats the text into a table. The last thing I need the script to do is search for @@@ and replace it with ^l (manual line break)...
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.