Please could some one decode this for me?
In my ASP .Net web application, the customer has the following requirement. Whenever user tries to close the browser by using the X at the top (the hard close), I want to throw a message popup...
I have a CSS file that contains some javascript. The code works in IE, of course, but it errors out in FireFox:
Error in parsing value for property 'height'. Declaration Dropped.
...
I would like to replace characters that have a hexadecimal value of "00" with "20" which is a space. Any way to do this?
I have two folder :
+ /export/home/abc/* : contains history.xxx ( xxx ranges from 000 to 999)
+ /mountNT/
on Sun Solaris 10 .
I want to create schedule to copy history.xxx to new folder ...
Hi all,
I have a page that displays a data table (which uses the tablesort plugin), so some styles are applied on $(document).ready() to my table id='tablesort'
This table contains some cl...
Is it possible to set an .HTA file to always on top? In other words could I put some javascript
code in the HTA file that will set itself to always raised or when it is opened as a child?
...
I added a printer on our kix script using $RC AddPrinterConnection.
I had to change the default on the driver on the server from Color to B&W.
Now I want to delete the printer in the script ...
Having barely scratched the surface of AS2, I decided to just jump into AS3. This preloader should load any DisplayObject and show a progress info feedback to the viewer. It does load the as...
I have the following block of text:
"The process started at 11:34:50 PM failed to create System.Discovery.Data, no errors detected in the output. The process exited with 0 Command execut...
I am not sure if this can be done. I need a page turning script effect (probably javascripts) to be used in a frame layout. One frame is listing the navigation menu and when you click on the l...
Hi,
I need a function that returns an array of sub-folder names when given a path. I would like it in Jscript because I can easily sort the array etc, unlike VBS. I will be running this on a ...
Hey guys,
I need awk or perl to replace a block of text found in a file with the whole contents of another file.
awk '/^blockstart/,/^blockend/ {print} file
So I need to replace what that...
(Please note, this question is specific to IE7, NOT IE6. Please make sure that your answers are in reference to IE7. Microsoft has changed the way this is done in IE7.)
We are creating an...
Hi,
I use a code to display the counter result and to refresh that value I actually refresh all the page, I'd like to refresh the script only without refreshing the full page but I don't kn...
I am trying to display Adobe flash file within my page : This code works very well with IE, however not with netscape or firefox - can someone let me know what i am doing wrong
<script type...
I am very novice at HTML. I am trying to add small buttons below each text box that, when clicked, add the text to my clipboard for pasting elsewhere. I tried using Javascript however I could ...
Hi, I have a javascript which needs to read the selected text of a dropdownlistbox, the correct value is already in the listbox, so how do I get the text ?.
I have to create a panel with rounded corners on the top (like a tab folder) and square on the bottom. I was thinking of using ajax. It must support IE 6, IE7 and Firefox browsers.
I could ...
Does anybody have a script that can do this:
1. execute script from user desktop
2. Ask the user if they want to create a PST
3. If the user selects Yes, then the script will automatically ...
Hello,
I have a batch file that does a few things and one of them I'm having trouble making it do is add a .reg file to the registry. The file is named "cleanmgr.reg." I want this registr...
Hi,
Here is a script that i got from EE.
Option Explicit
Dim objRootLDAP, objContainer, objContact, objExcel, objSheet
Dim strOU, strContactName, strPathExcel, strEmail
Dim intRow, st...
I have a vbscript from a while ago that I got help with on EE to convert vb to vbscript to retrieve the xp key code from the digital product id in the registry and it uses regread which is all...
I have a MAIN HTA window open and am using VBscript in it to open another HTA REMOTE window. The reason I use VBscript is because I am using another program to open the REMOTE HTA window so th...
Hello,
I'm looking for a way to run SCANPST.EXE using a script. I'm not even sure if SCANPST supports any switch options, I haven't been able to find any. I need to run SCANPST from a Wind...