Hello,
I’m trying to use a blank application as a whole html document. In the foundamentals offical scriptcase course, it tells that you can use the next code to generate a html page in the onExecute event:
?>
<html>
....
</html>
But when I use it, the generated page, crashes.
What’s wrong with that?