I have several buttons on top of my asp page. When I click on a particular button say ADD/Delete, two radio buttons and 2 command buttons appear below the page. I would select ADD radio button and select from the number of images displayed which object I want to add. The object basically represent objects (Floopys, CDS, HDD, RAM, ETC) And to remove the object I would select the radio button REMOVE
When I select a particular radio button then the Page should wait for me to provide a mouse click on the images and same is the case while removing objects. I have called the java script onclick and tried onchange also. But nothing seem to be working.
onclick is working fine. i.e. as soon as i click on the radio the event is fired. But in onchange I am checking this passing a parameter to the javascript. When I get the o/p using javascript, I am passing the same to the select case statement. And here the problem starts.
The attached asp file Vendor.asp would give u a clear picture of what i want . Click on the Add/Delete button.
Can anyone help me out for doing the same.
JUST LET ME KNOW THE EXACT METHOD OF ASKING THE ASP PAGE TO WAIT UNTIL THE USER MOUSE CLICK ON THE SELECTION OF A RADIO BUTTON. HOW TO PASS THIS VALUES SAY IT MAY BE PIXEL VALUES TO THE SELECT CASE STATEMENT.
When I select a particular radio button then the Page should wait for me to provide a mouse click on the images and same is the case while removing objects. I have called the java script onclick and tried onchange also. But nothing seem to be working.
onclick is working fine. i.e. as soon as i click on the radio the event is fired. But in onchange I am checking this passing a parameter to the javascript. When I get the o/p using javascript, I am passing the same to the select case statement. And here the problem starts.
The attached asp file Vendor.asp would give u a clear picture of what i want . Click on the Add/Delete button.
Can anyone help me out for doing the same.
JUST LET ME KNOW THE EXACT METHOD OF ASKING THE ASP PAGE TO WAIT UNTIL THE USER MOUSE CLICK ON THE SELECTION OF A RADIO BUTTON. HOW TO PASS THIS VALUES SAY IT MAY BE PIXEL VALUES TO THE SELECT CASE STATEMENT.
Comment