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 ekbranson

  1. ekbranson

    Browser Refresh Messing up Ajax

    snached, Did you ever solve this problem? I seem to have the same issue while updated records in a database. The database gets updated but if I request the info again the information I recieve appears to be cached. Thanks
  2. ekbranson

    Strange BUG?

    Do you have a suggestion?
  3. ekbranson

    Strange BUG?

    Could be an page design problem. But the page is a Web Application that contains a standard text input with the name and id both declared. This is the name and id used in my script. To make sure that the page has loaded before setting the value of the username and password fields I have a...
  4. ekbranson

    Strange BUG?

    Thank you for your response. The form does not need to be created as it is created by the document that is loaded into the IE object from the navigate command. These fields exist on the form in the document requested. I still have the problem, although just a nussiance, as the script works...
  5. 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...
  6. ekbranson

    Am I loosing My Mind?

    That was it thanks, I can't believe I missed that. I guess I should cut down on the coffee.
  7. 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...
  8. ekbranson

    smbmount to win2k machine

    Ok, i figured this out. zeland thanks for the suggestion, this is how I figured it out. The smbclient would connect using the domain of the computer. smbclient //win_machine/ -U username -W domain However, I had been trying to mount the windows box like this smbmount //win_machine/share...
  9. ekbranson

    smbmount to win2k machine

    The iptable is a linux command? I just removed windows firewall from one of my test computers and now I have [root@doc1 me]# mount -t smbfs //win_XP_comp/"test share" test/ Password: Anonymous login successful 29432: tree connect failed: ERRDOS - ERRnoaccess (Access denied.) SMB connection...
  10. 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...
  11. ekbranson

    Remote Directories

    Ok, I still have not found a work arround for this issue. But, for anyone else that may be looking, I came across this http://forums.devshed.com/showthread.php?p=624872, which discusses some issues with opendir(). If anyone knows a fix for this besides seting up the remote computer with...
  12. ekbranson

    Remote Directories

    No, the backslashes are necessary to escape. However I have also tried: //win2kMachine/someSharedFolder/
  13. 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...
  14. ekbranson

    VBA for all

    Never mind, I figured it out. I was stuck on the normal.dot for some reason. I just created a module in the template projects, and placed my code in there. Thanks again.
  15. 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...

Part and Inventory Search

Back
Top