Our group has sucessfully implemented all of our tables and they all work to enter new values into the database. However, when we tried to "pretty" things up by adding an HTML document that tells the user that success has occured we ran into some problems. Our document is called "complete.html". If you look at our xsl document for one of the tables here you can see that we have commented out the reference to "complete.html" because it was giving us problems.
Initially, when we clicked to submit data it would go to the
"complete.html" document fine, but would not enter into the database.
At this point, we had the closing tag </form> at the very end on
top of the other </form> tag.
Secondly, we placed the close tag at the end of the open tag to go to
"complete.html". This entered into the database, but did not come up
with the thank you page we created.
Any ideas on why we are having problems and where to put the close tag so that both function?
Comments