Re: javascript works in chrome and ff, but not ie

2010-08-24 Thread Matthew Smith
That got it. Thanks. On Tue, Aug 24, 2010 at 11:51 AM, Medic wrote: > > You can't have spaces in a window name silly goose. > > Try: Laurel_Burch_Red_Tiger_Earrings > > > On Tue, Aug 24, 2010 at 12:40 PM, Matthew Smith >wrote: > > > > > > > > > href="javascript:myPopup('/includes/www_redhotk

Re: javascript works in chrome and ff, but not ie

2010-08-24 Thread Medic
> > In the world of IE you never know what it's going to do. > Ding ding ding. We have a winner. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=

Re: javascript works in chrome and ff, but not ie

2010-08-24 Thread morgan l
Or this. How'd I miss that (rhetorical question)? I didn't think IE actually would enforce a type, but stranger things have happened. In the world of IE you never know what it's going to do. On Tue, Aug 24, 2010 at 11:51 AM, Medic wrote: > > You can't have spaces in a window name silly goose.

Re: javascript works in chrome and ff, but not ie

2010-08-24 Thread Medic
You can't have spaces in a window name silly goose. Try: Laurel_Burch_Red_Tiger_Earrings On Tue, Aug 24, 2010 at 12:40 PM, Matthew Smith wrote: > > > href="javascript:myPopup('/includes/www_redhotkitties_com/dev/images/products/red-tiger-earrings.jpg', > 'Laurel Burch Red Tiger > Earrings','6

Re: javascript works in chrome and ff, but not ie

2010-08-24 Thread morgan l
Looking at your call, I'm inclined to assume IE is enforcing some kind of type on the parameters. Try it without the single-quotes around the values for size and positioning. On Tue, Aug 24, 2010 at 11:40 AM, Matthew Smith wrote: > > > href="javascript:myPopup('/includes/www_redhotkitties_com/d

Re: javascript works in chrome and ff, but not ie

2010-08-24 Thread Matthew Smith
http://www.redhotkitties.com/art-item/laurel-burch-red-tiger-earrings-386/> ">http://www.redhotkitties.com/includes/www_redhotkitties_com/dev/images/products/red-tiger-earrings-t.jpg>" border="0" alt="Laurel Burch Red Tiger Earrings" /> On Tue, Aug 24, 2010 at 10:46 AM, Medic wrote: > > It's go

Re: javascript works in chrome and ff, but not ie

2010-08-24 Thread Medic
It's got to be something wrong with your call. The following works for me in IE,FF,Chrome,Opera and Safari. Untitled