I want to make a window popup when i will press on it an window of like 800x600 will appear with a nice opening effect.Something like most board forum when you press on a picture and the picture zooms out.
Can someone please guide me the correct way.
Than you.
You can do this with javascript’s window.open command. You can configure it to open a popup of a url that you pick, and size you choose.
If your example, is like attachments on a forum where clicking on an image, shows the image in a larger fashion on top of the web page, you want to do a search for LightBox.
If you want a new Window, then, yes, JavaScript is capable of doing that using window.open
This is what i want but i dont want to open an image.I want to open an internal link from the site.
Thank you.