Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Scanlan
  • Content: Threads
  • Order by date
  1. Scanlan

    Session Variable Dilemma

    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...
  2. Scanlan

    Can I create hotkeys?

    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...
  3. Scanlan

    Can I create hot keys?

    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...
  4. Scanlan

    Error when Calling MovePrevious

    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...
  5. Scanlan

    Converting Word Macro into VBScript

    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...
  6. Scanlan

    Automating with the spell checker

    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...
  7. Scanlan

    Selecting an Option Programmatically

    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...
  8. Scanlan

    Session Management and Users Leaving the Site

    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...
  9. Scanlan

    Redirecting when Session Times Out

    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...
  10. Scanlan

    Tracking use of the Backspace in a Textarea box

    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...
  11. Scanlan

    Help with Word Automation through an ASP VBScript Page

    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...
  12. Scanlan

    Getting VBScript to Execute Properly in the Browser (Word Automation)

    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)...

Part and Inventory Search

Back
Top