Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Form to Table

Status
Not open for further replies.

MadMango

Technical User
Dec 5, 2001
81
US
Hello,

I'm wondering if anyone knows a way that I can have a Form Field on one page that writes to a specific cell in a table on another page?

Application: I am developing an Engineering site, where project teams should be able to post a text-based status update of their projects.

Problem: These users don't know HTML and these updates should post to the site automatically.

My Idea: Engineers should have to connect to a secure server (via Username and Password) and type in a Form Field what they have done. When they Submitt, the form needs to write to a specific cell of a table on a different page. Then other users can simply go to this page to see real-time updates.

Is this possible to do with DreamWeaver, or am I looking at some high-end ASP programming?
 
Get Ultradev and Access they will enable you to submit form data to a database then display it on another page Live long and make your kids suffer..
 
Hello MadMango!

You defenitely need some server-side programming (like ASP, JSP, ColdFusion, CGI, etc.) for your project. There is a good way for you to start with it using Macromedia Dreamweaver UltraDev. Basicly it's a usual Dreamweaver with on good extension that works with Data driven applications. If you only have Dreamweaver you need to get Dreamweaver UltraDev - I don't know is there a way to upgrade or just get an extension - check it out on Macromedia's site.

But you can do programming ASP without UltraDev - but do it manually while UltraDev does most things automaticly for you.
Good Luck! :)
 
Thanks for the input folks... not the answers I was looking for, but the answers I was expecting.
 
You definitely do not need Ultradev to pass variables. In fact, unless you're doing some major server side data-driven stuff like ASP, JSP, PHP, or Cold Fusion, Ultradev is major over kill. To do what you're doing, go search the web for some cgi/perl scripts and see if your host supports server side scripting. You should be able to just copy/paste the script straight into your html page and make the necessary modifications to your needs. Chandler
I ran over my dogma with karma!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top