Category::Javascript

Development


Javascript: Cookies

Post Date:Mar 20, 2009Posted By:AdminCategory:Javascript

Web development, sooner or later, requires dealing with cookies. I've found using Javascript to handle cookies preferable over using php. Reason; "Header already sent" errors.  Generally reading a cookie is not a problem in php and requires less code.

Here's some code I've gathered and modified for my own use for cookie manipulation;


Javascript: Simple Message Box

Post Date:Apr 03, 2008Posted By:AdminCategory:Javascript

I'm always looking for the easy way to implement code. Here's a real easy way to produce a message box on a web page;


Javascript: Return To Previous Page

Post Date:Apr 03, 2008Posted By:AdminCategory:Javascript

Really simple code to return a user to the previous page in a browser.


  ( Page 1 of 1 ) ( Records: 1 - 3 of 3 )