
| | |||||||
| Website Development HTML, traffic, hosting, and more... this is the forum for every webmaster. |
Register Now for FREE! | |||||
| |

| | LinkBack | Thread Tools | Display Modes |
| |||
| Dear members I set the link as blank so when visitors click this link, a new window will popup. But I don't want the browsers show the menu bar, tool bar and status bar, address box, etc, which means visitors can do nothing on this new window except close it. I'm using this page for my directory's submission guidelines. Can anybody tell me how to achieve this? Thanks in advance |
| Sponsored Links | ||
| |
| ||||
| You might want to check out this: Dynamic Drive DHTML Scripts- Auto-centering Popup Window Just remember, the popup window may not work in all browsers.
__________________ Thanks, Ash CF Founder Great Webhosting. Shared starting at $2 per month. VPSes starting at $6 per month. www.Centicero.com Want to get in touch? Send me a PM | Do you want to continue receiving free help? Or do you want this site to close? Become a premium member. |
| |||
| The script you need, I have it in Javascript. ========================================== <FORM> <INPUT type="button" value="Go Now" onClick="window.open('http://www.yourURL/yourWebPage.htm','mywindow','width=400,height=200' )"> </FORM> ========================================== This will produce a button called "Go Now". It may be placed anywhere within the page body in an HTML Code fragment box. Change the "yourURL" to the name of the webpage you need to open in a new window. Adjust the windows size (width & height) to fit your needs. A sample of what the button will look like, and how it aapears opened can be viewed from this website on the bottom right, named "View Certificate" Hope it helps. Last edited by Tom; 05-06-2007 at 11:39 AM. |