How do I make this simple form?
Hi all!
How do I make this http://galloplogistics.com/loads.asp simple form for entering data(one with Date Available Pick-up Location...)
I was looking for a script on hotscripts.com and I couldn't find one
thanx
Hi all!
How do I make this http://galloplogistics.com/loads.asp simple form for entering data(one with Date Available Pick-up Location...)
I was looking for a script on hotscripts.com and I couldn't find one
thanx
kb posted this at 00:37 — 21st May 2004.
He has: 1,380 posts
Joined: Feb 2002
There is no form
mjs416 posted this at 00:40 — 21st May 2004.
They have: 127 posts
Joined: Dec 2003
For something that elaborate, you would need dynamic scripting and a database.
As far as keeping it in asp, I cant help you. In php/mysql I can aid you in a flowchart of how the tables need to be populated. =)
Renegade posted this at 09:57 — 21st May 2004.
He has: 3,022 posts
Joined: Oct 2002
Copy and paste the HTML?
<form method="post" action="/customers/index.php">
<table class="login">
<tr><td class="navfill"></td><td colspan="2" class="login"><h1 class="nav">Customer Login:<br /></h1></td></tr>
<tr><td class="navfill"></td><td class="login"><h1 class="nav2">Username:</td><td class="login2"><input type="text" maxlength="20" name="username" size="14" class="login"/></td></tr>
<tr><td class="navfill"></td><td class="login"><h1 class="nav2">Password:</td><td class="login2"><input type="password" maxlength="15" name="password" size="14" class="password" /></td></tr>
<tr><td class="navfill"></td><td colspan="2" class="login"><input src="/img/submit.gif" type="image" name="submit" class="imgover" /></td></tr>
</form>
<tr><td class="navfill"></td><td colspan="2" class="login"><p class="forgot">Forgot your <a class="forgot" href="/customers/password_request.php" alt="[Forgot your password?]">password?</a></p></td></tr>
<tr><td class="login"> </td></tr>
</table>
As for the processing of the form, well, you'll have to use something like PHP or ASP.
micko_escalade posted this at 18:58 — 21st May 2004.
They have: 2 posts
Joined: May 2004
thanx guys for the replies,
it doesn't have to be in .asp I just need something
so that I can log in and add/remove data quick
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.