October 17, 200322 yr The javascript in my results page does not get parsed. The source code in my text editor looks like: <SCRIPT LANGUAGE="JavaScript"> <!-- document.write("BOO"); //--> </SCRIPT> However, in the source code viewed within the browser (Netscape, IE, and Safari), all I see is: <SCRIPT LANGUAGE="JavaScript"> </SCRIPT> If I do a simple document.write("hello world!") in a file saved on my desktop, it works. But if it goes through FileMaker, it doesn't. Any ideas? Thanks!
Create an account or sign in to comment