Jump to content
  • 0

Как заменить кнопку в форме на картинку?


mozart
 Share

Question

Есть часть кода формы входа из движка форума vBulletin. Хочу заменить кнопку входа со стандартной на свою. Поискал на форуме, нашел такую возможность примерно следующего вида:

<input type="image" src="/images/imgbutton.gif">

Но проблема в том, что параметр type в моем случае уже имеет значение. Как быть?

Вот код:

<form action="login.php?do=login" method="post" onsubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, 0)">
<table border="0" cellpadding="0" cellspacing="3" width="341">
<tbody>
<tr>
<td class="smallfont" style="white-space: nowrap;">
<label for="navbar_username">Имя</label>
</td>
<td>
<input class="bginput" style="font-size: 11px;" name="vb_login_username" id="navbar_username" size="10" accesskey="u" tabindex="101" value="Имя" onfocus="if (this.value == 'Имя') this.value = '';" type="text">
</td>
<td class="smallfont" nowrap="nowrap">
<label for="cb_cookieuser_navbar">
<input name="cookieuser" value="1" tabindex="103" id="cb_cookieuser_navbar" accesskey="c" type="checkbox">Запомнить?
</label>
</td>
</tr>
<tr>
<td class="smallfont">
<label for="navbar_password">Пароль</label>
</td>
<td>
<input class="bginput" style="font-size: 11px;" name="vb_login_password" id="navbar_password" size="10" tabindex="102" type="password">
</td>
<td>
<input class="button" value="Вход" tabindex="104" title="Введите ваше имя пользователя и пароль, чтобы войти, или нажмите кнопку 'Регистрация', чтобы зарегистрироваться." accesskey="s" type="submit">
</td>
</tr>
</tbody>
</table>
<input name="s" value="" type="hidden">
<input name="securitytoken" value="db8db40465f94fceadd05c5a64eef2e703bef8b9" type="hidden">
<input name="do" value="login" type="hidden">
<input name="vb_login_md5password" type="hidden">
<input name="vb_login_md5password_utf" type="hidden">
</form>

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy