WebsiteBaker 2.13.8 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
<form name="myform" method="get" action=""> <select name="template" onchange="javascript: document.myform.submit();"> <option value="round">The nice Round template</option> <option value="allcss">Only using CSS</option> <option value="someother">Some other template</option> </select> </form>
<SCRIPT TYPE="text/javascript" LANGUAGE="JavaScript"><!--function openURI() {var control = document.name.templates;if (control.options[control.selectedIndex].value != '') {location.href = control.options[control.selectedIndex].value;}}//--></SCRIPT>
<FORM ACTION="" NAME="name"><SELECT NAME="templates" onchange="openURI()"><OPTION VALUE="home_yellow.php" selected="selected">Template 1</OPTION><OPTION VALUE="home_red.php">Template 2</OPTION></SELECT></FORM>