HighDots Forums  

Need your eyes and brains

JavaScript discussion (multi-lingual) JavaScript discussion (alt.comp.lang.javascript)


Discuss Need your eyes and brains in the JavaScript discussion (multi-lingual) forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Timothy Ace Holleran
 
Posts: n/a

Default Need your eyes and brains - 04-13-2005 , 11:09 AM






To make a long story short, I have a client who is upset that the pop-up
windows on her site aren't fully visible to all vistors. I had originally
set all pop windows to be 800x600, then enlarged them by 50px each way.
Finally, I added resizability and scrollbars.

These windows open up fine on my computer. Client says that her friends can
open the windows, but they bleed off the screen with no way of seeing all
the info.

Frankly, I'm stumped. Would any of you please take a look?

Here's the URL for the navpage:
www.finishedwithstyle.com/mainpage.html

Then click on any of the links in the left-hand column to open the first
window in each series.

A sample of my JS code to open a window:

function winsamp() {
window.open('samp_1.html','myWindow','width=850,he ight=650,top=0,left=0,scrollbars=1,resizable=1')
}



Thanks in advance.



Ace of AceHolleran.com



Reply With Quote
  #2  
Old   
runonthespot
 
Posts: n/a

Default Re: Need your eyes and brains - 04-14-2005 , 11:16 AM






Looks fine to me.. IE6, Win2K

Which browsers, what is their display resolution, platform (PC/Mac?)
etc?

If on windows, see if you can persuade her friends to do a PrintScreen
of what they see and send it to you attached by email. Sometimes these
problems become obvious when you can see what the user sees ;-)

Regards
Mike


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.