html >> How to make a page like this?

by texplorer » Mon, 16 Jan 2006 10:27:57 GMT

Can anyone tell me how to create a "add" button that send a new row of
information to a table from a drop down menu please?

i.e choose some items from a drop down menu and add them to each row of a
table, so a nice looking lists can appear on a webpage.

Thanks a lot!



html >> How to make a page like this?

by mzanime.com » Wed, 18 Jan 2006 02:37:46 GMT


Sounds like you'll need some pretty complex JavaScript and/or AJAX scripting.



html >> How to make a page like this?

by Cherryaa » Thu, 19 Jan 2006 02:46:49 GMT

Originally posted by: mzanime.com
Sounds like you'll need some pretty complex JavaScript and/or AJAX scripting.

Not necessarily. Are the list values coming from a database or your Web page?




Similar Threads

1. Advertisments liking to other pages

2. DW MX 2004 likes to resize table

Hi,



Inside a table an unordered list <ul> is created by first typing in the
text, then highlighting the selection and pressing the little icon in
properties for list. DW replaces the paragraph tags <p> with <br> and as a
result the space that was between the lines disappear.



In order to have blank lines separate the bulleted items the line break <br>
is replaced with <br /><br />. Now the table cell is adjusted to remove the
excess space at the bottom and the cell beneath is brought up so that the
two cells are adjoining.



At this point if the file is saved and then viewed in the system's browser a
gap appears between the two table cells. Clearly, this wasn't my intention.



Viewing the file code the height for the list cell is manually adjusted,
saved and uploaded to the hosting server. The file looks fine and the
unwanted space between the two table cells is gone.



Now here is the rub.



When the file is viewed in DW and saved more than likely the table cell's
height will remain as when corrected. However, if the file is viewed on the
system's browser (F12) DW insist on inserting additional space beneath the
list. As a result an unwanted gap appears between the two cells.



Any idea on why this happens and how to make it STOP!



Richard




3. firefox not liking css dropdowns - Adobe Dreamweaver

4. Jump menu liked by Google?

I think I will manage the jumpe menu I asked about below got a free 
extension from PVII but I would like to hear what you say about jump menus 
and search engines. Will they travel the links in a jump menu based on the <
 an<  tags? After all the menu is a java script implementation 
even though the tags are html. I've had sour experiences with java script 
menus before, that Google do not follow. So, should I put regular html links 
somewhere else on the pages to make Google follow the links and index the 
linked pages?

-- 
Lars Forslin

"Doing time on earth"

************************** 


5. What features would you have liked to see? - Adobe Dreamweaver

6. Who likes this menu?

7. SQL multiple NOT LIKEs? - Dreamweaver

8. ASPX page is not updating to flect changes made to an include page

Hi,

I have an aspx page that has the "include" code in it which includes another 
page that displays information. I also have an upload page that allows users 
to upload a simple html document onto the server. The include code calls that 
html page to display the text on that page. The problem is when the user 
uploads that html page, the aspx page does not refresh to reflect those 
changes, even if the user hits refresh in their browse. However, if I 
manually connect to the server and open the aspx page that contains the code 
and hit save then the webpage updates to reflect the changes that were made 
to the include page. Can anyone help me fix this problem?


Thanks,
Brandon