I've searched the net for several weeks but because I just don't know enough javascript to work out how I can turn a CSS3 modal popup into JavaScript that can be loaded from code behind after a button_Click
event.
The CSS3 is from https://www.script-tutorials.com/css3-modal-popups/ and I like the look, it resides in /styles/style1.css
of the site. The button_click
event is in a repeater and after the data is returned I'd like the CSS3 popup to display. I'm not sure how to call a JavaScript function from the code behind. How do I do it?