#5318
fgdfg3434
Member

oo! tnx
—————————-
#language = “JavaScript”
#include “2.jsee”
Window.document.write( ‘Hello!’ );
—————————-
this is work, but i needed the following
———————————
// comment at top of the file
#language = “JavaScript”
#include “2.jsee”
Window.document.write( ‘Hello!’ );
———————————