PDA

View Full Version : Form Help



Impossible
01-07-2006, 08:56 PM
Ok so i have this;

<form method="POST" action="http://www.web-toolz.connect-hosting.com/members/login.php">
<input type="text" name="user" size="22" value="Username"></td>
<td colspan="2" rowspan="7" width="16" bgcolor="#FFFF8C" align="center">
<img src="images/index_38.gif" width="4" height="93" alt=""></td>
<td width="1">
<img src="images/spacer.gif" width="1" height="24" alt=""></td>
</tr>
<tr>
<td colspan="5" width="168" bgcolor="#8CB6FF" align="center">
<img src="images/index_39.gif" width="162" height="14" alt=""></td>
<td width="1">
<img src="images/spacer.gif" width="1" height="14" alt=""></td>
</tr>
<tr>
<td colspan="5" width="168" bgcolor="#8CB6FF" align="center">
<input type="password" name="pass" size="22" value="password"></td>

<td width="1">
<img src="images/spacer.gif" width="1" height="24" alt=""></td>
</tr>
<tr>
<td colspan="5" width="168" bgcolor="#FFFF8C" align="center">
<img src="images/index_41.gif" width="162" height="6" alt=""></td>
<td width="1">
<img src="images/spacer.gif" width="1" height="6" alt=""></td>
</tr>
<tr>
<td rowspan="3" width="48" bgcolor="#FFFF8C" align="center">
<img src="images/index_42.gif" width="48" height="25" alt=""></td>
<td width="66" bgcolor="#FFFF8C" align="center">
<img src="images/index_43.gif" width="66" height="8" alt=""></td>
</form>

Ok, so the bit highlighted in red is the image i want to use as the submit button, how do i do this?

The bits highlighted in blue are the fields, will this work?

Call
01-07-2006, 09:03 PM
Your a scam but ill help..
No it wont work, or wont when i play with it, i suggest this i adapted to what you needed.


<form method="POST" action="login.php">
<input type="text" name="username" size="20"></p>
<p><input type="password" name="password" size="20"></p>
<p><button name="sumbit" type="submit">Im ready to login !</button></p>
</form>

Take peticular notice of the action path, use a local listing now a http://
try that works fine for me..

Impossible
01-07-2006, 09:11 PM
Excuse me? I am a scam, lol what a noob.. Anyway like i said i want the image i higlhited as the submit button and i cant have it like that, can someone what knows what there doing help please ;]

Call
01-07-2006, 09:16 PM
Sorry scammer </3
I sorted your problem i didnt read it ;)


<form method="POST" action="login.php">
<input type="text" name="username" size="20">
<input type="password" name="password" size="20">
<input border="0" src="images/index_43.gif" name="imagebutton" type="image"></form>

and of course for that one have login.php in the same folder or use the file path correctly.

Lukeh
01-07-2006, 11:01 PM
So you call him a n00b although he helps you?

And you call him a scam, yet you go out of your way to help him?

Er ok?

ADAM:
01-07-2006, 11:06 PM
So you call him a n00b although he helps you?

And you call him a scam, yet you go out of your way to help him?

Er ok?

Hey

I was just thinking that :s [Sorry for being of topic]

Call
02-07-2006, 12:55 PM
Im helping as im nice like that but he seems to disagree.
And he hasnt posted back so i suspect he found out how to do himself or is just being so ignorant to even answer back..

Halting
02-07-2006, 01:25 PM
<form method="POST" action="http://www.web-toolz.connect-hosting.com/members/login.php">
<input type="text" name="user" size="22" value="Username"></td>
<td colspan="2" rowspan="7" width="16" bgcolor="#FFFF8C" align="center">
<img src="images/index_38.gif" width="4" height="93" alt=""></td>
<td width="1">
<img src="images/spacer.gif" width="1" height="24" alt=""></td>
</tr>
<tr>
<td colspan="5" width="168" bgcolor="#8CB6FF" align="center">
<img src="images/index_39.gif" width="162" height="14" alt=""></td>
<td width="1">
<img src="images/spacer.gif" width="1" height="14" alt=""></td>
</tr>
<tr>
<td colspan="5" width="168" bgcolor="#8CB6FF" align="center">
<input type="password" name="pass" size="22" value="password"></td>

<td width="1">
<img src="images/spacer.gif" width="1" height="24" alt=""></td>
</tr>
<tr>
<td colspan="5" width="168" bgcolor="#FFFF8C" align="center">
<img src="images/index_41.gif" width="162" height="6" alt=""></td>
<td width="1">
<img src="images/spacer.gif" width="1" height="6" alt=""></td>
</tr>
<tr>
<td rowspan="3" width="48" bgcolor="#FFFF8C" align="center">
<img src="images/index_42.gif" width="48" height="25" alt=""></td>
<td width="66" bgcolor="#FFFF8C" align="center">
<input type="image" src="images/index_43.gif" name="submit"></td>
</form>

Call
02-07-2006, 02:07 PM
^^ How is this any better than my solution ??

Halting
02-07-2006, 05:19 PM
You insertered uneeded features into the input tag. I have also inputted the code into the form he/she is using. It's not any better and I never knew you had already replied.

Nick14
02-07-2006, 05:22 PM
^^ How is this any better than my solution ??

lol it's better then yours Courght scammer Courght

nets
02-07-2006, 05:46 PM
<form name='blah' action='' method=''>
<img src='' onClick='document.blah.submit();' />
</form>
kfnx.

Want to hide these adverts? Register an account for free!