M
Maik
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<meta name="author" content="Maik">
<title>tutorials.de | demo_janosh75</title>
<style type="text/css" media="all">
@import "css/global.css";
@import "thickbox-code/thickbox.css";
</style>
<script src="js/jquery-latest.js" type="text/javascript"></script>
<script src="thickbox-code/thickbox.js" type="text/javascript"></script>
<script src="js/global.js" type="text/javascript"></script>
<script type="text/javascript">
<!--
function tb_sendform(f,c)
{
f.action.match(/(\bkeepThis=(true|false)&TB_iframe=true.+$)/);
tb_show(c, 'about:blank?'+RegExp.$1);
f.target=$('#TB_iframeContent').attr('name')
return true;
}
//-->
</script>
</head>
<body>
<form class="center" id="form1" name="form1" method="post" action="ziel.php?keepThis=true&TB_iframe=true&height=400&width=500&modal=true">
<p>
<select class="formcolmid" name="brand" id="brand" onchange="tb_sendform(this.form, 'form1'); this.form.submit();">
<option value="0">-bitte wählen-</option>
<option value="1">Eins gewählt</option>
<option value="2">Zwei gewählt</option>
</select>
</p>
</form>
</body>
</html>