Below are snippets for sundaramkumar.
2
To get the Environment info like Compsec, PAth, pathext windows folder and temporary folder location we can do like this
2
You can get the Processor and OS info like this
2
Reads a text file and print the contents line by line
2
To get the name of the computer/host
2
To create a shortcut to an url you can do as follows
2
If you want to create a shortcut programatically use the code below. Found somewhere on net
18
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
Here i'm adding an example for a draggable dialog box
12
A simple Tooltip for you web pages with minimal code.
Images , Text and HTML code can be shown inside the tootip
Images , Text and HTML code can be shown inside the tootip
13
Trim , Left trim (ltrim) and Right Trim (rtrim) in javascript
20
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.
here is a simple way to get rid of the alerts dialogs and get the values outputed into another debug window.









