Adult 4 Day RYA Dinghy Sailing Course - Block 1
For more information & booking onto the course please go to the training page.


21 Mar 2026, 07:00 – 17:00
Abbots Bromley, Blithfield Reservoir, Waters Rd, Abbots Bromley, Rugeley WS15 3DU, UK
About the Event
More details to follow
To create a button that opens a page in a new window, you can use the following HTML code: ```html Open Page ``` ### Explanation: - ``: This creates a clickable button. - `onclick`: This attribute specifies the JavaScript code to execute when the button is clicked. - `window.open()`: This JavaScript function opens a new browser window or tab. - The first parameter is the URL of the page you want to open (replace `'https://www.example.com'` with your desired URL). - The second parameter `'_blank'` specifies that the URL should open in a new window or tab.
