Jump to content

[SOLVED] switching buttons on screen


stockton

Recommended Posts

I solved it by

        document.getElementById("Issue").disabled=false;

document.getElementById("Issue").src = 'images/issue.png';

when I want the issue button/image displayed

and

        document.getElementById("Issue").disabled=true;

document.getElementById("Issue").src = 'images/IssueNot.png';

when I want the Do Not Issue(or rather cannot issue) image displayed.

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.