Important Update: Archer Community Scheduled Maintenance on November 23–24 - New Community Launching Soon! Learn More..
2018-09-17 03:50 PM
I have a request to add Previous and Next buttons within one of our RSA Archer applications. I have the code that creates the buttons, but I need them to be functional. The functional part of the code is what I'm seeking. Here is what I presently have:
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<script defer ></script>
</head>
<body>
<button id="left" style = "width: 90px; background-color:gold" ="getNext">Previous</button>
<button id="right" style = "width: 90px; background-color:tomato" ="getNext">Next</button>
</body>
</html>
2018-10-11 02:59 AM
2018-10-11 09:40 AM
Thanks. I voted it up!
2018-10-11 09:57 AM
Thank you, Ilya. I voted up and have asked my team to as well.
2018-10-11 10:01 AM
Welcome