Hi there
I used the following codes to fetch the source codes from the web page (assigned to url2 in the following codes) but got two painful problems.
1. odd characters or character mi...
Trying to make somewhat of a multi-threaded script here.
My code loops through several source folders and copies the data over using robocopy (shell).
Currently, I simply try an appactivat...
I am trying to create a script which would run typeperf on a list of servers in regular intervals of 30 mins and dump the values to a excel spread sheet.Can anyone guide me through or provide...
Hello,
I created a site that has a Flash navigation menu. There are several tutorials for replacing a Flash element with a static one link image, but I have a jpeg with image map coordinates ...
I am trying to build a form on a website and this is an easy thing to do. However I am having a problem that I have never had before. The radio buttons wont select correctly in Firefox on this...
Hi,
Any script that can query a group on the root Domain and get me the results as this. From group and all nested groups too.
Username
Groups the user is a member
If nested group the ...
HI,
Printer details update description where data as below.
Serial no : A67FGT
Ip Address : 78.78.45.22
Printer Name : 2F-TY
Share Name : 67RT
And if any other data.
How can i u...
I have a test page where there is a 15 minue time limit.
I also have an unOnload event which should submit a hidden form field to record the time emaining if the user navigates away from the...
I need a play/pause button to stop slide show and audio (voice) and to start up at the same place it was paused at But I need audio to be set at event not stream or the voice will be poor qua...
Powershell newbie here.
I have a simple powershell script that collects the hardware inventory of a machine, including the serial number. I'd like to add some code to my script that puts t...
Hello
i have in my script
$res = $browser->get("$host/u:$i");
$results = $res->content;
$host/u:$i is the webpage of the user $i is userid
from all of the page co...
I got the following php code that will take only numbers and letters but what I want to do is replace characters like !@#$%^&*)) with the HTML equivalent
Look at the following ASCII table
...
Hello,
I have a online PDF Form which user can fillout online with data. Now I need that data to be saved on the server. I know user can save data on their own desktop but I want that data ...
Have seen this problem's description elsewhere but the solutions do not work for me.
There is nothing happenning in the apache log therefore guess it is some sort of security violation but ...
On our companies website I am integrating a web portal from one of our software providers that links our customers to data housed within a non web based server. I have this portal loading into...
I want to extract substrings from a longer strings according to a pattern, for example, the string is :
"Hello {VAR1} , is there any {SOMETHING} to do fro {TYPE:YET SOMETHING WITH SPACES} ....
I am keep to learn Perl, but urgently need a script:
To extract <div> and <td class> parts of an html page http://127.0.0.1/catalog/advanced_search_result.php?keywords=23272006518
Then s...
Hi,
Hta script that needs some changed to be able to send 2 mails to 2 different groups with same body but different Subject
One click and it sends mails to 2 different group of people.
...
Hi,
I have a folder that has 1800 folders and sub folders within it. Its totally a 18 GB folder. which has different file extensions. What i want is get all files to a rarget folder leavi...
I am loading this "videos" file. How do you write a script so it will go to and stop before playing the videos. There are 2 videos with a button each for starting and stopping. There is a st...
I have a bat file that locates an .exe and launches it from a hard coded absolute path in the .bat file. What I want is a realtive means of launching that .exe. Say I will always assume the .e...
Hi,
Scan a folder and check for duplicate Exe files and place the size of the exe and path into a csv file.
The exe should be changeable to other extensions also.
Check each exe with al...
Input file
xxx,yyy,zzz,1
vvv,mmm,ppp,bbb,lll,3
jjj,rrr,4
I need the following utput
xxx,1
yyy,1
zzz,1
vvv,3
mmm,3
ppp,3
bbb,3
lll,3
jjj,4
rrr,4
Need to split each line i...
Hello,
I am having some difficulty getting the ' £ ' pound symbol to display on my site (www.globexposure.net/index.php). Presently it is shown as a black diamond with a ' ? ' symbol in th...
I have a simple 3 field form that lets me select a particular user by first name, last name, or company. Each fielld contains:
onchange="this.form.submit();"
How can I determine which fi...