OT run ticker

Kenneth Brody kenbrody at bestweb.net
Thu May 11 15:40:56 PDT 2006


Quoting Mike Schwartz (PC Support) (Thu, 11 May 2006 17:32:42 -0500):

> X-SpamCop-Whitelisted: mschw at athenet.net
>
> > Here is an interesting web application for mentoring our UNIX system
> > load which I developed for Aljex:
> >
> > http://nj.aljex.com/runticker/tick.pl
> >
> > Howie
>
>
>     Hmmm...   All I get is a "this application is trying to close the
> page" message when I click on it.  I'm running Windows XP with Internet
> Explorer 6.0.

The HTML for the URL attempts to open the ticker in a new window, which
would be blocked my most popup blockers, and then close the current
window.

HTML angle-brackets replaced with braces, to prevent any accidental
interpretation by broken e-mail readers:
==========
{html}

{script language="JavaScript" type="text/javascript"}
{!--
window.open("/runticker/ticker.pl?qual=",null,"resizable=yes,height=50,width=800,status=no,toolbar=no,menubar=no,location=no,Replace=True");

close();

//--}
{/script}
==========

Simply use this instead:

    http://nj.aljex.com/runticker/ticker.pl?qual=

However, I only get the top half of the text scrolling by.

--
KenBrody at BestWeb dot net        spamtrap: <g8ymh8uf001 at sneakemail.com>
http://www.hvcomputer.com
http://www.fileProPlus.com


More information about the Filepro-list mailing list