View Single Post
Old Jul 3, 2003 | 08:14 AM
  #4  
EvasionOfTruth's Avatar
EvasionOfTruth
Hiding in the bushes
 
Joined: Apr 2003
Posts: 152
Likes: 0
From: Richmond, VA
EvasionOfTruth is an unknown quantity at this point
Default

You might want to make it so the pop up is resizeable. On my resolution the pop up is tiny......

I'm guessing you know what to change.... if not:
Code:
'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=782,height=394,

change to

'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,width=782,height=394,
Nice job though.

Buster