Hey , i need to make a menu with selectin it shoudl be like :
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body background="bg.jpg">
<SELECT>
<OPTION value=a>Selection1
<OPTION value=b>Selection 2
<OPTION value=c>SE;ection3
</SELECT>
</body>
</html>
What i need is a way to link Selections with htm files , andone knows how to do it ?
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body background="bg.jpg">
<SELECT>
<OPTION value=a>Selection1
<OPTION value=b>Selection 2
<OPTION value=c>SE;ection3
</SELECT>
</body>
</html>
What i need is a way to link Selections with htm files , andone knows how to do it ?
















