|
|
|
@ -161,7 +161,7 @@ if (isset($_GET['send'])) {
|
|
|
|
|
<body>
|
|
|
|
|
<form name="myForm" onsubmit="return send();">
|
|
|
|
|
<div id="nope" name="anzeige" style="width: 100%; overflow: overflow:auto;"><?php echo substr($messagearray,strpos($messagearray,';')+1); ?></div>
|
|
|
|
|
<input id="input" type="submit" name="myButton" value="send" style="position:absolute; bottom:0px; left:0px;"/><input id="blubb" name="blabla"/ style="position:absolute; bottom:0px; left:50px; width: 85%;">
|
|
|
|
|
<input id="input" type="submit" name="myButton" value="send" style="position:absolute; bottom:0px; left:0px;"/><input id="blubb" name="blabla" style="position:absolute; bottom:0px; left:50px; width: 85%;" />
|
|
|
|
|
</form>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|
|
|
|
|