Forum Discussion
BrianOchieng
4 years agoCommunity Member
Change state of button to In Progress till all different slides are complete then change it to green
Hi heroes, I would like to change the state of a marker in the screenshot to yellow to show an IN PROGRESS status then go to other slides to complete other actions then the marker in the main slide ...
MichaelHinze
4 years agoCommunity Member
Yes, I did that, but the button said "View", so I didn't think you wanted to print as well. I'm not a Javascript expert, but there are code snippets available, something like:
<html>
<body>
<button onclick="display()">Click to Print</button>
<script>
function display() {
window.print();
}
</script>
</body>Related Content
- 4 months ago