dmccabe Posted December 30, 2008 Share Posted December 30, 2008 I am not sure if this is PHP or not, but posted here as the project is PHP based. I need to make it so when a user selects a certain value in a form they are prompted fill in some more information. I was thinking about a popup box, but am not sure how to make the popup box appear, I got some code to make one appear when you click a link but dont know how to adapt it so when a certain value is selected that the popup will appear. Can anyone point me in the right direction? Link to comment https://forums.phpfreaks.com/topic/138848-make-pop-up-appear-if-a-value-is-selected/ Share on other sites More sharing options...
Adam Posted December 30, 2008 Share Posted December 30, 2008 Need to read some JavaScript tutorials.. A good place to start is w3schools. Also you may want to look into 'events', 'conditionals' and "window.open" (if you mean a pop-up WINDOW). A Link to comment https://forums.phpfreaks.com/topic/138848-make-pop-up-appear-if-a-value-is-selected/#findComment-726096 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.