nabweb logo www.nabweb.co.uk | search 

home | javascript

Here are a few snippets of javascript that you will find useful in the Dreamweaver classes

To close a window

1 Select your close text or button

2 Type Javascript:window.close(); into the links box

Use the the close popup window extension by David G Miles to automate this process

 

To create a dummy link

Type javascript:; into the links box

Use the "nowhere link" extension from Project VII to automate this process

JavaScript Source is an excellent JavaScript resource with tons of "cut and paste" JavaScript examples for your Web pages. All for free!

 

home | javascript