RTS Posted October 11, 2006 Share Posted October 11, 2006 how do I make an iframeish thing popup when a link is clicked? I want to have it so when you click the link, it opens the frame (above the link) with a form on it. Link to comment https://forums.phpfreaks.com/topic/23711-linked-iframe-sorry-if-this-is-a-stupid-question/ Share on other sites More sharing options...
btherl Posted October 12, 2006 Share Posted October 12, 2006 You can have a hidden div that becomes visible when you click a link, using javascript.Or you can have a frame that is always there, but gets content only after you click a link (again using javascript).I can't help with details, but javascript is the way to go for that kind of dynamic stuff. PHP alone can't do what you're asking. Link to comment https://forums.phpfreaks.com/topic/23711-linked-iframe-sorry-if-this-is-a-stupid-question/#findComment-107705 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.