Here I am going to share the Javascript code for scrolling the page title of any web page. You can change the page title by simply set document title property using javascript document.title = “modified text”; Scrolling Page Title Code You can change the scroll speed by changing the value of variable “speed”. Above it [...]
Archive for the ‘Javascript’ Category
Create Interactive Charts with Google Chart API
September 1st, 2011
admin Last post, we have discussed about Create image charts using Google Chart Tool. Here, we are going talk about how to create interactive charts using Google chart API. Google’s Javascript library allow you to create the charts and throws the events which can be handled by your code. Interactive charts and diagrams will give the [...]
How To Get Url Parameters Using Javascript
May 29th, 2011
admin Here, I am going to share Javascript code to get the URL querystring parameter values. Let me take a sample URL and try to get the parameter values in it. http://www.techtricky.com?id=77&name=sree Here is the function to create the Javascript object with parameter names and values. In the above code, “window.location.search” is to get the query [...]
Print a Part of Page using Javascript
March 12th, 2011
admin do you want to print a part of the web page? do you have multiple print buttons in a web page, which prints portion of the page? do you want to exclude some elements in print of your page? (like images, ads) do you want to print the display page differently? (changing font or colors [...]

Posted in
Tags:

