Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
combining text fields with script
Name: BigShow Date: January 25, 2008 at 11:46:38 Pacific OS: xp CPU/Ram: pentium 4 Product: dell
Comment:
Hey guys, I came across a site the other day that had a text area for a search and on top of it it had 2 radio buttons, one for yahoo and one for alexa. You clicked the button you wnated and entered the text then hit search and the results came up under whichever you selected. I though this was a pretty good idea and sent an email to the webaster asking what type of script he/she used but got no response. I want to create a script where I can incorporate this, can someone start me off. I think I would use javascript or php but what would this entail. Thakns in advance
Name: smbotans Date: January 26, 2008 at 19:15:12 Pacific
Reply:
i have just read a series of lessons on javascript and it would be perfect for what you want ... i suggest you do a search for javascript lessons/tutorials as they will tell you all you need to know to make it happen
can't give you any code as i don't know how to do it as yet
Summary: You might have a couple of options. I *believe* that when you submit fields with the same name, the values of the fields are concatenated together comma separated. For example: [input type=text name=s...
Summary: If you were to provide a link to the page you have so far I could give more detailed advice. But, here is what I can tell you for now: Create an array within JS and just enter all the prices for the o...
Summary: First of all, Java !== Javascript :D Ok, above the </head>: [script language="JavaScript" type="text/JavaScript"] function showAll() { document.getElementById('C1').disabled = 0; document.getEle...