Advertisement

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested Scripting Solutions: 1 - 25 of 579
 
does anyone know what the command and syntax are to move a batch of files (anything up to approx 200) and delete them as they are moved, not at the end of copying them.  The problem is that fi...
With wsh I open an IE window and navigate to an url. Its ok. Could I reach the script variables that the one I navigate with wsh. Or any trick. var ie = WScript.CreateObject("InternetExplore...
hello, i am back. this is what i am trying to do: 1. create a dropdown selection box in a form     example:     <FORM>    <P>  <SELECT NAME="sample dropdown" SIZE="1"><OPTION>choice 1<...
I have a java script function which uses appendChild( createTableCell) to build a dynamic table as required. Every time an item is added the variable num in incremented and this function is ca...
I've got a dos batch file that is scheduled to run every night to copy/backup files from different workstations at different branches to my server across different VPN links. Right now, the...
Hello. I am struggling with trying to get my Active Directory queries to export to a text file so that I can use them as input for other scripts. I'm sure I'm missing the obvious because t...
The website I work with uses mod_rewrite to create nicer urls, but a result of this is that we have to put the full path to images etc within javascript include files. I would like to avoid...
I'm creating a dynamic favourites list using arrays. So far all I wanted to do was to make sure I can create the array, add and item, check the size with ubound and remove an item,  writin...
Really quick question for the linux BASH shell (making a BASH script). How do I create a text file ($strFilename)  and how do I append a line of text ($strText) into it? Thanks guys
HI, i get the above error, could some help me debug it please, the error i am getting is below The specified string is not in the form required for an e-mail address. Description: An unha...
I am using VbScript to Launch a program that is located on each users harddrive the program is Located in a folder under the Program Files dir set WshShell = WScript.CreateObject("WScript....
Greetings ... I have a series of divs that are floated left each with some content. On clicking a link I want the appropriate div to slide out to the left and then slide back when the link ...
I'm creating an HTA with vbscript and I want to prompt the user to choose to either enter a machine name manually, in which case a text box is presented or browse machines names in which case ...
Hello, I was hoping you might be able to tell me if there is a piece of code that I can use to limit the number of table rows that a user can dynamically add.  I am adding form file fields tha...
Hello, I'm looking for a AJAX preloader. I have some medium sized (file sized) pages I could use this slick preloader on. What I would like is for the screen to fade to a dark grey color b...
My predecessor used a batch file to install our networked printers for all users. This is the script they used: rundll32 printui.dll,PrintUIEntry /ga /c\\%computername% /n\\print-server\las...
I am in a siuation where I need to stop and start a windows service automatically and have been unable to come up with the exact script to do it. Here's the scenario: I have a service we'll...
I am trying to get firefox to fire an event with the onbeforeunload event and it is not working: Here is the code: <script language="javascript"> if (window.Event) {     window.onb...
Hello, I am currently seeking a way to resize the contents of a web page that I do not control, to fit the current browser window size. The page contains text as well as images, and I'd nee...
hi everyone I am doing a website that I need to add the text field dynamically. (so when you hit the + button next to the text field, another text field is created below, if you hit x button ...
I have a linux server and there are zip files being uploaded to a particular directory, we'll call it /log/zipfiles. I want to create a script that does the following. - Checks the file s...
Sorry this is quite long and complicated - only for the real experts - but quite fun I think. I think it's easier to explain stuff with code - so here's a non-working example: ----------...
First of all, I am not familiar with creating logon scripts. I need to create a logon script to map a user to their home folder (D:\HOME\username ), and to a Shared drive (S:) automatically at...
rollover effect with expanded image and detail text. would this be an ajax/php ajax/asp solution. Istock photo (istockphoto.com) has an image rollover effect that pulls up a large image w...
I am using an .hta page to simplify account creation in AD. As soon as the .hta page loads, i want the drop down box to query and list all OU's in AD so that we can choose which OU to put our ...