I was wondering how I could write a code that would let the user type in a url and description in a text box, then submit it, then that same info would show up in a table on my page. Please help.
1. Create a form with two fields... one for the description, one for the url. 2. Point the form to a new page. 3. Use javscript to extract the query string name/value pairs 3. Dynamically write the values onto the page wirh document.write(foo); DorainG http://qleeq.com free/open source software guide