ok, so I do have the code to have a sort of time stamp for the site.
function getTime()
{
// create the xmlhttp object
xmlhttp=GetXmlHttpObject();
if (xmlhttp==null)
{
alert ("Your browser doesn't support AJAX or you are blocking Javascript");
return;
}
// define a...
Hey guys, I would like to know if you guys can help me make a simple PHP script that will:
1-Have a button, and when you press that button it will produce a time stamp and display it on the screen.
2-Save that timestamp to a file (e.g. timestamp.txt).
3-Next time the page is loaded, the...
When it freezes I mean it hangs for ever and I have to kill it with task manager.
I use this script to loop around 200 computers. For the excel, I have about 3 excel files that need opening and closing depending on "if" statements and it happens all over again for each PC.
I'll see if by...
Here is a snippet of code from a program I have running. It seems that very often the script freezes at this part so I would like some help on figuring out what is wrong with this part.
Thank You
'#####################################################
'THIS PART WILL ELIMINATE THE NEW AND...
I believe I did a custom install, which install a clean version of WINDOWS 7. My model does have drivers for Win 7 x64, but I don't think any of the ones I downloaded and installed have to do with the battery.
Is there any type of work around?
So I am well aware that this is a common issue with a lot of people, and I have gone to places I have never been in the internet to try and find an answer for this problem, but no results.
I have tried about every combination of removing the AC adapter and battery when on or off, etc...(EVERY...
This works great, for the unformatted dates, but when it does it for the already formatted dates, it messes them up. Is there any way to have some kind of IF statement that if the date already includes a "/" to leave it as is, and if it does not contain a "/" to format it.
I have many csv files that look kinda like this
Inventory Date,Product Name,Version,Install Date,Status,Host Name
12/15/2010,Adobe Acrobat 9 Pro,9.0.0,11/5/2010,Installed,ERM-10162045
12/15/2010,ArcGIS Desktop,9.3.3500,20091217,Installed,ERM-10162045
12/15/2010,Microsoft Access...
I have this script that successfully converts my CSV file to an HTML table, but since I need help working out the format.
If anyone can help me get the table format to
<table id="table_id">
<thead>
<tr>
<th>Column 1</th>
<th>Column 2</th>
<th>etc</th>
</tr>
</thead>
<tbody>...
I know i probably gave the worst subject title ever, but bare with me here.
My knowledge in ajax is next to none, so I had to come to the experts.
I am attempting to do something kinda like this (http://www.carparts.com/). You see where in the top left there is a form where you have to put the...
So that is part of my problem, sometimes it IS able to connect to the pc, but for some reason it just hangs, that is why I need some type of timeout to go to the next hostname.
To start with, I am going to say that I am not using a database at all.
I have a script that takes a CSV file and displays it to the site I need it to.
What I would like to be able to do is have a search box, in which a user can filter the results. Is there any way of doing this without using...
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.