To make a window, type this: display dialog "<what>" To add buttons, type the display dialog then after the dialog, type <SPACE> (just push space bar) then type buttons {"Button 1", "Button 2"} To make one close the app, type if button returned of the result is "Button Name" then return end or to make it display a dialog, type if button returned of the result is "Button Name" then display dialog "<What>" buttons {"Button 1", "Button 2"} end

Now to make it an Application, Save As (apple+shift+S) and select Application on the drop-down list below. Include end at the end of the ifs.

create link to web site:

program target_URL : "insert link here"

open location target_URL