Hi All, some help if you can! I want to have a page that has a simple text box that people can enter a number into, then on presssing submit it takes them to a new page with that number added to the end.... ie in text box 55 (name="keyword") - new page = record.php?keword=55
Thanks BP:rolleyes:
<form action="record.php" method="get"> <input type="text" name="keyword"> <input type="submit" value="submit"> </form>
Thnaks pig! works great. If I then want to have the results page appear in a d'frnt frame on the same page would I just add the target=value? Thanks again BP
I dunno, never tried that. I avoid frames. You could try it, but I don't think it would.
You could probably do it with javascript somehow, but I'm no expert there.