how to fix this code , to make clicking on the small image opens it's big one , without reloading the page thanks in advance
Place the big picture in an iframe and target the a ref to the iframe eg <iframe frameborder="1" scrolling="no" height="800" width="600" marginwidth="2" name="picture" align="middle" src="http://www.----.com/calendar/"</iframe> <a href=.... target="picture"><img...><a/>
thanks for your help I'll check this EDIT : please tell me how to add the big pic in the iframe thanks
I attached the index.php file and the Iframe1.php file (sorry i don't have permission to upload the image folder) if u please tell me what to edit in which file and in which line thanks in advance