CGI problem.

Hi, got a problem. here is the problem. working in lectora 2004 professional publishing suite. On a page I submit a form to CGi program. It gets submitted to http://194.130.56.169/wolseley/check.phpThis is a computer on our netwrok, This works great. We get the success box saying that it has been a success. This is just when working in source. It also works as a lectora exe. however the client wants the final product as html. when published to html and the form is submitted we get the message"Unable to submit form. this course must be loaded from the system that the form is submitted to."What does this mean?? Why does it work as exe but not html? How do we resolve the problem in html?the client wants the course running locally not from their servers so it doesn't clog it up. Are we in trouble? the other option is to export as exe. but there is a problem here. whilst the exe works in talking to the database we need data back. We get a delimited string back and we manipulate it. however I have done this by writing the javscript myself once I've published to html. Certainly lectora seems to give no help. Am I wrong? lets say i get back a delimited string e.g "my,name". how can I within lectora get "my" and "name" into a couple of variables? In other words can you work with delimited strings in lectora?Pleeease help

Discussion (1)

Java cannot post to a URL that it wasn't loaded from unless you use the Signed version of the applet. That's why you get the error when running the content locally ... because the applet is talking to a place that it was not loaded from.Tim V

Discussions have been disabled for this post