Published WebsiteBaker Patch 1152022-05-31 : read more about…
Published WebsiteBaker 2.13.1 r1032022-04-16 : read more about…
PHP-8.1 released. 2021-11-25PHP-7.3 End Of Life. 2021-12-062021-12-02 : read more about…
<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>