Advertisement

635 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

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

 
Top Scripting Solutions: 126 - 150 of 205
 
Hi, Script to create folders and move them by no of alphabits. Need one addition. Only move if there is 2 or 3 or 4 matches. Even this should be changable. Like if there is 7 mentioned....
Hi, How can i add the folder size in MB into the comments of each folder.For all folders in a drive. Like if a folder has 3 sub folders in it. The main folder is 1 GB and the 3 folders wi...
Ok, so I have a script that allows the user to fill out a form and upload a file. The script uploads the file, moves it with ftp, and sends out an email alert. All is working well with it save...
Hi, Need to cut move all folders whose names are in the file. I have the folder names as below. any way i can cut move them to a specific folder with all the files within it. ONE.2.KA...
I have a site I removed from SQL server that was a .NET application - it was accessible through www.nameofdomain.com and https://secure.nameofdomain.com - I want to put up a custom under const...
I'm trying to piece together some code to get image previews to work with my existing php site. For my site to work, the option values in the selects are the id numbers of the images, not the ...
Original question ================================== Hi. I'm getting an error swapping buttons. The error is: "A Runtime Error has occurred. Line: 11 Error: 'document[...]' is null or not...
Hi, Hta that send mails quering the printer description. 1. When clicked SEND there should be 2 mails sent in 1 send. One thats already doing now and another mail to a different TO & ...
Hello, I would like to know how i markup a single image, so that when it is clicked it launches Cooliris and displays just like my test page, which i set up for one of my RSS feeds called '...
I have an XML file that is a series of Job nodes: <Job>    ... data </Job> <Job>    ... data </Job> ... Currently, we have a XSLT stylesheet that converts this XML file, to a HTML ...
I have a script that runs like this; foreach($log in $logNames) {      $path = "\\{0}\c$\LogBackups\{0}$a{1}.evt" -f $Server,$log.LogFileName      $result = ($log.BackupEventLog($path)).ReturnVa...
Hello, I'm not sure how this can be done, and I was hoping someone could maybe refer me to a website or something.  But is it possible to create a form where you enter a url, click submit, an...
Hi, Want the user names of all folders in all drives in a machine to a file. All security permission users. All the shares in my file server are removed and have given shares only to peo...
I've three drop down select boxes Say Drop Down Box 1. Service Provider :    - its options may be       i. bankA       ii. bankB       iii. bankC Drop Down Box 2. Services    - ...
I have a mobile detection script in PHP that detects what type of browser the person is using to connect to the website which works fine. On the site I have a Javascript Image Conveyor Belt...
Hi, I have a script which uploads files to a database, however, I want to limit the file size to a certain amount, say 512KB. The forms 'action' is a file called 'process_upload.php', an...
I find this script in my asp page, what is this ??
Using the code below, how can I edit it so that if I enter in a URL formatted like so: http://enterprise.twu.edu/vwebv/search?searchArg=Cancer&searchCode=GKEY^*&limitTo=none&recCount=10&searc...
I need an image swap an on a link when it's clicked, but for it to revert back to the old image 'only after' a new link is clicked so that the 'newest' link is always highlighted. Here is an e...
I thought this would be easy. I have minimal js experience though so perhaps I'm just missing something. I basically want to allow users of the following form to click enter from the text bo...
I am running a wiki site (mediawiki), and I have written a small script to provide a form to the user and automatically redirect the user to an existing page or create a new one (based on one ...
I'm using two regex's.  I was trying to allow for any wildcard in the domain portion of an email address to be allowed through the first one, and caught by the second one.  My app is getting h...
Hi experts! I need this fast so I don't have the time to hash through it, and besides, I know somebody out there has already solved it  :) I need a script that will look at the file names ...
I am trying to get the version number of Rtvscan from the registry. The key is located in the registry folder  HKLM\Software\Intel\DLLUsage The key is "C:\Program Files\Symantec AntiVirus\Rt...
I am in the process of building an ajax cart. My problem is that the innerHTML function overwrites the contents of div. So i can only add one item to the cart, then when another one is added, ...