dsjoes Posted April 5, 2011 Share Posted April 5, 2011 how do i have a div popup when a link is pressed. the below is the div that i want to popup and the link needs to have ?old=$folderName so that the form gets the correct info. <a href='?old=$folderName'>Rename</a> <div id="Rename" style="display:none"><iframe src="form.php?old=<?php echo $old=$_GET['old'] ?>" frameborder="0"> </iframe></div> can someone help point me in the right direction. thanks Link to comment https://forums.phpfreaks.com/topic/232817-popup-div/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.