have a series of "pop-ups" with secondary information in my web site. i want them to open up in the browser at a smaller initial size. can i do that? how do i do that? i don't want to have to have the user resize the browser window every time something new opens. thanks
#1
Merritt,
This has nothing to do with Photoshop. Here's hit #1 from a Google search on "open in child window."
<http://developer.irt.org/script/845.htm>
#2
see your image ready forum topic:
dave milbut "fixed browser window" 8/18/04 9:10am </cgi-bin/webx?13/2>
#3
You set the size of the pop-up window in the code, usually Javascript, that creates it. There are bazillions of examples on the web. In general, pop-up windows aren't a good idea any more because so many people use pop-up blockers. Some will allow new windows created from a Javascript onClick event, but others don't.
#4
Answered in Image Ready sub-forum
#5