Jump to content

Problem


DarkPrince2005

Recommended Posts

Can anyone tell me, why the drop down box stays the same, even when i try and change it.

 

<html>
<head>
<title></title>
<style>

td{background-repeat: no-repeat;
}

a{color:"#3C00FF";
}
</style>

<script language="JavaScript" type="text/JavaScript">
<!--//hide script
function checkme() {
if (document.form1.domain.selectedIndex = 1 ) {
document.form1.current_host.disabled=false;
}else{
document.form1.current_host.disabled=true;
}
}

// --->
</script>
</head>
<body topmargin="0" bottommargin="0" rightmargin="0" leftmargin="0">
<center>
	<table width="675">
	<tr>
		<td valign="top" align="center">
		<form name="form1">
			<table width="650">
				<tr>
					<td valign="top"><font color="#FF6600">Domain Options</b></td>
					<td> </td>
					<td><select name="domain" onchange="checkme();"><option></option>
								<option>Please arange the transfer for me</option>
								<option>I will arange the transfer myself</option></select>
		</td>
	</tr>
	</table>
</td>
</tr>

Link to comment
https://forums.phpfreaks.com/topic/97699-problem/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.