Below are snippets for sundaramkumar.

ranking Sort Sort   |   date Sort Sort   |   member Sort Sort
Syndication

« Previous 1 2 3 4 Next »
2
Date Submitted Mon. Jun. 25th, 2007 4:28 AM
Revision 1
Syntax Master sundaramkumar
Tags wscript
Comments 0 comments
To get the Environment info like Compsec, PAth, pathext windows folder and temporary folder location we can do like this
2
Date Submitted Mon. Jun. 25th, 2007 4:27 AM
Revision 1
Syntax Master sundaramkumar
Tags wscript
Comments 0 comments
You can get the Processor and OS info like this
2
Date Submitted Mon. Jun. 25th, 2007 4:25 AM
Revision 1
Syntax Master sundaramkumar
Tags wscript
Comments 0 comments
Reads a text file and print the contents line by line
2
Date Submitted Mon. Jun. 25th, 2007 4:21 AM
Revision 1
Syntax Master sundaramkumar
Tags VBSCRIPT | wscript
Comments 0 comments
To get the name of the computer/host
2
Date Submitted Mon. Jun. 25th, 2007 4:19 AM
Revision 1
Syntax Master sundaramkumar
Tags VBSCRIPT | wscript
Comments 0 comments
To create a shortcut to an url you can do as follows
2
Date Submitted Mon. Jun. 25th, 2007 4:17 AM
Revision 1
Syntax Master sundaramkumar
Tags VBSCRIPT | wscript
Comments 0 comments
If you want to create a shortcut programatically use the code below. Found somewhere on net
18
Date Submitted Mon. Oct. 9th, 2006 3:36 AM
Revision 1
Syntax Master sundaramkumar
Tags JavaScript
Comments 4 comments
Add dragging to your div elements. just adding class="drag" to the div element will make it draggable.

Here i'm adding an example for a draggable dialog box
12
Date Submitted Tue. Oct. 3rd, 2006 6:42 AM
Revision 1
Syntax Master sundaramkumar
Tags JavaScript
Comments 0 comments
A simple Tooltip for you web pages with minimal code.
Images , Text and HTML code can be shown inside the tootip
13
Date Submitted Mon. Sep. 25th, 2006 2:22 AM
Revision 1
Syntax Master sundaramkumar
Tags JavaScript
Comments 1 comments
Trim , Left trim (ltrim) and Right Trim (rtrim) in javascript
20
Date Submitted Mon. Sep. 25th, 2006 1:59 AM
Revision 1
Syntax Master sundaramkumar
Tags JavaScript
Comments 3 comments
To debug javascript code we use alert() whereever needed and it irritates you while alerts values inside a loop and other places where more alerts are being shown and you have to press the ok button to pass / proceed on.
here is a simple way to get rid of the alerts dialogs and get the values outputed into another debug window.
« Previous 1 2 3 4 Next »