By admin | January 26, 2008

How To Access Cookie Without any special Charecters

Generally, when we access javascript, wild card charecters are replaced by some special symbols (like +,% etc). This code is for accessing cookie value withour any special chacters. Try It. //Reading Cookie function ReadCookie(n) { var cookiecontent = new String(); if(document.cookie.length > 0) {  var cookiename = n+ ‘=’;  var cookiebegin = document.cookie.indexOf(cookiename);  var cookieend = 0;  if(cookiebegin > -1) {   cookiebegin += [...]
Ad
Ad

Forum

Calendar

August 2008
M T W T F S S
« Jun «-»  
 123
45678910
11121314151617
18192021222324
25262728293031

Search

Polls

  • Who will rule the world?

    View Results

    Loading ... Loading ...