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 Quote Link to comment https://forums.phpfreaks.com/topic/232817-popup-div/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.