erostratus Posted May 25, 2007 Posted May 25, 2007 I have survey pages created via XSL style sheets that users fill out. I have also created an XSL thank you page that I would like to have load after the user hits "submit" and a new record is successfully created in the database. I cannot figure out how to do this. Right now, I have a javascript running that opens a popup window with the thank you page after the user hits submit. This is confusing for the user, as the page underneath the popup, the one they filled out, reloads itself (and clears out all fields), when they hit "submit." This makes the user wonder whether the submission was successful. Does anyone know how I can tell the XSL page to load a different XSL page after a successful submission? Thank you!
Martin Brändle Posted May 28, 2007 Posted May 28, 2007 Normally, you specify the page in the action attribute of the form tag: . . .
Recommended Posts
This topic is 6389 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now