JavaScript
Contents |
Always I can not find a pleasant and good reference/example of JavaScript code [1]
Cookies
See for a description on how to cope with JavaScript Cookies
- JavaScript Cookies description
FAQ
- A list of FAQs, Index to a bunch of items.
Redirector
use the lcation object. An example:
<html> <title>CodeAve.com (JavaScript: Current Page URL)</title> <body bgcolor="#FFFFFF"> ... <script language="JavaScript"> <!-- document.write (location.href); document.write ("<p><a href='" +location.href + "'>Link To Current Page</a></p>"); // --> </script> ... </body> </html>
See also
- JavaScript Widgets and Games, mredkj.com is an unfocused resource for programmers in which you'll find code examples, tutorials, and our ramblings.
- JavaScript entry on HF-Links.
Reference
- ↑ JavaScriptKit, Index, Tutorials and Reference. This is a very good start.