does any body know how to open a new/targeted window using header()
also i want to know if its possible to adjust the size and remove tool bar etc
all the best
Gareth
You can't do this with PHP/HTTP headers. Neither of these two know what a "window" is, or what a "toolbar" does, let alone how to remove one.
You'll have to use client-side code (e.g. Javascript) to manipulate these things.