convert google image search traffic to adsense revenue use this javascript fram breaker code <script language=”Javascript”> <!– if (top.location != self.location) { top.location = self.location.href } //–> </script> Javascript Frame Breaker Buffer email
Read More...
If you want to add a little star on your page that when click upon the user will save your site to his favorites, add this to your page, below the <head>: <script language=”JavaScript”> function addbookmark() { bookmarkurl=”http://www.yoursite.com/” bookmarktitle=”your site” if (document.all) window.external.AddFavorite(bookmarkurl,bookmarktitle) } </script> Then put this part where you want to [...]
Read More...
Javascript makes it possible to change background color of a document dynamically. This means that you can have terrible visual effects like the one you just saw. Actually, I had planned to make a smooth shade out sort of thing but somehow, it got like this. Your turn now. Select your favorite color from here [...]
Read More...
JavaScript is a scripting language which is similar in syntax to Java. The JavaScript code is embedded within the HTML file and is interpreted by the client browser. JavaScript brings interaction to the web pages. Using JavaScript, it is possible to customize HTML documents on the fly, write event handlers for elements on a page, [...]
Read More...