
August 8th, 2003, 02:43 AM
|
|
you know how we do
|
|
Join Date: Jun 2002
Location: In Tha IE -- San Bernardino COUNTY
Posts: 788
Time spent in forums: 2 h 4 m 2 sec
Reputation Power: 7
|
|
PHP Code:
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
textarea {
border: thin dashed #0066FF;
scrollbars: no;
}
-->
</style>
<script language="JavaScript" type="text/JavaScript">
function sendText(e, text)
{
e.value = text
}
</script>
</head>
<body marginwidth="0" marginheight="0" leftmargin="0" topmargin="0" bgcolor="#FFFFFF">
<table width="29%" height="292" border="0" align="center" cellpadding="4" cellspacing="2">
<tr>
<td width="100%" height="210" colspan="2" valign="top"> <div align="center"><img name="image" width="300" height="200" onClick="sendText(document.form1.taupdate, 'got it working I see... :)')"></div></td>
</tr>
<tr>
<td height="80" colspan="2" valign="top"><form name="form1" method="post" action="">
<div align="center">
<textarea name="taupdate" cols="30" id="taupdate"></textarea>
</div>
</form></td>
</tr>
</table>
</body>
</html>
|