Pop-Up Button
It is extremely simple to open a pop up window by clicking a button or download anything by clicking a button or to open a picture by clicking a button.

It is extremely simple to open a pop up window by clicking a button or download anything by clicking a button or to open a picture by clicking a button.

A download button is used whenever we want to hide a link from the users. It can be a link to any website or link to any file that you want to hide. It also makes a download link prominent so a reader doesn’t have to find the actual download link in a lengthy blog posts.
It’s a simple HTML “type” tag that creates this clickable button to open the embedded link in a pop up window.
So if you want to put a button in your blog or in your blog posts all you need to do is to insert the code below wherever you want to show a button.
It’s a simple HTML “type” tag that creates this clickable button to open the embedded link in a pop up window.
So if you want to put a button in your blog or in your blog posts all you need to do is to insert the code below wherever you want to show a button.
Code:
<input value="TEXT on the button" onclick="window.open('http://URL-ADDRESS-HERE','ANY-UNIQUE-NAME',' width=750,height=550, menubar, toolbar, scrollbars')" type="button">
Example:
value="TEXT on the button ( Enter Any Name You Want )value="FreeHub4uhttp://URL-ADDRESS-HERE (Enter Any Website You Want to Open)
http://www.freehub4u.blogspot.comwidth=750,height=550 (Enter Any Size You Want to Give)
width=800,height=600The Button Looks Like This:
If This Post Helps You Then Please Leave Your Comment Below
Thanks For Visiting
www.freehub4u.blogspot.com
Thanks For Visiting
www.freehub4u.blogspot.com


0 comments:
Post a Comment