Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: #include NOT WORK on 7.0 and 7.00.1rc9 #5320
    fgdfg3434
    Member

    # comment at top of the file
    #
    #language = “JavaScript”
    #include “2.jsee”
    Window.document.write( ‘Hello!’ );

    can I make thus?

    in reply to: #include NOT WORK on 7.0 and 7.00.1rc9 #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!’ );
    ———————————

Viewing 2 posts - 1 through 2 (of 2 total)