₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,325,003 members, 8,419,887 topics. Date: Thursday, 04 June 2026 at 06:24 AM

Toggle theme

C7's Posts

Nairaland ForumC7's ProfileC7's Posts

1 2 3 4 5 6 7 (of 7 pages)

EducationRe: Abu 2nd List Hopeful by c7(m): 2:13am On Feb 16, 2010
Any lastest news on ABU 2nd list should pls post it here.
Students are left in frustration and hope. But lets all be optimistic and prayerful. All will be well
WebmastersRe: How Can I Create A Webform On My Site? by c7(m): 2:05am On Feb 16, 2010
Hey,
I don't actually knows what u mean about webform but i hope i'm right about my thought.
If you mean to have a registration form on your website,then i think u have 2 learn html form.BELOW IS AN EXAMPLE.
1)Lets say u want your form to collect data from a user such as:-
-username
-firstname.
-lastname.
-select password.
-verify password.
-a comment box.
2)u want the user to click a submit button which will take any of the following function:-
*submit user details to a PHP page. OR
*submit user details to an ASP page.
*triggers a javascript function
THEN
3)display a welcome page that addresses the user according to details submitted.
***THE HTML FORM CODE***
<form action='submit.php'method='post'onsubmit='check.js'>
<br/>
Choose Username:
<br/>
<input type='text'id='uname'/>
<br/>
Firstname:
<br/>
<input type='text'id='fname'/>
<br/>
Lastname:
<br/>
<input type='text'id='lname'/>
<br/>
New password:
<br/>
<input type='password'id='npword'/>
<br/>
Verify Password:
<br/>
<input type='password'id='vpword'/>
<br/>
Comments
<br/><textarea cols='8'rows='9'id='comment'>whatever u want to appear in d comment box should be here
</textarea><br/><input type='submit'value='continue'/></form>
i will post the php,javascript code soon. Hope this works.
EducationRe: Abu 2nd List Hopeful by c7(m): 6:47pm On Feb 14, 2010
@Ajembe
have he checked it 4 u,i also got dsame news but i dnt knw if its true

1 2 3 4 5 6 7 (of 7 pages)