[wdvltalk] Javascript window problem

2006-06-30 Thread Diane Schips
I need to open a new window which displays some information when a link is clicked. I have what I think is a straight forward script for doing that. I tested it, and it works on the three computers I have access to, but not on my client's computer. It doesn't work for some of his customers

Re: [wdvltalk] Link not working in FF

2006-06-30 Thread Drew Trusz
On 6/27/06, Portman [EMAIL PROTECTED] wrote: Hi all, I find that a link on a page is not working in FF. I validated the CSS and the HTML and it works in IE but I cannot figure out why it is not working. It is the link on the word here in Choose a body part for quick links or click here

Re: [wdvltalk] Link not working in FF

2006-06-30 Thread Portman
Thanks Drew. I am a little unclear (no pun intended) on the clearing, but will do some reading up on it. Riva Drew Trusz wrote: I'm a bit behind in my reading so this is a bit late. The page is having problems in FF1.5 and Opera9. Essentially, the few links which show are in the header and

Re: [wdvltalk] Javascript window problem

2006-06-30 Thread Ross Clutterbuck
Diane If your tests fire and run the script directly then you have nothing wrong with your script. The fault, therefore, will lay with your client's computer - either they have a pop-up blocker enabled or they have scripting disabled. That would be my first port of call to work this out.

Re: [wdvltalk] Javascript window problem

2006-06-30 Thread Diane Schips
Thanks, Ross If this is being called by clicking on a link, is it a popup window? Would a popup blocker block it, and if so, would it display an empty window? Also, all the pages on the site are scripted. I agree it can't be the code, but I don't know what it CAN be. I have a table of

Re: [wdvltalk] Link not working in FF

2006-06-30 Thread Drew Trusz
On 6/30/06, Portman [EMAIL PROTECTED] wrote: Thanks Drew. I am a little unclear (no pun intended) on the clearing, but will do some reading up on it. Riva Two major points about positioning and clearing. First is that absolute and float take elements out of the normal flow of the document.

Re: [wdvltalk] Javascript window problem

2006-06-30 Thread Bj
- Original Message - From: Diane Schips If this is being called by clicking on a link, is it a popup window? If it's a normal link with target=_blank I don't think so, but a window opened by Javascript would surely be a popup snip So I went back to what I originally had, only I

Re: [wdvltalk] Javascript window problem

2006-06-30 Thread Diane Schips
Thank you Ross, and BJ. I kept playing around with it and now it works! I'm not entirely certain what the difference is, but my client and his customers can all see it! Thanks for your help! Ross Clutterbuck wrote: Diane If your tests fire and run the script directly then you have