Click to See Complete Forum and Search --> : Having posted form saved and dispalyed


tweller
03-12-2003, 09:56 PM
Haver created a page for multiple users to access and update.
The page consisit of several drop down boxes for selections.The need is to have the selections saved by each user and displayed when the next person logs on.
They then will be able to modify / add to the list and save.
The intent is to have everyone able to view what the current status is of the builds and who is testing what.
Currently everything goes back to default values on all of the select options.

The pages is being created off of a parent link and wasn't sure how I should setup the pathway to post and then have the saved form retrieved.
I think this is similar to a BBS but not sure.
This is only my 8th day learning HTML.

Any and all information would be wonderful!!

pyro
03-12-2003, 10:55 PM
If I understand your question, you will need server side code. That is probably beyond 8 days worth of HTML. ;)

tweller
03-13-2003, 06:06 AM
Very likely... with that thought in mind then my next question is; can I take the path that the link is setup and branch off of it?
Would just leaving a" /" at the end of the pathway create the page ?
If so, then what code would I need to retieve that saved page?

pyro
03-13-2003, 07:20 AM
Client side code can't save pages to your server. This is why I said that server side code would be needed...

I still don't totally understand what you are trying to do, so I could be wrong...

tweller
03-13-2003, 04:39 PM
Let me backtrack and state that this is for a wiki page on the swiki server that I am attempting to create a document that has values from a drop down menu , once selected and saved will be pulled up displaying the saved values that the previous user selected.

Does that clairfy my intent?