PDA

View Full Version : Little popups...


BrightSparke
5th February 2006, 10:54
Hi there learned ones...

Thanks to the folks in this forum, I was able to change my <a href= statements to launch in a new window using target="display".

Is there any way to enhance this so that the new window does no have all the brower menus, toolbars, etc. ?

Can you tell the new window to size itself around the page, i.e. if I create a small popup image, the window (less toolbars, etc.) "shrink to fit" this image?

Again, my internet searches proved unsuccessful.

Peter

crus
5th February 2006, 12:21
Hi,

you need to use the following, but bear in mind that the target element is no longer available in XHMTL.

http://www.boutell.com/newfaq/creating/windowsize.html is a simple example.

D