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!

Search results for query: *

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

    Strange BUG?

    Hello, I got tired of logging in to a web app at work so I wrote a quick script to log into the application for me. Everything works great, but for some reason I get an error that implies that I need an object for loginname on line 19. Login works great, just the windows Error Message box...
  2. ekbranson

    Am I loosing My Mind?

    Ok, I have a simple class that I will use for javascript based client side paging. For some reason my class is setting all the class variables to the same value when any one of them is set. Am I loosing my mind? Here is the code: <?php class ClientPaging{ var $rowsPerPg; var...
  3. ekbranson

    smbmount to win2k machine

    Ok, first of all, I am new to linux. What I am trying to do is mount a drive from a linux server to a WIN2k computer on a domain. Samba is installed and I can sign on as root. The problem I encounter is that I can not establish a connection with any computer on the domain except a windows...
  4. ekbranson

    Remote Directories

    I am trying to upload folders and filenames on a win2k machine to a MySql database stored on Linux server. The server is running Appache. The proplem lies with the opendir(). It fails. I have read up on the opendir() in the PHP documentation, and it seems that this is supported. Anyone know...
  5. ekbranson

    VBA for all

    Hi, I am trying to create a template for many users. This template I store on a file server. The problem is I don't understand how to include the VBA for all users. If I place the code in the normal.dot only my computer is capable of running the code. How does one implement code across...
  6. ekbranson

    Question?

    Hello, I was putting together something I was going to use for a type of backup routine when I came across something I think is odd. I was curious if any one might be able to explain vbscript scope to me. If you look at the attached code I have remarked my question. Basically when I call this...
  7. ekbranson

    Windows Scheduler

    Hello, I have been reading alot of forums that sound similar to my situation but I still can't quite get a grasp. I have a simple vbs that I wish to execute at a specific time using the Windows Task scheduler. This works fine if I am loged in. However, when I log out of the computer the...
  8. ekbranson

    Power Management

    Hello, I was curious if anyone might know why my power options display no longer displays the alarm tab? Also, the Power Scheme tab no longer shows the battery status options in the settings box. My computer is a Compaq Pressario 700 Laptop. It seems as if the power management will not...
  9. ekbranson

    Shared Access

    I am trying to find a way to determine who is accessing a shared folder. Similiar to MS Computer Management -> Shared Folder -> Sessions. I have looked at WMI's Win32_Shares and several other classes but I can't seem to find anything that I can use. Basically what I would like to do is to...
  10. ekbranson

    Backing up Local HD

    Im sorry, I had posted my thread in the wrong forum. Please take a look at http://www.tek-tips.com/viewthread.cfm?SQID=842654&SPID=68&page=1. Thanks.
  11. ekbranson

    Backup Files

    Ok, I have a PC on a domain running Win2k with an external hard drive formated for NTFS. I have been asked if there is a way that I can synchronize files stored on this hard drive to a network drive, a type of file server, in which I don't know anything about. All users have access to this...
  12. ekbranson

    How to get results from the file download window

    Does anyone know how to get the results from the Windows file download window. I am trying to find out if the user has canceled a download from the server. I was thinking the solution lies in the header somehow, but I cant seem to come up with a solution. Thanks
  13. ekbranson

    Problem with Text Element

    Hello, I am having a problem placing text in a text element. The FORM: <form name=&quot;frmAction&quot; action=&quot;<%= sorterAction %>&quot;> <input name=&quot;fileName&quot; type=&quot;text&quot; > </form> The FUNCTION: function link_click(fileName) document.frmAction.fileName.value =...
  14. ekbranson

    File on remote machine

    Hello, I was curious if anyone might be able to help me out. I would like to able to store files on a remote computer. I would like user to be able to download and upload these files with out mapping the drive to there machines. This will all be done through a web interface, with the server...
  15. ekbranson

    Advice Please

    Hello, I would like to hear peoples thoughts on a problem I have. I am designing a web application that will run on a IIS server for an intranet. This application will need to send out automated emails to people in the company at times gathered from a database. My question is how to automate...
  16. ekbranson

    Browser issues with specific users.

    Hello, I seem to have a problem with a machine using Win2000. The connection is fine for the majority of its users, however there are 3 specific users that can not use the internet on this machine. It appears that the browser can not find the proxy, or hangs at this stage. I can ping external...

Part and Inventory Search

Back
Top