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
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...
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...
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...
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...
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...
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...
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...
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...
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...
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.
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...
You know I have never had a problem without declaring the ByVal or ByRef in vbscript. I would have never thought of that. Thanks alot.
Here is how I modified the above code.
option explicit
dim tempSource
dim tempDest
dim tempPath
dim tempFolder
dim e, t, s
tempSource = "C:\Test"
tempDest...
I think this might help. You could create a short cut to a script that opens the website.
set objExp = CreateObject("InternetExplorer.Application")
objExp.Navigate "http://www.timesheet.com/"
objExp.Visible = 1
I don't know what the problem is but is baffeling. Just some food for thought, I compiled in Visual Studio and I still get the same thing. Thanks for your help.
Ok, I moved the exact same script to another computer and you are right. No trailing \. I have no clue why one computer would do this and another one would not. Both computer have WinXp, AMD processors. The only difference is this one is a laptop and the other one is a pc.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.