September 8, 200619 yr I don't know enough about xsl to figure this out, just enough to know how to mess things up. I am working on a Registration database. I have a page that will display the Courses (Recordlist.xsl) I have a page that will display the detail of the course (Browserecord.xsl) The link that takes you from the RecordList.xsl to the BrowseRecord.xsl displays the recordid just fine. I want to now go from the BrowseRecord.xsl to an AddRecord.xsl so a user can Register themselves for the course, but the code I am using doesn't work, and I don't know why. Register for this Event and the Utilities.xsl code looks like this: addrecord.xsl? -lay=Form+View+-+Events& -recid= &-find=-find
September 9, 200619 yr Author Well, instead of using a Link (which I could not figure out how to do), I used a Form button. I now have the page looking the way I want, but when I Submit the Form, I get an error 200, and the Registration was not added. Save Registration Does anyone know what an Error 200 is?
September 9, 200619 yr Author I figured it out. Error 200 is Access Denied. I checked the database, and sure enough, I did not give Guest write access to XSLT. Changed that, and now everything is working.
Create an account or sign in to comment