Hello!
In order to make a more stylish and dynamic prompt I didn't use PROMPT but the following:
I wrote a HTML form and Javascript commands within -HTMLFORM BEGIN and -HTMLFORM END and on submit, submitted all the variables the user set to another report. This other reprot generates the actual output.
I tested the JavaScript outside WebFocus to make sure it works. But when I copied it into WebFocus and ran the report, two strange character conversions occured (I looked at the generated HTML source code):
|| became !! and
\ became Ö
I used the ladder because many of my lines within the JavaScript exceeded the length of 80 characters. So I set a \ at character number 80 and continued the JavaScript statement in the next line. This works fine within HTML but the \ always becomes Ö within JavaScript.
Does anybody know how I can suppress this strange automatic character conversion?
Eva
In order to make a more stylish and dynamic prompt I didn't use PROMPT but the following:
I wrote a HTML form and Javascript commands within -HTMLFORM BEGIN and -HTMLFORM END and on submit, submitted all the variables the user set to another report. This other reprot generates the actual output.
I tested the JavaScript outside WebFocus to make sure it works. But when I copied it into WebFocus and ran the report, two strange character conversions occured (I looked at the generated HTML source code):
|| became !! and
\ became Ö
I used the ladder because many of my lines within the JavaScript exceeded the length of 80 characters. So I set a \ at character number 80 and continued the JavaScript statement in the next line. This works fine within HTML but the \ always becomes Ö within JavaScript.
Does anybody know how I can suppress this strange automatic character conversion?
Eva