Utf8 convert
This commit is contained in:
+5
-5
@@ -21,19 +21,19 @@ if ($_POST['code'] == $_SESSION['code'] && $_POST['code'] != '') {
|
||||
src="show_reg_img/security2.php?register_id=<?= str_replace(' ', '0', microtime()) ?>" width="107" height="26">
|
||||
<br>
|
||||
<form action="bonuss.php" method="post">
|
||||
<input style="width:164px;margin-top:5px;" type="text" size="30" name="code" value="戕ֈ!">
|
||||
<input style="width:164px;margin-top:5px;" type="text" size="30" name="code" value="Капча!">
|
||||
<br>
|
||||
<input type="submit" style="width:164px;margin-top:5px;" class="btn btn-success" value="Ïîëó÷èòü">
|
||||
<input type="submit" style="width:164px;margin-top:5px;" class="btn btn-success" value="Получить">
|
||||
</form>
|
||||
|
||||
<button style="width:164px;margin-top:10px;" onclick="myWindow2();" class="btn btn-danger">Çàêðûòü</button>
|
||||
<button style="width:164px;margin-top:10px;" onclick="myWindow2();" class="btn btn-danger">Закрыть</button>
|
||||
<script>
|
||||
function myWindow1() {
|
||||
window.parent.open('main.php?takebns=<?echo $u->info['nextAct'];?>&getb1w=3&inv=1', '_self');
|
||||
}
|
||||
|
||||
function myWindow2() {
|
||||
var raz = window.parent.document.querySelector('iframe[src^="https://new-combats.com/bonuss.php"]'); // óäàëèòü ñîçäàííûé â ðîäèòåëå iframe
|
||||
var raz = window.parent.document.querySelector('iframe[src^="https://new-combats.com/bonuss.php"]'); // удалить созданный в родителе iframe
|
||||
raz.parentNode.removeChild(raz);
|
||||
}
|
||||
|
||||
@@ -41,6 +41,6 @@ if ($_POST['code'] == $_SESSION['code'] && $_POST['code'] != '') {
|
||||
<style>
|
||||
html {
|
||||
overflow: hidden;
|
||||
/ / óáðàòü ïîëîñû ïðîêðóòêè âíóòðè iframe, ò . ê . àòðèáóò scrolling = "no" äëÿ iframe â HTML5 íå ïîääåðæèâàåòñÿ
|
||||
/ / убрать полосы прокрутки внутри iframe, т . к . атрибут scrolling = "no" для iframe в HTML5 не поддерживается
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user