Results 1 to 3 of 3

Thread: doxdesk.com/parasite.js results to open in new window

Hybrid View

  1. #1
    Steve Thomas Guest

    doxdesk.com/parasite.js results to open in new window

    I've incorporated Doxdesk's parasite.js script into a little spyware
    checker for my 6 PC office... I'd like to modify the script so that
    if it finds a spyware app it opens a new window with the "Warning"
    message instead of on the page it was called. I don't know enough
    about Javascript to even know if this is possible (but I'm sure it
    is), HTML is my bag, and everything I do to parasite.js breaks the
    damn thing (but it is a great script).

    Anyone know how to accomplish something like this?

    Thanks.
    Steve

  2. #2
    YoKenny Guest

    Re: doxdesk.com/parasite.js results to open in new window

    Steve Thomas wrote:
    > I've incorporated Doxdesk's parasite.js script into a little spyware
    > checker for my 6 PC office... I'd like to modify the script so that
    > if it finds a spyware app it opens a new window with the "Warning"
    > message instead of on the page it was called. I don't know enough
    > about Javascript to even know if this is possible (but I'm sure it
    > is), HTML is my bag, and everything I do to parasite.js breaks the
    > damn thing (but it is a great script).
    >
    > Anyone know how to accomplish something like this?


    Ask Andrew. His email is on the Homepage.

  3. #3
    Andrew Clover Guest

    Re: doxdesk.com/parasite.js results to open in new window

    stevethomas67@yahoo.com (Steve Thomas) wrote:

    > I'd like to modify the script so that if it finds a spyware app it opens
    > a new window with the "Warning" message instead of on the page it was
    > called.


    Change line 327:

    el.innerHTML= h;

    To something like:

    el.innerHTML= '';
    var pop= window.open();
    pop.document.write(h)

    --
    Andrew Clover
    mailto:and@doxdesk.com
    http://www.doxdesk.com/

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •