I am using scriptaculous to cause images in a menu to grow then shrink again. There are several images arranged in a vertical column. I use the following functions, which are called for the ...
Hi There
I need some help in creating a script to do the following
I have a program called WinSCP which can downloaded at http://winscp.net/eng/index.php.
The first thin that I want the...
Hello.
I'm using a piece of software called ThinkingRock. It's a Java application for managing GTD methodology. The software will export to an ical format file which can be imported int...
Hi All,
I'm trying to write a script that will delete Global Security groups in bulk. The script reads the group names from a file, finds it in the domain(could be in any OU, we've got mult...
Hi experts,
I have a radiobuttonlist with nine radiobuttons that, at runtime depending on what year it is, must change the text property i.e the text displayed next to the actual radiobutto...
Hi Experts,
Using Javascript,
I have a multiple select boxes on a page and all the items in the select box are identical
At the top of the page I have a 'select all' select box where ...
Using Server 2003 & Active Directory,
could someone direct me to a site or be kind enough to create a simple administrative template .adm that restricts HKEY_LOCAL_MACHINE\SYSTEM\CurrentCont...
using javascript with mootools,
I want a function that does a synchronous post ajax call with parameters,
and returns the resulting JSON
function simple_ajax(url, params) {
// url is...
Hello,
I have made a function that updates the page after the ajax is ready... the function will insert images in a table. There error i get in firefox is:
Node was not found" code: "8
...
I am trying to loop a video in flash. Below is the code i currently have. What am i missing. I am very inexperienced and trying to do this as a favor for a friend, if more information is nee...
I have an .ini file that contains some entries that I want deleted/modified. I need a script that can automatically modify the contents of the .ini, and itÂ’s something that would eventually b...
Flash 8
My index file contains a movie clip called "Main" and within the movie clip 6 frames are labeled (s1, s2, etc.), each loading a different section of the web site (section1.swf, sectio...
Hello
how can i switch 2 words with sed ?
i saw an example ... sed 's/\([a-z]*\) \([a-z]*\)/\2 \1/'
but i didn't understand it ....
if you can tell me this
lets say i have a file with ...
When employees are hired their hire date is saved in my sql database. When multiple employees are hired on the same day, they are assigned sequential Hire Order numbers. The employees are so...
Hi
I am trying to copy all csv files from a specific share (\\server\logs\yyyymmdd\*.csv) to a local folder on my pc. This is a black berry server and it creates daily log files. The log f...
Hi Guys,
We are having problems with one of our profile server losing its permission on the profiles. CACLS isnt working properly as the profiles are also losing the SYSTEM and ADMINISTRAT...
Hi,
I have this script attached as below, it queries the local accounts on the computer. But how do you find out what group the account belongs to, using the script? For an example, the loc...
I have a page on a corporate webserver which I have opened an IFRAME in. The main page is called: Category.asp. The IFRAME points to "gallery.asp". What I would like is to be able to do is ...
Hi, I am writing a script which basically requests a username and password, then logs into an FTP, downloads all the files in the folder, and executes the .exe after they have all been downloa...
I have the following Javascript code that I was would like to make more succinct. Instead of defining the beginning of every week in variables I was wondering if there is a way to just give th...
I need to validate a textbox where the user will know immediately if the text is correct. For example, if the user types in the wrong value, he will immediately see a popup or something tellin...
I am creating a form and I was wondering how can I populate a form automatically by checking yes or no from another field without submitting the form?
Hi. I'm getting an error swapping buttons. The error is:
"A Runtime Error has occurred.
Line: 11
Error: 'document[...]' is null or not an object
<html>
<head>
<script language='JavaScr...
I have users on the network that access multiple different machines within one business area. I need to script a file to be able to copy a shortcut link to the All Users profile Startup Folde...
How do I read hidden variables/ hidden fields/ string from JSF page into javascript ?
Can I know an example or explaination for doing this?
I need this as I am using a javascript tree in JS...