Does anyone have any good examples (Step by step) of how to intergrate front-end JavaScript into a Web Template by just using the standard web items i.e. minimal code. I would like to implement something very simple, as a dmonstration/confidence booster.
I would like to include either a Menu Bar control or a Button Group control into a template and when this is clicked in the browser something very simple like a new web page is opened.
Implementing a very simple piece of JavaScript of the following nature:
<HTML>
http://www.hotmail.com','hotmail');>
</BODY>
</HTML>
P.S. I want the JavaScript code there to be run when either of the controls are clicked. I have looked through the online documentation at some length but have not found anything useable.
Any help is as always greatly appreciated.