Jump to content

popup div


dsjoes

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.