[Subject] Posted 01/12/2008 at 10:54 by GrayWolf |   |
Hi Daniel,
first: THANK YOU for your great editor.
second: I developed in hta also (sigh! unfortunately) that is an html page can contain both JavaScript and VBScript [like asp but with tag <script> ... </script>. Have you planned in the future develop, this possibility?
than's again for your software
GrayWolf
|
[Post a response to this message] [Responses: 1 2 3 4 ] | [top of the page] |
[1/4] Posted 01/12/2008 at 18:41 by Daniel |   |
Hi GrayWolf,
> first: THANK YOU for your great editor.
Your are welcome
> second: > I developed in hta also (sigh! unfortunately) > that is an html page can contain both JavaScript > and VBScript [like asp but with tag <script> ... </script>. > Have you planned in the future develop, this possibility?
It wasn't planned because I didn't know about .hta But now, I know and I add this to my todolist
Daniel
|
[Post a response to this message] | [top of the page] |
[2/4] Posted 01/13/2008 at 12:11 by GrayWolf |   |
Daniel,
> Hi GrayWolf, > >> first: THANK YOU for your great editor. > > Your are welcome > >> second: >> I developed in hta also (sigh! unfortunately) >> that is an html page can contain both JavaScript >> and VBScript [like asp but with tag <script> ... </script>. >> Have you planned in the future develop, this possibility? > > It wasn't planned because I didn't know about .hta > But now, I know and I add this to my todolist > > Daniel >
GrayWolf
|
[Post a response to this message] | [top of the page] |
[3/4] Posted 01/13/2008 at 12:28 by GrayWolf |   |
Daniel,
> Hi GrayWolf, > > Your are welcome > > It wasn't planned because I didn't know about .hta > But now, I know and I add this to my todolist > > Daniel >
Hi Daniel,
thank you for your welcome
I have read that you have planned the future develop of HTML multihighlighter. I have appreciated your effort and if this can helps you, subsequently you can find a minimal structure of an .hta page. the mshta.exe is a interpreter for HTml for Application and is located in: c:\windir\system32-
minimal hta's structure ----------------------------------------------------------------------------- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML Lang= "it"> <HEAD> <META http-equiv="content-type" content="text/html" <TITLE> myTitle </TITLE>
<HTA:APPLICATION id="oHTA" APPLICATIONNAME="myApplicationName" BORDER="tick" "none" "dialog" "thin" BORDERSTYLE= "normal" "complex" "raised" "static" "sunken" CAPTION= "yes" "no" CONTEXTMENU="no" "yes" ICON= "path/iconName.ico" INNERBORDER="no" "yes" MAXIMIZEBUTTON="no" "Yes" MINIMIZEBUTTON="no" "yes" SINGLEINSTANCE="yes" "no" SCROLL="no" "Yes" SHOWINTASKBAR="yes" "no" WINDOWSTATE="normal" "minimize" "maximize" NAVIGABLE="yes" "no" SYSMENU = "no" "yes" >
<script type="text/vbscript"> ... ... bla bla bla ... </script>
<script type="text/javascript"> ... ... bla bla bla ... </script>
</HEAD>
<BODY> ... ... bla bla bla ... </BODY>
</HTML> ----------------------------------------------------------------------------- I hope that this can help you. If you want, I can send you same example also.
have a nice day
GrayWolf
|
[Post a response to this message] | [top of the page] |
[4/4] Posted 01/19/2008 at 12:52 by Daniel |    |
Hi GrayWolf,
> I hope that this can help you.
Thanks, it will be very helpful; well done I will do some tests as soon as possible.
Cheers, Daniel
|
[Post a response to this message] | [top of the page] |