Loading...
Помощь по скриптам | Помогите с кодом!
Короче суть такая пишеш сообщеник и нажимаеш "Написать" Оно пишет но кидает на стр. Ошибки...
Как сделать чтобы писало и кидало на /gb/index.php???
Вот смотрите!
http://mobsea.ru/gb/write.php

Вот код:
<?php
include_once '../system/head.php';
include_once '../system/rekl.php';
?>
<script type="text/javascript">
function send(aut,msg,tr){
if(!aut||!msg){
alert("Вы не заполнили поля ввода!");
return;
}
scri=document.createElement("script");
scri.type="text/javascript";
scri.charset="UTF-8";
scri.src=/*[path]*/'msg_writer.php'/*[/path]*/+"?a="+escape(aut)+"&m="+escape(msg)+"&tr="+(+tr)+"&"+Math.ceil(Math.random()*10000);
document.getElementsByTagName('head')[0].appendChild(scri);
}
</script>
</head>
<body>
<form name="f">
<span class="inpHead">Имя</span><br/>
<input type="text" name="a" class="usInp"/><br/>
<span class="inpHead">Сообщение</span>
<br/><textarea name="m" rows="10" class="usInp"></textarea><br/>
<span class="inpHead">Транслит</span> <input name="t" type="checkbox"/>
<br/>
<input type="button" value="Написать"
onclick="send(document.f.a.value, document.f.m.value, document.f.t.checked);"/>
<input type="button" value="Не писать" onclick="window.location.href='index.php';"/>
</form>
<p><b>BB коды:</b><br/>text = <b>text</b><br/>
text = <u>text</u><br/>
text = <i>text</i>
</p>
<hr/>
</body>
</html>
<?php
include_once '../system/foot.php';
?>
Нашел ошибку спс)
ArIzOn, для удобства, размести код на пастебин.

Link: http://pastebin.com/
Reacher (09.02.2015 в 17:23)
ArIzOn, для удобства, размести код на пастебин.

Link: http://pastebin.com/
спс)
Reacher (09.02.2015 в 17:23)
ArIzOn, для удобства, размести код на пастебин.

Link: http://pastebin.com/

Работает чтоли?
Онлайн: 3
Время:
Gen. 0.0844
(c) Bym.Guru 2010-2025