Using Cookie

Posted in ASP.NET, JavaScript.

Updated – CMotion Image Gallery

Download Source ~ CMotion.zip Screen shot CMotion Image GalleryDescription: CMotion Image Gallery is a versatile gallery script that uses the most intuitive input devise available, the user’s mouse, to control it! The user can direct both the image scrolling direction…

Fav Links

JavaScript Virtual Keyboard By Dmitry Khudorozhkov http://www.codeproject.com/jscript/jvk.asp Hiding HTML/SCRIPT… I think it IS possible! http://www.siteexperts.com/tips/hideit/index.asp Cross-browser BlendTrans Filter JavaScript http://www.brainerror.net/scripts_js_blendtrans.php Dynamic Drive http://www.dynamicdrive.com/ Reflection.js Reflection.js 1.5 allows you to add reflections to images on your webpages. It uses unobtrusive javascript…

Adding and Removing Listitem from ListBox

<html> <head> <meta http-equiv=”Content-Type” content=”text/html; charset=windows-1252″> <meta name=”GENERATOR” content=”Microsoft FrontPage 6.0″> <meta name=”ProgId” content=”FrontPage.Editor.Document”> <title>New Page 1</title> <script language=”javascript”> window.onload = function(){ //var strCook = document.cookie; } function loadStates(){ var oLst1 = document.getElementById(“Select1″); var oLst2 = document.getElementById(“Select2″); if(document.cookie != “”…

Adding new row to the existing table – JavaScript

Download Code ~ http://michaelsync.net/demo/HTMLPage1.zip Note: Preview Code has been removed. Please download the code if you wanna know how to do that. Ref: http://www.w3schools.com/js/js_examples_3.asp

Maintain Scroll Position of DIV using JavaScript – ASP.NET 2.0

Some people have some problems in maintaining the position of the DIV. Initially, The most of people are using htc for solving this problem. but there are so many disadvantages of using htc such as it works only in Internet…