Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #10188
    ldm
    Participant

    Here is a quote from the EmEditor Features Description:

    Within the HTML configuration, text within ASP tags (<\% ... \%>) and standard script tags () is formatted according to which scripting language is specified in the LANGUAGE attribute (JavaScript, VBScript or PerlScript).

    So, where should I define the LANGUAGE attributes?
    Thank you!

    #10209
    Yutaka Emura
    Keymaster

    It should be defined in the HTML file you are trying to open, and you must be already familiar with this. Something like this:


    <script type="text/javascript" src="http://....">

    If not defined, JavaScript is used for … and VBScript is used for .

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.