Showing posts with label html. Show all posts
Showing posts with label html. Show all posts

Monday, April 30, 2012

Creating HTML Push Button Link

Hi friends below source will allow you to create a push button link. If you wanted the link that forward you to learning tutorials ,change the URL http://learning-tutorials.blogspot.com to the web page you wish to open.


<FORM>
<INPUT TYPE="BUTTON" VALUE="Home Page" ONCLICK="window.location.href='http://learning-tutorials.blogspot.com'">
</FORM>



            **********Thanks friends***********

Popular Posts