Disply calendar on your website
If you want to disply a calendar on your webpage then the below javascript code is for you,this code will display calendar on your webpage and it also highlight the current date.
Just copy paste the below code .
Place the following code where you would like the JavaScript button to appear:
Edit the JavaScript code according to your needs.
<input type="button"
value="Open
Window"
onclick="window.open('http://www.domain.com')">
Edit the JavaScript code according to your needs.
If you want to redirect your visitors to a new page, then by using this HTML redirect code you can do that.
By Placing the following HTML redirect code between the <HEAD> and </HEAD> tags of your HTML code you can redirect visitors to a new page.
<meta HTTP-EQUIV="REFRESH"
content="0;
url=http://www.yourdomain.com/index.html">
Note: don't forget to replace yourdomain.com with your domain name.
Here in this tip i will show you how you can Embed a Web Pages within other Web Pages.Use the below HTML code to do that.
In the below example , I am displaying a web page within the current web page .
This HTML code will enable you to display rotating tips, images or whatever you'd like.
Copy and paste the below code into your web page where you would like to embed the web page.
In the below example , I am displaying a web page within the current web page .
This HTML code will enable you to display rotating tips, images or whatever you'd like.
Copy and paste the below code into your web page where you would like to embed the web page.
<object data=http://www.usetricks.com width="500" height="450"> <embed src= http://www.usetricks.com width="500" height="450"> </embed> Error: You
Can’t see Embedded data. </object>
It Will Look Like this: