Re: javascript question

2008-12-31 Thread Eric Krause
Chas. Owens wrote: On Tue, Dec 30, 2008 at 18:50, bft wrote: Hi all, I am trying to interface with a work timesite server, and the site uses javascript. I am first presented with a login page (username, password) and then my current weeks timecard after successful login. My question is do y

Re: javascript question

2008-12-31 Thread Chas. Owens
On Tue, Dec 30, 2008 at 18:50, bft wrote: > Hi all, > I am trying to interface with a work timesite server, and the site uses > javascript. I am first presented with a login page (username, password) and > then my current weeks timecard after successful login. > > My question is do you think I sho

javascript question

2008-12-31 Thread bft
Hi all, I am trying to interface with a work timesite server, and the site uses javascript. I am first presented with a login page (username, password) and then my current weeks timecard after successful login. My question is do you think I should try to brute force through the page using mec

[OT] Re: Question about GIF's (Javascript Question)

2002-01-26 Thread Jonathan E. Paton
> within an HTML frame... > > I want to run a GIF animation and make play again as > required. In this animation a person is riding a horse, > 4 steps of the horse is one cycle for the animation. > Can perl make it recycle again without having to load > each time? > > It is possible to load a g

RE: off topic - javascript question

2001-10-30 Thread Kipp, James
Here Here !! > -Original Message- > From: Gary Hawkins [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, October 30, 2001 1:43 AM > To: [EMAIL PROTECTED] > Subject: RE: off topic - javascript question > > > When we're done with the terrorists I suggest we go a

RE: off topic - javascript question

2001-10-29 Thread Gary Hawkins
1 8:53 AM > To: [EMAIL PROTECTED] > Subject: off topic - javascript question > > > I want to have a window loaded when someone leaves my website. > does anyone know what is wrong with the following code? > Thanks! > > > <BODY onUnload=open("exit.htm",

RE: off topic - javascript question

2001-10-29 Thread Merritt, Dave
</A>] Sent: Sunday, October 28, 2001 11:53 AM To: [EMAIL PROTECTED] Subject: off topic - javascript question I want to have a window loaded when someone leaves my website. does anyone know what is wrong with the following code? Thanks! <script> <BODY onUnload=open("exi

Re: off topic - javascript question

2001-10-29 Thread Mel Matsuoka
At 11:53 AM 10/28/2001 -0500, Luinrandir Hernson wrote: >I want to have a window loaded when someone leaves my website. >does anyone know what is wrong with the following code? >Thanks! > > > > Try comp.lang.javascript inst

off topic - javascript question

2001-10-29 Thread Luinrandir Hernson
I want to have a window loaded when someone leaves my website. does anyone know what is wrong with the following code? Thanks!