|
Your time now: Mon Nov 23, 2009 9:13 am
|
View unanswered posts | View active topics
| Author |
Message |
|
iversonmania
|
Post subject: how to work with 2 forms? Posted: Wed Aug 05, 2009 2:43 pm |
|
Joined: Wed Aug 05, 2009 2:40 pm Posts: 1
|
|
I want to use either form a or form b. if user enters a for example, i will use form a..if he enter b i will use form b.
how can i do this?????
i cant do a form in script??
|
|
| Top |
|
 |
|
hellsmissingdevil
|
Post subject: Re: how to work with 2 forms? Posted: Thu Aug 06, 2009 12:55 pm |
|
Joined: Fri Jul 10, 2009 10:40 am Posts: 6
|
|
hey
u can write javascript function like this
function test(val) {
if(val=='a') document.form=form1; else document.form=form2;
}
|
|
| Top |
|
 |
|
Page 1 of 1
|
[ 2 posts ] |
|
Who is online |
Users browsing this forum: No registered users and 4 guests |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum
|
|
|