Lillykins
03-05-2003, 07:02 PM
How do i make a pop up window with an image link? i tried to understand the code on lissas site, but I dident understand to well....help?
|
View Full Version : How do I do that? Lillykins 03-05-2003, 07:02 PM How do i make a pop up window with an image link? i tried to understand the code on lissas site, but I dident understand to well....help? Spirit892 03-05-2003, 07:47 PM Hi Lillykins! Welcome to LEIA. The answer to your question is below. Try search next time. = ) Orginally posted by: joh6nn if you're making a popup, then somewhere, in your code, you're going to have something like this: .open('somepage. htm','somepage','wdith=12 3,height=321,resize'); in that last bit, where it says 'width=123,height=321, resize' , and add in this: left=###,top=###, where ### are the x and y coordinates that you want. in the end, it should look like this: .open('somepage. htm','somepage','width=12 3,height=321,resize,left= ###,top=###'); |