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 TouchToneTommy 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: mainmast
  • Content: Threads
  • Order by date
  1. mainmast

    Posting textbox values

    Hi all, When I enter data into my database I replace single quotations with doubles (e.g: " to "" and ' to ''). Then when I want to post it back out to the user I replace double quotations with singles (e.g: "" to " and '' to '). However when I input these into text box values if the string...
  2. mainmast

    Create letters

    Hi all, I need to create letters (basically it is a standard template populated with fields from a database, like a name or address) with my ASP website. What do you think would be the easiest way to do so? The letters need to be printed so their receiver's address is printed on the paper so...
  3. mainmast

    Create dynamic variables

    I'm using the same script in this post: thread333-1208172 I need to be able to dynamically create variables based off of what "Foo" contains in that script posted by Sheco at the end. Is that possible?
  4. mainmast

    Restore

    Anyone know how/have an article that explains how to restore Exchange 2000 database files to a NEW installation of Exchange on a NEW installation of Win 2k Advanced Server? Thanks!
  5. mainmast

    Couple Questions

    1) I have a server with two RAID arrays. One Array is two SCSI drives in a RAID 1 and the other is four SCSI Drives in RAID 5. I got in today to find the server totally crashed and tried to bring it up for hours on end trying everything from chkdsk to emergency repair to whatnot. To make sure it...
  6. mainmast

    Post unknown amount of form variables

    Hi all, I need to be able to post every single form element's value to an ASP page. I would not know how many, what type, or the name of the element. I could have a form of 5 textboxes, a few radio buttons, a select menu, and more. Any ideas? Thanks!
  7. mainmast

    ISA Redirect

    Hi all, I need to forward all requests (including external) to http://www2.url.com:8000/scripts/piv.exe to a local web server: http://10.100.101.13/scripts/piv.exe. www2.url.com is hosted on another server. How can I do this? Thanks! Brandon
  8. mainmast

    Regular Expressions

    Hi all, I have a text file with several hundred lines. I need to go through each line and see if it follows the following pattern: *,*,*,"*, *" Where the asterisk represents any character besides spaces and quotation marks. I think I can do this with regular expressions? Example: Good...
  9. mainmast

    ISA, IIS, and Active Directory

    Monday I'll be installing and deploying Windows 2000 Advanced Server, Internet Security and Acceleration Server (ISA) 2000, Exchange Server 2000, Internet Information Services 6 (IIS), Windows Server Update Services (WSUS), Anti-Spam SMPT Proxy (ASSP), Microsoft SQL Server 2005, and more for the...
  10. mainmast

    Unable to access certain websites

    Hi all, OK, here is a little background information: We have a High School with a server, 'mailserve' and an Elementary with a server, 'elemsrv'. They are on two different campuses. mailserve: Windows 2000 Server Domain Controller (MCKEELACADEMY) Exchange 2000 ISA elemsrv: Windows 2003...
  11. mainmast

    Execute VBS file

    Hi all, I have a VBS script called ResetPword.vbs. To run it, I would normally go to a command prompt and type: cscript ResetPword.vbs AccountName NewPassword How can I run that script from an ASP page? Basically, I want staff members at my school to be able to reset Active Directory...
  12. mainmast

    Exchange 2000, Outlook, and OWA

    Hi all, I am having problems with a server I maintain on my campus. It is running Windows 2000 Server, Exchange 2000, IIS, MySQL, and more. Hopefully during the summer we will be able to find time to upgrade the server to 2003 as we already have the OS. Anyways, I'm experiencing a few problems...
  13. mainmast

    Completely new to this, sub procedures

    Hi all, I am currently working through a book teaching me about ASP.NET. I have taught myself ASP pretty well over the past several years, but I am having trouble with ASP.NET. I need to be able to show different content according to the querystring. I already know how to grab the information...
  14. mainmast

    Collapse and Expand Elements

    Hello all, I would like to replicate the expand/collapse feature on http://www.ituroncavalry.com. It's the red squares with minus symbols (-) in it on the upper right corner of the title bars. If you click on it, the box is collapsed and the red square is replaced by a blue square with a plus...
  15. mainmast

    Table Alignment

    Hello, In IE the bottom navigation links and the copyright notice are positioned where I want them, at the very bottom. However, in FireFox, if the left red boxes do not extend down past the right boxes, the copyright notice and the links will be positioned on top of the right tables. You can...
  16. mainmast

    Positioning problem

    Hello, Whenever someone tries to load my website (http://www.wochelp.com/wochelp/index.aspx) the red boxes on the left sometimes gets pushed up into the header graphic. It fixes itself once you refresh it, and it happens in both FireFox and IE. The boxes are not dynamically made yet, so I...
  17. mainmast

    Parsing Records

    Hello all, I have two tables in my database, one with information items and one with details about users. I have it setup like this: Table1: ID Name 1 ItemName 2 ItemName2 Table2: UserName Items Bob 1(4), 2(8) The value in the Items field means that...
  18. mainmast

    Hover Problem

    Hello, On my website: http://www.wochelp.com/ I have a change when you hover over the links on the left. In IE, the whole row is changed to black (like I want it to do), but in FireFox it only changes the background to black around the link itself, not the whole row. Here's the code...
  19. mainmast

    Using Sub Procedures

    Hello, I'm new to ASP.NET, and I need some help. In ASP, I could do the following: <% IF Request.QueryString("Blah") = "Blah" Then ShowBlah End IF %> HTML code... <% Sub ShowBlah .. End Sub %> How would I do this in ASP.NET? Right now I have this: <script runat="server"> Sub...
  20. mainmast

    Rather large project I'm confused on

    Hi all, First off, I would like to thank anyone who helps in advance. I really do appreciate it! I have a text file with some information I need to populate into a Microsoft Access Database. It's rather large, but with somewhat consistent data. Here's the file...

Part and Inventory Search

Back
Top