Randy Webb wrote:
[color=blue]
> Charleees said the following on 6/10/2006 2:37 AM:[color=green]
> > GIFS not working properly in JavaScript PopUps
> >
> > Hi all,
> >
> > I have a button and when i click tha button it redirects to another
> > page.....
> >
> > I have also added a java script for the button that makes a popup..[/color]
>
> Show the HTML and Javascript that gets sent to the browser.
>[color=green]
> > the pop up is actually a DIV tag.. with a GIF image in it......[/color]
>
> Ok, how are you making the "popup" appear?
>[color=green]
> > what actually should happen is ...
> >
> > when i click the button ..the pop up should be visible with the
> > animated gif ..this should be visible till the processing is done and
> > the page is redirected....[/color]
>
> Easy enough.
>[color=green]
> > popup here acts like a Processing bar...
> >
> > The problem i have is ..
> >
> > when i add this javascript... i could get the Gifs Animation...but the
> > button click is not called
> >
> >
> > SearchBtn.Attributes.Add("onclick","GetPosition('" +this.SearchBtn.ClientID+"');return
> > false");[/color]
>
> That looks more like server side VB than Javascript. Post the HTML that
> gets sent to the browser.
>
> --
> Randy
> comp.lang.javascript FAQ -
http://jibbering.com/faq & newsgroup weekly
> Javascript Best Practices -
http://www.JavascriptToolbox.com/bestpractices/[/color]