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.

 
Time Tested Scripting Solutions: 51 - 75 of 880
 
I have a small form which a user will sit in front of for an hour or so, entering some data from faxes. The form contains several selections which take a while to determine. I want to be ab...
Hi All,   Quick Flash actionscripting query here.  I want to call an external SWF file into my current SWF file using loadClip.  But I want to be able to pass a parameter to the external SWF ...
Hello. I recently downloaded a DHTML implementation of a Modal window from Submodal Sample demo can be seen here http://www.subimage.com/dhtml/subModal/ I know how to implement it,but my...
I've been fooling around with this function and I'm trying to get it to work. Maybe one of you guys can put me back on track. So right below here is the function. I've been trying lots of thin...
hello i need a code, to list all user's running processes, but i need it to list the FULL command i found: lsof -d ``cwd'' | awk {'print $1, $9'} |grep eggdrop but it only lists: eggdrop /...
I'm trying to insert html tags around a selection inside a textarea using javascript. The code is working with one large quirk to it. Everytime you click a button, the correct html tags are in...
Dear Experts, I have problems in redirect command line output. For example, for ffmpeg command c:\>ffmpeg > test1.txt This work! But c:\>ffmpeg -i abc.mov bcd.avi > test2.txt test2.txt...
Hi All, Been pulling my hair out for the last two days trying to find a way around this... We've recently decided to give our old client-side firewall solution (Check Point Integrity 6) ...
I have multiple form field elements, say for example I want a user to select a predefined option from a drop down list (option value=$35.00) I want them to also be able to type in an amount if...
Hello Experts, I need a script or batch that will create a shortcut to the desktop of two files which are locate it in the c:\foldername of the users laptops. the laptops are windows xp pro...
I am trying to use PowerShell and the ActiveRoles Management Shell for AD 1.0.7.  I want to import a csv file with a computername and DN then pipe that to a command that move the machine to a ...
Hi, Connect to another computer. Any script to validate the username and password before connecting. In computer management and registry.Its possible to connect to remote machines Computer...
Hi! I am trying to retrieve the current user's profile path via VBS, and am having trouble.  The Environ() function appears to be excluded from VBS.  That being the case, how are environmen...
Is there a way to blink a Minimized Browser Window or Highlight or give some visual indication to the user in some way via javascript? Basically i have a flash appln running in a minimized ...
My development platform is: Dreamweaver 8, MS Vista, Script Language: Javascript. Background: I am designing a restricted site which the user must login to gain access. Thereafter, he can...
Hello, Need a script that adds a Windows XP computer from one domain to another domain. Can anyone help? THank you!
Alright, for some reason this is not working, I am trying to open new window (pop-up from a link) that does not have STATUS BAR because I do not want to display the URL address i.e. mousing ov...
I'm working with one of my client and his requirement is to disable the copying of the content which his client is viewing. I'd done the basic stuffs of disallowing copy/cut-paste and printing...
I am working on building an automated support case logging process in Sage CRM in which a customer can send an email to a specified address and a case will automatically be created.  Ideally I...
I have a text file i need to import to SQL server using DTS package. Before i import it, i have to delete the first line (the header of the file) manually , save it and import it then i got th...
VBscript needed to do a loop on a text file containing strings and search on all files(MS Office & OpenOffice formats) in  a directory (e.g C:\data) and output the results in a results.txt (ta...
I would like to create a batch file to copy files from one share to another share. OS's involved Win2000/xpPro and w2003 I have tried as a test from my local machine @echo off xcopy c:\f...
Experts!  Here is the situation.  I have a server running Websense and I would like to backup the database.  In order to do that, I need to stop the MSSQL$ and SQLAgent$ service before running...
I would like to be able to read the style attributes of an element from Javascript, where the style was set by a CSS. When I set the style in the <div or <span, or whatever I can read them,...
i need from something lie   c:\dir1\dir2\dir\dir3\filename.extension just the value of the filename in a dos batchfile. Any nice solution inside the MS DOS batch file syntax. I don't want ...