473,387 Members | 1,512 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Dynamic Web Pages based on user choices

Hi, I am web Developer at Housing in Fresno State,

And we have this requirements:-----

1) 1st we need one web page in which you choose the different Options like Do you want to live in Community Style Hall or Suites Style

Community Style or Suites

2) Ok if you choose Suites - now you choose again do you want the 1 bed room - 2 bed room or 3 bed room.

3) Similarly - do you want to choose Meal plan - 10 flex - 14 flex or others...

When they Click Submit - I want to show users that ater making all those choice -- this is how their plan is going to be and this is howmuch they will be charged according to their selections.

I hope you guys understand the requirements. Please help me - how am i gonna do this ---- I want this ASAP. so please help me and show me any quick way to do this.

I would Appreciate it.......

Thanks,
Harsh
Jun 22 '07 #1
12 1347
blazedaces
284 100+
Hi, I am web Developer at Housing in Fresno State,

And we have this requirements:-----

1) 1st we need one web page in which you choose the different Options like Do you want to live in Community Style Hall or Suites Style

Community Style or Suites

2) Ok if you choose Suites - now you choose again do you want the 1 bed room - 2 bed room or 3 bed room.

3) Similarly - do you want to choose Meal plan - 10 flex - 14 flex or others...

When they Click Submit - I want to show users that ater making all those choice -- this is how their plan is going to be and this is howmuch they will be charged according to their selections.

I hope you guys understand the requirements. Please help me - how am i gonna do this ---- I want this ASAP. so please help me and show me any quick way to do this.

I would Appreciate it.......

Thanks,
Harsh
What?! What have you done so far?

A few things you should know:

First of all, we're not supposed to just give you code, we're supposed to help answer questions after you've done most of your own work and maybe are stuck a problem/error in your code. Please refer to the posting guidelines on the FAQ part of the website...

Secondly, does this even need java? It sounds like it might even be able to avoid it all together, but it depends what else you want to do...

Thank you, and good luck with your project,

-blazed
Jun 22 '07 #2
r035198x
13,262 8TB
Hi, I am web Developer at Housing in Fresno State,

And we have this requirements:-----

1) 1st we need one web page in which you choose the different Options like Do you want to live in Community Style Hall or Suites Style

Community Style or Suites

2) Ok if you choose Suites - now you choose again do you want the 1 bed room - 2 bed room or 3 bed room.

3) Similarly - do you want to choose Meal plan - 10 flex - 14 flex or others...

When they Click Submit - I want to show users that ater making all those choice -- this is how their plan is going to be and this is howmuch they will be charged according to their selections.

I hope you guys understand the requirements. Please help me - how am i gonna do this ---- I want this ASAP. so please help me and show me any quick way to do this.

I would Appreciate it.......

Thanks,
Harsh
Moved to a web related forum .
Jun 22 '07 #3
acoder
16,027 Expert Mod 8TB
Please remember to provide a meaningful Title for any threads started (Please Use Appropriate Titles for New Threads). I've changed yours for you.

This helps to ensure that other members, and also the general public, will have a better chance of finding answers to any similar questions.

MODERATOR.
Jun 22 '07 #4
acoder
16,027 Expert Mod 8TB
Since you're a web developer, I'm sure you've made a start on this. What code o you have so far? Please post code using code tags.
Jun 22 '07 #5
I am web designer - but i dont have any code yet, I am trying to find where to start,

I started reading php. and ASP but so far i dont know. Can you give me direction where to start to finish this project ASAP.

Thanks,
Harsh
Jun 22 '07 #6
acoder
16,027 Expert Mod 8TB
You will definitely need a server-side language such as PHP or ASP.

Here we'll deal with the Javascript aspect. Do you need all of these user choices on one page or do you want to go through a number of pages?

You could start with a few nice and simple easy tutorials to get you started (e.g. W3Schools.
Jun 22 '07 #7
You will definitely need a server-side language such as PHP or ASP.

Here we'll deal with the Javascript aspect. Do you need all of these user choices on one page or do you want to go through a number of pages?

You could start with a few nice and simple easy tutorials to get you started (e.g. W3Schools.
Thanks, I started learning PHP now,

I want to Have all choices in one page - plus I want to show the result on the same page also.

Please advise,

Thanks,
Harsh
Jun 23 '07 #8
acoder
16,027 Expert Mod 8TB
I want to Have all choices in one page - plus I want to show the result on the same page also.
In that case, you will need to learn Ajax. There's a tutorial on the W3Schools site. You can also find some in the Offsite Links thread (see top of this forum). Alternatively, you could use a framework/library which does everything for you, but then there's no fun in that!
Jun 23 '07 #9
In that case, you will need to learn Ajax. There's a tutorial on the W3Schools site. You can also find some in the Offsite Links thread (see top of this forum). Alternatively, you could use a framework/library which does everything for you, but then there's no fun in that!

You are Awesome - - You Know that ?

I started learning AJAX today - - - trying to finish couple of tutorial

Thanks,
Harsh

(I will never give up)
Jun 26 '07 #10
acoder
16,027 Expert Mod 8TB
You are Awesome - - You Know that ?
No, I didn't know that! Thanks *blush*
(I will never give up)
That's the spirit!
Jun 26 '07 #11
gregerly
192 Expert 100+
In that case, you will need to learn Ajax. There's a tutorial on the W3Schools site. You can also find some in the Offsite Links thread (see top of this forum). Alternatively, you could use a framework/library which does everything for you, but then there's no fun in that!
I would disagree on the fact that using a library/framework is no fun! I wrote my own AJAX requests in the beginning to learn how it works, but now I'm so thankful for the prototype library as it's a HUGE time saver, and so clean. You are right, that you should write your own code in the beginning, but there is nothing wrong with NOT reinventing the wheel, and using a library.

my 2 cents.

Greg
Jul 20 '07 #12
acoder
16,027 Expert Mod 8TB
I would disagree on the fact that using a library/framework is no fun! I wrote my own AJAX requests in the beginning to learn how it works, but now I'm so thankful for the prototype library as it's a HUGE time saver, and so clean. You are right, that you should write your own code in the beginning, but there is nothing wrong with NOT reinventing the wheel, and using a library.
Yes, that's what I meant - at the beginning. Thanks for a different perspective though.
Jul 31 '07 #13

Sign in to post your reply or Sign up for a free account.

Similar topics

13
by: mr_burns | last post by:
hi, is it possible to change the contents of a combo box when the contents of another are changed. for example, if i had a combo box called garments containing shirts, trousers and hats, when...
1
by: Nathan Bloomfield | last post by:
Does anyone know if there is any documentation which relates to Access2k + ? or can anyone help adjust the code? I am having trouble converting the DAO references. TITLE :INF: How to...
9
by: Mike Hofer | last post by:
BACKGROUND: We've designed a Website for a client that will be deployed across multiple physical locations. The site will be hosted from a corporate NOC, and administered by the IT group there. ...
0
by: cindy | last post by:
I have a dynamic datagrid. I have custom classes for the controls public class CreateEditItemTemplateDDL : ITemplate { DataTable dtBind; string strddlName; string strSelectedID; string...
10
by: jflash | last post by:
Hello all, I feel dumb having to ask this question in the first place, but I just can not figure it out. I am wanting to set my site up using dynamic urls (I'm assuming that's what they're...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.