[WSG] Select that goes to a new URL

2007-07-10 Thread Paul Collins
Hi all, This should be pretty basic stuff, but coding the forms can be a bit above me sometimes :) I've hunted around and can't seem to find the answer, so here goes... I've got a select box, with a bunch of options that need to go to another page in the website when the go button is clicked.

RE: [WSG] Select that goes to a new URL

2007-07-10 Thread Chris Taylor
@webstandardsgroup.org Subject: [WSG] Select that goes to a new URL Hi all, This should be pretty basic stuff, but coding the forms can be a bit above me sometimes :) I've hunted around and can't seem to find the answer, so here goes... I've got a select box, with a bunch of options that need to go

Re: [WSG] Select that goes to a new URL

2007-07-10 Thread Ross Bruniges
From: Paul Collins [EMAIL PROTECTED] To: wsg@webstandardsgroup.org wsg@webstandardsgroup.org Sent: Tuesday, 10 July, 2007 3:57:58 PM Subject: [WSG] Select that goes to a new URL Hi all, This should be pretty basic stuff, but coding the forms can be a bit above me sometimes :) I've hunted

Re: [WSG] Select that goes to a new URL

2007-07-10 Thread Paul Collins
: Tuesday, 10 July, 2007 3:57:58 PM Subject: [WSG] Select that goes to a new URL Hi all, This should be pretty basic stuff, but coding the forms can be a bit above me sometimes :) I've hunted around and can't seem to find the answer, so here goes... I've got a select box, with a bunch of options

Re: [WSG] Select that goes to a new URL

2007-07-10 Thread Andrew Maben
On Jul 10, 2007, at 12:20 PM, Paul Collins wrote: form action=post action=http://localhost/includes/redirect.php;; name=selectCourse id=selectCourseForm Should be : method=post NOT action=post But I have to wonder why the need to use this method to form a purely navigational function..?