Welcome! Log In Create A New Profile

Advanced

OT: How to disable JavaScript for just one HTML-page ?

Posted by Jimbo 
Jimbo
OT: How to disable JavaScript for just one HTML-page ?
October 15, 2008 10:59AM
Hi friends and web specialists,

as you know we have those bloody contaxe ads on the forums other than this one. Contaxe loads a Javascript file named go.js at the bottom of the page which is pure HTML otherwise.

I can insert any JavaScripts or HTML at the top of the page, even into the footer too.

Is there a way to inhibit loading of the Javascript file go.js, disabling go.js or even disable Javascript for the remainder of the page ?

Kind regards,
Guenter
Fabrice Harari.pcs.crosspost
Re: OT: How to disable JavaScript for just one HTML-page ?
October 15, 2008 01:49PM
Hello Guenter...

I'm not a javascript 'specialist', but it seems to me that your contax
script is reacting on some event (onhover probably) or events...

If you code a very basic javascript script that does the same event
trapping, but does nothing, it should be able to still the other one
actions, depending of where you insert it (before or after the other)

This certainly needs some testing, but I think it should work

Best regards

--
Fabrice Harari
International WinDev, WebDev and WinDev mobile Consulting

More information on [www.fabriceharari.com]


Jimbo wrote:
> Hi friends and web specialists,
> as you know we have those bloody contaxe ads on the forums other than this one. Contaxe loads a Javascript file named go.js at the bottom of the page which is pure HTML otherwise.
> I can insert any JavaScripts or HTML at the top of the page, even into the footer too.
> Is there a way to inhibit loading of the Javascript file go.js, disabling go.js or even disable Javascript for the remainder of the page ?
> Kind regards,
> Guenter
>
Message forwarded from pcsoft.us.windev
Jimbo
Re: OT: How to disable JavaScript for just one HTML-page ?
October 15, 2008 03:48PM
Quote
Fabrice Harari.pcs.crosspost
Hello Guenter...

I'm not a javascript 'specialist', but it seems to me that your contax
script is reacting on some event (onhover probably) or events...

If you code a very basic javascript script that does the same event
trapping, but does nothing, it should be able to still the other one
actions, depending of where you insert it (before or after the other)

This certainly needs some testing, but I think it should work

Best regards

--
Fabrice Harari
International WinDev, WebDev and WinDev mobile Consulting

More information on [www.fabriceharari.com]


Jimbo wrote:
> Hi friends and web specialists,
> as you know we have those bloody contaxe ads on the forums other than this one. Contaxe loads a Javascript file named go.js at the bottom of the page which is pure HTML otherwise.
> I can insert any JavaScripts or HTML at the top of the page, even into the footer too.
> Is there a way to inhibit loading of the Javascript file go.js, disabling go.js or even disable Javascript for the remainder of the page ?
> Kind regards,
> Guenter
>
Message forwarded from pcsoft.us.windev

Thanks Fabrice, I'll try that !
Kind regards,
Guenter
pat.pcs.crosspost
Re: OT: How to disable JavaScript for just one HTML-page ?
October 15, 2008 04:33PM
Hi Gunther,

I would like to see the thing in action, but I'm always using the PCSOFT forum so ...

I guess it is likely that the go.js script is defining a function or a class. If you have the hability to insert a script *after*, it is possible theorically to define the same function or class therefore masking the contaxe item.

--
pat
[ilikewd.free.fr]

Message forwarded from pcsoft.us.windev
Jimbo
Re: OT: How to disable JavaScript for just one HTML-page ?
October 15, 2008 04:52PM

Hi Pat,

have a look at the last forum in
[forum.mysnip.de]

the HTML-source shows
<script
  language="JavaScript1.1"
  type="text/javascript"
  src="[www.contaxe.com];
</script>

right at the end of the page! So, no one can insert something after that - they knew !
I do not know how to get at the go.js file as well ??

Thank you!
Guenter
Piet van Zanten
Re: OT: How to disable JavaScript for just one HTML-page ?
October 15, 2008 06:32PM
Hi Guenter,

Please correct me if I'm wrong, but in my opinion there's no way you can get rid of the javascript. Since MySnip controls the forum software, the php code that generates the pages is controlled by them. If they incorporate any javascript then that is handled on the server side, so no way you can remove it. :-(

Best regards,
Piet
Author:

Your Email:


Subject:


Spam prevention:
Please, enter the code that you see below in the input field. This is for blocking bots that try to post this form automatically. If the code is hard to read, then just try to guess it right. If you enter the wrong code, a new image is created and you get another chance to enter it right.
Message: