This code allows your links to pop-up in a new window. Just copy the code below:
| <a href="#" onClick="crush=window.open('PAGEURL.htm', 'popup', 'toolbar=no, location=no, directories=no, status=yes, menubar=no, scrollbars=yes, resizable=no, width=NUMBER,height=NUMBER'); return false;">LINK TEXT OR IMAGE GOES HERE</a> |
Where is says LINK TEXT OR IMAGE, replace it with your link text, or put an image there instead. Change NUMBER and NUMBER to the width and height of your window (in pixels).

Pop-up window example
Related Articles
- Pop UpsJavaScript popups are very useful, allowing you to provide additional information or functionality on a page without navigating away from it. JavaScript popups are very easy to implement, and you can customize them to some extent.
- Popup: Hate em or Love emThis great article discusses the pros and cons of popups. The different types of popups and their relative trouble versus click rate makes for interesting reading. The response of users and designers to popups is interesting too.
- PHP Server to Client with No RefreshAlthough most of our companies work is template based design, the end result is always unique and adapts to each clients individual needs.
- Elements to Avoid in Web DesigningAs a web designer, you should design your websites to give your visitors the greatest ease of use, the best impression and most important of all a welcoming experience.
- Remove Banners And Pop-UpsIf you want to get rid of a banner on a free server and are willing to risk it, try these simple HTML tricks to remove it.
- Javascripts For Your WebsiteHere is a list of short but invaluable Java scripts you can insert into your own site code to implement a number of small but extremely useful features.
- Using Flash And Java To Create Pop-UpsWith Flash it is quite common to have a customized pop up window to hold your flash movie. This is almost always done using HTML and JavaScript. Well, what about having buttons in your flash movies that will open customized pop up windows? In this tutorial I am going to show you how to incorpora...
- Up and Down TextA good novelty bit of script to change the font size of a sentence of your choice, up and then down again one letter at a time. Gives your sentence a roller coaster look.
- Integrating Ads In WebpageIf you are going to be placing ads on your website, youll want to put some thought into how youll integrate them. Poor integration of ads into your website will cause visitors to click away fast. Successful integration of ads into your site can be highly profitable. Before I show you where to po.....
- Close WindowAdd this nifty script to your pop up pages for the users to close them :). Six great styles that should work if done properly.
