Profile for User: fgdfg3434
You are here: Home1
# comment at top of the file
#
#language = “JavaScript”
#include “2.jsee”
Window.document.write( ‘Hello!’ );
can I make thus?
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!’ );
———————————