简体   繁体   English

那是什么编程语言?

[英]What programming language is that?

Can anybody help me about what programming language that coult be?任何人都可以帮助我了解可能是哪种编程语言?

<td>
        {
        IF [§HTMLBILD IS NOT NULL§] THEN
            <img src="[§HTMLBILD§]">
        ELSE
            [§ISBN§]
        }
</td>

It is placed in HTML files and runs in an Window (iFrame?) inside of an Windows application.它被放置在 HTML 文件中,并在 Windows 应用程序内的窗口(iFrame?)中运行。 But I'm not familiar with it.但我对它并不熟悉。 It's no VBSCRIPT, JAVASCRIPT but I really need to add some functionallity...它不是VBSCRIPT,JAVASCRIPT,但我真的需要添加一些功能......

I tried to use some extra JavaScript but because this Language also uses the same brackets {} all the javascript gets replaced by a error message: "**** Fehler 3515 beim Auswerten der Bedingung !"我尝试使用一些额外的 JavaScript,但因为该语言也使用相同的括号 {},所有 javascript 都被错误消息替换:“**** Fehler 3515 beim Auswerten der Bedingung !” (Sorry it's German ...) (对不起,这是德国人......)

[§VARIABLENAME§] ... are some Values that get passed on by the Windows Application! [§VARIABLENAME§] ...是一些由 Windows 应用程序传递的值!

My guess is that it's a company-specific or application-specific language someone has written.我的猜测是它是某人编写的特定于公司或特定于应用程序的语言。 It looks pretty lousy.它看起来很糟糕。 There might not be a way to prevent it interpreting { .. } in the source, so to work around the problem of it conflicting with JavaScript, you will probably need to put your JavaScript in external files rather than embedding it in the HTML.可能没有办法阻止它在源代码中解释{ .. } ,因此要解决它与 JavaScript 冲突的问题,您可能需要将 JavaScript 放在外部文件中,而不是将其嵌入到 HTML 中。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM