I need a simple to design computer configurator such that the visitor can select the speed of cpu, amount of ram, amount of hard drive, etc...
I don't know java(script) at all. i know some html.
maybe a cut paste edit type of deal.
Printable View
I need a simple to design computer configurator such that the visitor can select the speed of cpu, amount of ram, amount of hard drive, etc...
I don't know java(script) at all. i know some html.
maybe a cut paste edit type of deal.
Spred Sheet
What is going to change about your page based on what they choose?
Follow this link and chek out the various configurators.
http://www.falcon-nw.com/config/machv.asp
See if that is what you are trying to do.
yeah train that is kinda what i'm looking for. I guess i will have to learn javascript if i'm going to get it to work.
http://www.suboski.net/b_5_widgets/quote/index.htm
This looks simple enough it may be just a matter of figuring it out. does anyone have a few pointers.
Yes, I looked up the address for part of it and it is http://www.suboski.net/b_5_widgets/quote/select1.htm
Now after that page opens, go to View and select Source. That way you can see the full code.
Sometimes, as I had to do with your url, is to right click the page and select properties.
Highlight and copy the url, then paste into my address bar.
I wouldn't take anything from that site. That page is about 12 yrs out of date. Besides, you didn't tell me what is supposed to change about your page as a result of their choice. That matters. If nothing much is gonna change, then you don't need procedural coding. If something serverside is gonna change, you can't do this with javascript.