Santa1264
Старатель
- Регистрация
- 9 Янв 2009
- Сообщения
- 221
- Реакции
- 13
А для конкретно дизайна dagchat который выкладывал я заменить форму входа на эту:
PHP:<!-- Login Form --> <form action="voc.php" method="POST" target="_parent" style="padding:0px; margin:0px;"> <input type="hidden" name="user_lang" value="ru"> <table width="180" border="0" cellspacing="0" cellpadding="2" align="center" style="margin-top:10px; margin-bottom:10px;"> <tr> <td style=" font-size:11px;">Ваш ник:</td> <td width="100"><input type="text" name="user_name" style="width:100px;" value="" style="font-size:11px;" class="input" tabindex="100"></td> </tr> <tr> <td style=" font-size:11px;">Пароль:</td> <td width="100"><input type="password" name="password" style="width:100px;" value="" style="font-size:11px;" class="input" tabindex="101"></td> </tr> <tr><td style=" font-size:11px;"> <?php if(count($designes)>1) { echo "$w_select_design: </td> <td width=100> <select name=\"design\" onChange=\"javascript:parent.document.location='index.php?user_lang=".$user_lang."&design='+this.options[this.selectedIndex].value;\" class=\"input\" tabindex=\"104\">"; for ($i=0;$i<count($designes);$i++) { echo "<option value=\"".$designes[$i]."\""; if ($designes[$i] == $design) echo " selected"; echo ">".$designes[$i]."</option>\n"; } echo "</select></td><td> </td></tr>\n"; } else echo "<input type=\"hidden\" name=\"design\" value=\"$design\">\n"; ?></td></tr> <tr> <td colspan="2"> <input type="submit" value=" Login " class="input_button" tabindex="105" style="float:right; font-size:11px; cursor:pointer;"> <div style="padding-top:3px; font-size:11px;"><a href="javascript:;" onclick="window.open('registration_form.php?design=dagchat', 'registration', 'width=540, height=600, resizable=yes, scrollbars=yes, menubar=0, toolbar=0');">Регистрация</a></div> </td> </tr> </table> </form> </div> <!-- End Login Form -->
Ок.. и такой вопрос как сделать теперь чтобы при выборе дизайна... и входа в чат стоял тот дизайн который я выбрал, а то что то я добавил, но после выбора дизайна в чат входит, все ровно, с дизайном по умолчанию...