Re: [WSG] Submit a form with text links

2005-06-01 Thread Prabhath Sirisena
Styling form elements is a frustrating and, often, futile effort. Roger Johansson has a nice article with explanations [1] I think sticking to the submit buttons is the best way to go. Prabhath http://nidahas.com [1] http://www.456bereastreet.com/archive/200410/styling_even_more_form_controls/

RE: [WSG] Submit a form with text links

2005-06-01 Thread Andreas Boehmer [Addictive Media]
-Original Message- From: Andreas Boehmer [Addictive Media] [mailto:[EMAIL PROTECTED] Sent: Wednesday, 1 June 2005 4:35 PM To: wsg@webstandardsgroup.org Subject: RE: [WSG] Submit a form with text links -Original Message- From: Prabhath Sirisena [mailto:[EMAIL PROTECTED

Re: [WSG] Submit a form with text links

2005-06-01 Thread John Horner
I'm going to chime in with why do you want to do this? too, I'm afraid. Users don't expect a text link to submit a form, so doing this makes your form less usable, more confusing, IMHO. Have You Validated Your Code?

RE: [WSG] Submit a form with text links

2005-06-01 Thread Andreas Boehmer [Addictive Media]
-Original Message- From: John Horner [mailto:[EMAIL PROTECTED] Sent: Wednesday, 1 June 2005 4:51 PM To: wsg@webstandardsgroup.org Subject: Re: [WSG] Submit a form with text links I'm going to chime in with why do you want to do this? too, I'm afraid. Users don't expect

Re: [WSG] Submit a form with text links

2005-06-01 Thread Patrick H. Lauke
Andreas Boehmer [Addictive Media] wrote: Making all the Page Numbers form buttons doesn't really look good, if you know what I mean. Would be great to get around it. Even if you assign a specific class to those submit buttons? input.submit { font-size: 0.76em; color: #00f; background:

RE: [WSG] Submit a form with text links

2005-06-01 Thread Andreas Boehmer [Addictive Media]
-Original Message- From: Patrick H. Lauke [mailto:[EMAIL PROTECTED] Sent: Wednesday, 1 June 2005 5:19 PM To: wsg@webstandardsgroup.org Subject: Re: [WSG] Submit a form with text links Andreas Boehmer [Addictive Media] wrote: Making all the Page Numbers form buttons doesn't

Re: [WSG] Submit a form with text links

2005-06-01 Thread Patrick H. Lauke
Andreas Boehmer [Addictive Media] wrote: BUT: users are accustomed to have text-links to allow them to jump in between search result pages (e.g. Google). So those links I would like to keep as text. The problem is, that when the users go to another page the selection they made on the current

Re: [WSG] Submit a form with text links

2005-06-01 Thread discusster
Hi Andreas, This isn't really the accessible solution you're looking for, but if you want to avoid submitting a form but retain information between pages, you could try to set a cookie. Cheers, Blair On 01/06/05, Andreas Boehmer [Addictive Media] [EMAIL PROTECTED] wrote: Here's one I have been

RE: [WSG] Submit a form with text links

2005-06-01 Thread Andreas Boehmer [Addictive Media]
-Original Message- From: Patrick H. Lauke [mailto:[EMAIL PROTECTED] Sent: Wednesday, 1 June 2005 5:32 PM To: wsg@webstandardsgroup.org Subject: Re: [WSG] Submit a form with text links Andreas Boehmer [Addictive Media] wrote: BUT: users are accustomed to have text-links

RE: [WSG] Submit a form with text links

2005-06-01 Thread Andreas Boehmer [Addictive Media]
-Original Message- From: discusster [mailto:[EMAIL PROTECTED] Sent: Wednesday, 1 June 2005 5:44 PM To: wsg@webstandardsgroup.org Subject: Re: [WSG] Submit a form with text links Hi Andreas, This isn't really the accessible solution you're looking for, but if you want to avoid

RE: [WSG] Submit a form with text links

2005-06-01 Thread Joshua Street
On Wed, 2005-06-01 at 17:55 +1000, Andreas Boehmer [Addictive Media] wrote: The problem is I cannot get the info into the cookie without submitting a form first. :) I'll confess to never having actually used AJAX, but would it be possible to make the page work such that standard selection would

RE: [WSG] Submit a form with text links

2005-06-01 Thread Patrick Lauke
Andreas Boehmer [Addictive Media] Have a look at this page: http://www.seek.com.au/jobsearch/index.ascx?DateRange=31catlo cation=1002st ateselected=truecatindustry=1200 So the user searches for jobs. They find a range of jobs that match their search criteria. In fact they found 10 pages of

RE: [WSG] Submit a form with text links

2005-06-01 Thread Andreas Boehmer [Addictive Media]
-Original Message- From: Patrick Lauke [mailto:[EMAIL PROTECTED] Sent: Wednesday, 1 June 2005 7:19 PM To: wsg@webstandardsgroup.org Subject: RE: [WSG] Submit a form with text links Andreas Boehmer [Addictive Media] Have a look at this page: http://www.seek.com.au/jobsearch