I'm a bit new to the java script side of things.
I want to have a pop-up window come up under a conditional statement like:
If variable > 1 then
Pop-up window
Else
other code
I know when I've used java script with my other code, it's been with button click events and no conditional statement.
Do I still have to have the attribute initialized in the Page_Load event? Any examples out there? I'd like to be able to use the "Yes" / "No" button events from this pop-up window too.
I want to have a pop-up window come up under a conditional statement like:
If variable > 1 then
Pop-up window
Else
other code
I know when I've used java script with my other code, it's been with button click events and no conditional statement.
Do I still have to have the attribute initialized in the Page_Load event? Any examples out there? I'd like to be able to use the "Yes" / "No" button events from this pop-up window too.