20 lines
		
	
	
		
			541 B
		
	
	
	
		
			HTML
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			541 B
		
	
	
	
		
			HTML
		
	
	
		
			Executable File
		
	
	
	
	
<body onload="javascript:document.form1.msg_text.focus()">
 | 
						|
<form name="form1" id="form1" method="post" action="$_SERVER[PHP_SELF]?pmdo=dowrite">
 | 
						|
 | 
						|
<table width="90%" class="msg_box" border="0" cellspacing="1" cellpadding="0">
 | 
						|
	<tr>
 | 
						|
		<td>
 | 
						|
			<b>Nachricht an:</b> $select_msg_to<br>
 | 
						|
			<textarea name="msg_text" id="msg_text" rows="10" cols="50"></textarea>
 | 
						|
		</td>
 | 
						|
	</tr>
 | 
						|
	<tr>
 | 
						|
		<td align="right">
 | 
						|
			<input type="submit" name="Submit" value="Senden" onclick="javascript:window.close()">  
 | 
						|
		</td>
 | 
						|
	</tr>
 | 
						|
</table>
 | 
						|
 | 
						|
</form>
 | 
						|
</body>
 |