Ask a Question related to PHP Development, Design and Development.
-
Richard Galli #1
select from drop list to fill table column with text -- HOW ?
I want viewers to compare state laws on a single subject.
Imagine a three-column table with a drop-down box on the top. A viewer
selects a state from the list, and that state's text fills the column below.
The viewer can select states from the drop down lists above the other two
columns as well. If the viewer selects only one, only one column fills. If
the viewer selects two states, two columns fill. Etc.
I could, if appropriate, have a separate htm page with the text for each
state -- california.htm for example. When the viewer selects California from
the drop down list, the column below would "fill" with California.htm.
Or, I could conceivably use a text or mysql database with two fields for
each record: state_name and law_text -- but it would probably be easier to
use separate htm files, since there will only be about 20 states involved,
and the "database" would never have a large number of records.
The table width would be 100% and each cell would be @33%
My site is designed with FP 2002 and runs on Apache/FreeBSD. I have just had
Apache-ASP installed but I have not yet configured or used the module.
Your suggestions would be tremendously appreciated !
--
Best wishes,
Richard Galli
We don't have thousands of books...
We have two books worth reading
[url]http://www.gallicentral.com[/url]
Sign up for our newsletter
[url]http://www.gallicentral.com/subscribe.htm[/url]
Richard Galli Guest
-
Put `text` column in another table?
Hi, usually, use of a single table is recommended for performance as only one seek time is required. However, when a table include many columns... -
Table/Formatted Text Select Tool in Adobe Reader 6.0
Hi, We are using Adobe Reader 6.0 on Windows XP. However we are not able to see the option Table/Formatted Text Select Tool in order to export... -
pop up text area after click yes from drop down list
Hi all I want to write a asp script, basically, that has drop down box in the form, if user select Yes, on the same page, a hidden textarea will... -
ToolTip like text for a <SELECT> list
I have a customer who has requested that I add "popup" text (a la ToolTips) to a couple of pulldown lists in a DHTML form we have in our project. ... -
Insert into <table w/ text column> select distinct ...
Ok, so it makes sense: create table #myTable (myColumn varchar(10), textColumn text) insert into #myTable select distinct someValue, ''...



Reply With Quote

