Re: cgi script that will auto-submit to another cgi

2004-09-14 Thread David Kirol
Johann Tagle wrote: Hi all, I have a script that receives certain data from an html form, processes them, then submits the processed data to another script. Problem is, I want it to do so without having to click anything anymore. It would have been easy if all the data it needs to submitted ca

RE: HINT: regex coach

2004-09-14 Thread Bill Jones
--- "NYIMI Jose (BMB)" <[EMAIL PROTECTED]> wrote: > > > http://www.weitz.de/regex-coach/ > > > > Just so this message isn't left unanswered, I'll state: > > This hint have been sent many times to this list that's may be why > There wasn't reactions to this message ? As was already mentioned:

Re: Quick table format question

2004-09-14 Thread Gunnar Hjalmarsson
Sean Davis wrote: It seems like the "table" version seems to work on many browsers--is the [envisioned] CSS solution also generally compatible across browsers these days? It seems that browser layout engines are still suboptimal for some particulars of CSS. It depends on what you mean by "these da

Re: Quick table format question

2004-09-14 Thread Chris Devers
On Tue, 14 Sep 2004, Sean Davis wrote: > Thanks Chris and Gunnar. Setting the inner table width worked, but I > can see that using CSS would offer significant benefits and I will > need to migrate that direction at some point. It seems like the > "table" version seems to work on many browsers

Re: Quick table format question

2004-09-14 Thread Sean Davis
Thanks Chris and Gunnar. Setting the inner table width worked, but I can see that using CSS would offer significant benefits and I will need to migrate that direction at some point. It seems like the "table" version seems to work on many browsers--is the [envisioned] CSS solution also general

Re: Quick table format question

2004-09-14 Thread Chris Devers
On Tue, 14 Sep 2004, Gunnar Hjalmarsson wrote: > The width attribute for cells is deprecated. Try setting table width > for the inner tables instead. Or, better still, learn how to do layout with CSS and stop using tables for everything except (as originally intended) tabular data. On a modern

Re: Quick table format question

2004-09-14 Thread Gunnar Hjalmarsson
Sean Davis wrote: Slightly off-topic, but I have a script that dynamically generates a table. Within this outer table, I have in each cell another table with 1 row, with each cell having a background color and containing only   entity. I would like to make each of these inner cells a fixed w

Quick table format question

2004-09-14 Thread Sean Davis
All, Slightly off-topic, but I have a script that dynamically generates a table. Within this outer table, I have in each cell another table with 1 row, with each cell having a background color and containing only   entity. I would like to make each of these inner cells a fixed width, but