This is pasted directly from the IFRAME source.
<html>
<head>
<script language="JavaScript">
function upDate(){
window.top.document.updater.touser[0].text='tels';
window.top.document.updater.touser[1].text='paul';
window.top.document.updater.touser[2].text='test';
}</script>
</head>
<body onLoad='upDate()'>
</body>
</html>
...But I get no joy
the page source, for your reference is:
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000" onLoad="clock()">
<table width="400" border="0" cellspacing="0" cellpadding="0" height="150" bgcolor="#CCCCFF">
<tr>
<td width="199" align="center" valign="middle" height="174">
<table width="90%" border="0" cellspacing="0" cellpadding="0" height="151" bgcolor="#FFFFFF">
<tr>
<td height="139" valign="top"><iframe src="" name="messwin" scrolling="yes" width="100%" height="100%"></iframe></td>
</tr>
</table>
</td>
<td width="201" valign="top" height="174">
<form name="updater" action="
method="get" target="messwin">
<p><br>
type your message here
<input type="text" name="message" value="">
</p>
// this is the select array I want to change
<select name="touser">
<option>user</option>
<option>tels</option>
<option>paul</option>
</select>
<input type="submit" name="send" value="send">
<input type="hidden" name="method" value="update">
<input type="hidden" name="username" value="paul">
<input type="hidden" name="curtime" value="23:59:59">
</form>
</td>
</tr>
</table>
</body>
</html>
Mixed Linux/Win2000 Network Administrator