... Enable this option in arachne.cfg and all will be fine.... IgnoreJS Yes If the HTML/JS is written as follows.... all is well. ... Hello<br> <script> <!-- ...
... How in heck can that possibly be parsed? I don't know HTML so I shouldn't say anything but by what test can it be determined that " <x " is not the start...
Ray Andrews
randrews@...
Oct 5, 2007 4:16 am
3586
... When we are inside a SCRIPT tag we need to wait until we get </SCRIPT>, unless we have encountered another SCRIPT tag. Example: <SCRIPT> ...
Hi all, I was trying to determine whether nesting scripts was legal, and encountered the following in html4 : " ILLEGAL EXAMPLE: The following script data...
Hi at all, i've tried the Werner arachne core with built in js. When i close the the ALERTWINDOW , arachne try to dial. I've deselected from arachne.cfg the...
MARINELLUCCIA1@...
Oct 5, 2007 11:30 am
3589
On Fri, 05 Oct 2007 07:05:58 +0200, Bernhard Eriksson wrote: Bernie, ... Well on the face of it, that sounds easy -- when inside a <SCRIPT> if we come across a...
Ray Andrews
randrews@...
Oct 5, 2007 6:34 pm
3590
... Hi Bernie, In this particular example.... there's no change either with or without my code. That example does not require the 'IgnoreJS fix' 'IgnoreJS Yes'...
Hi Glenn, ... I thought the purpose of the IgnoreJS option was to make web pages display correctly that have HTML embedded within the <script> ... </script>...
Udo Kuhnt
048321887-0001@...
Oct 10, 2007 9:15 pm
3593
... As we see..... the default setting is 'No'. __________________________________________________________________ case TAG_SCRIPT://<SCRIPT> //!!glennmcc:...
... Yeah, sure, but... ...as we have learned, HTML is not what the standard defines but rather what the major browsers are known to accept. So I do not ask...
Udo Kuhnt
048321887-0001@...
Oct 10, 2007 10:53 pm
3595
... "desired behavior" varies from one person to another. _I_ desire "correct behavior" ;-)...
... Well, I hope the correctness will not require us to enable or disable JS support in Arachne to make certain web pages display correctly if that is not also...
Udo Kuhnt
048321887-0001@...
Oct 11, 2007 2:01 am
3597
... 'IgnoreJS Yes' prevents that code from being displayed.... an action which is both 'correct' and 'desired'. ;-)...
... No, it doesn't - I have it active most of the time, and it definetely does not keep Arachne from displaying the code on some pages. Most of the time it is...
Udo Kuhnt
048321887-0001@...
Oct 11, 2007 12:34 pm
3599
... Here is a page that shows this problem: http://www.heise.de/newsticker/meldung/96914 It only displays part of the JS code when IgnoreJS is set to Yes, but...
Udo Kuhnt
048321887-0001@...
Oct 11, 2007 2:09 pm
3600
... Which version of Arachne are you using that displayas JS on that page ? My own compile does not display any JS with either setting of IgnoreJS. ...
... Just now tested it with Ray's latest compile and with Joe's v1.90;J3 WIP Niether of them displays any JS anywhere on the page with either setting of...
... 1.90JG-387 - but since you say it has been in effect for the last five years, it should not make a difference. Also, I cannot find anything related to that...
Udo Kuhnt
048321887-0001@...
Oct 12, 2007 12:01 am
3604
... I have just checked the behaviour of my experimental installation of J3 on another machine and cannot reproduce it there, either. Does this mean the bug...
Udo Kuhnt
048321887-0001@...
Oct 12, 2007 12:12 am
3605
... Well sir... I have no explaination why you are getting JS displayed and I am not. Just now checked it with v1.90;JG,r1-387 Same as all other versions I...
Hi Glenn, ... well, I have found the following suspicious code snippet in the HTML text of that page: <SCRIPT Language="JavaScript"> <!-- OASd = document; plug...
Udo Kuhnt
048321887-0001@...
Oct 12, 2007 1:31 am
3607
... But that does not explain why it's not being displayed on my screen when I visit that page. http://www.cisnet.com/glennmcc/ijs-no.gif ...
... There are three simple explanations for that phenonemon: 1. You are using a slightly different version of Arachne. (I am using the core file dated...
Udo Kuhnt
048321887-0001@...
Oct 12, 2007 11:29 am
3610
... Here is my screenshot: http://www.drdosprojects.de/page.jpg As we see, it is definetely there on *my* screen. Udo -- The DR-DOS/OpenDOS Enhancement Project...
Udo Kuhnt
048321887-0001@...
Oct 12, 2007 11:44 am
3611
I have another test case from the same server. This time I have saved a copy of the page to my webspace so we can exactly compare the results: ...
Udo Kuhnt
048321887-0001@...
Oct 12, 2007 12:14 pm
3612
... OK.... jsbug.htm gives me the JS on my screen in v1.90;JG,r1-387 with 'IngnoreJS Yes' (but not with 'IgnoreJS No') Also.... in v1.90;J1 and 1.90;J3 WIP ......
... Tested several other versions going back to v1.71;UE01 All previous version that I tested _do_ display that JS on-screen when we have 'IgnoreJS Yes' None...