Hi,
I have 5 different forms (5 pages),by filling each form it will go to next form, it will continue till last form.in first form i have a select box, that select box contains two values, called, a and b.
if I click A , I want to hide the third form(from that 5 forms), if i click B i want to show all 5 pages. how to do?
AntonyRayan 15 Posting Whiz in Training
Recommended Answers
Jump to PostIs this plain HTML or are you developing using server side scripting (php, asp.net, jsp, etc..)? With server side scripting, you can store a value in a session variable which will persist between pages. So, say the user chooses "A", then store something in a variable so that when you …
Jump to PostYou really havent provided enough details to get detailed help. For example, what are you developing in? html, php, asp.net, jsp? Where is your sample code (not all of the code, just the relevant) you need help with?
You have been given some pretty good guidance but without additional information …
All 6 Replies
JorgeM 958 Problem Solver Team Colleague Featured Poster
AntonyRayan 15 Posting Whiz in Training
tdrosiadis 0 Light Poster
AntonyRayan 15 Posting Whiz in Training
AntonyRayan 15 Posting Whiz in Training
JorgeM 958 Problem Solver Team Colleague Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.