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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by brettz

  1. brettz

    How to set the window properties of initial web page

    Thanks. I should say that the most important aspect of doine this is the ability to have a sized window set in the window properties to ensure the size. And I also want to eliminate the Windows toolbars. Thanks, -Brett
  2. brettz

    How to set the window properties of initial web page

    Is it possible to set the properties of a web page when it is the first web page accessed. I know how to do this when calling a web page from another web page with the window.open method and properties. Can the window properties be set when a web page is initially opened from the browser? I...
  3. brettz

    How to set the window properties of initial web page

    Is it possible to set the properties of a web page when it is the first web page accessed. I know how to do this when calling a web page from another web page with the window.open method and properties in VBScript client and JavaScript. Can the window properties be set when a web page is...
  4. brettz

    Windows98 clock running slow - Date/Time Properties clock runs slow

    I am leaving my PC on 24/7. It must be 3rd party software processes stealing CPU resources. How can I continue to use this software and still maintain the proper system time? Thanks, -Brett
  5. brettz

    Windows98 clock running slow - Date/Time Properties clock runs slow

    My Windows98 clock is running slow. I'm having to change the time in the Date/Time Propeties from the system tray every day because it is not keeping true time. Please advise. Thanks, -Brett
  6. brettz

    Regular Expression Multiple Match per string not working

    Unfortunately, we cannot upgrade to IE 6.0 because many of our applications cannot run off of anything later than IE 5.5. Is there any other way to get just the VBScript upgrade? If not, then does any one know how I can find out more about the Reg Expressions characters that work with VBScript...
  7. brettz

    Regular Expression Multiple Match per string not working

    The funny thing is that it will get multiple matches per line if I use a different delimiter, such as a tilde or the pound sign? It just won't match when I use the greater than or less than signs. I will try upgrading to VBScript 6.0, but this may take some time to get through the red tape...
  8. brettz

    Regular Expression Multiple Match per string not working

    Apparently, I am using VBScript Version 5.1.7426. What versions should I be using to run the examples you all have been giving me? Where can I download this? And will it require a reboot? Thanks, -Brett
  9. brettz

    Regular Expression Multiple Match per string not working

    Well, I'm getting the same error for clarkin's suggestion: Microsoft VBScript runtime (0x800A139A) Unexpected quantifier I tested the code and it is the '?' that is causing the problem. Also, I am getting the following error for the .MultiLine property of the Regular Expression Object...
  10. brettz

    Regular Expression Multiple Match per string not working

    strongm When I try <code>.Pattern = &quot;<<<.+?>>>&quot;</code> I get the following error: Microsoft VBScript runtime (0x800A139A) Unexpected quantifier I will try clarkin's suggestion. Thanks, -Brett
  11. brettz

    Regular Expression Multiple Match per string not working

    Well, I have it working by using a non ASCII character, which means I have to use something on the keyboard. I don't like this though and would prefer a solution where I can use ASCII, dec, hex, or oct, so that the code cannot be broken if a user decides to use the '`' on the keyboard. I...
  12. brettz

    Regular Expression Multiple Match per string not working

    I am getting more than one match per description/string being passed to the RegExp object. However, I am not getting more than one match per line. I only get one match until there is a hard return in my string. After there is a hard return, I will get only one more match until there is...
  13. brettz

    Regular Expression Multiple Match per string not working

    I'm trying to make a RegExp match for any text that is in between '<<<' and '>>>' However, I am unable to do this unless there is a carriage return within the string being evaluated by the Regular Expression object. For example, if I evaluate the following string, I will only get a match on...
  14. brettz

    Auto Logon

    I am using a W2K Professional at work and there is no radio button option to log on with a specified user account. Please explain in more detail how you did this and your OS??? I see no such options at Start-->Settings-->Control Panel-->Users and Passwords. Please advise. Thanks, -Brett
  15. brettz

    Administrative Auto-logon

    I am using a W2K Professional at work and there is no radio button option to log on with a specified user account. Pleaes explain in more detail how you did this and your OS??? I seen nothing at Start-->Settings-->Control Panel-->Users and Passwords. Please advise. Thanks, -Brett

Part and Inventory Search

Back
Top