I have a link. I want to implement this link in that way so that when I will click it, it will creat a new window without any address bar or any other bar. Suppose that window just contain a picture of a Building. How to do that?
this is a javascript problem, look here for more info
http://javascript.internet.com/navigation/
In IE, you can use something like this: http://www.infinitypages.com/research/borderlesspopup.htm
That code will just open a regular popup window for other browsers, and open in the current window for those without JavaScript enabled.