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? Quote 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 Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.