Is it possible to remove javascript from particular buttons
-
Hi,
I’m using a group of buttons to help direct people to information about different steps in a process and orient them to what step they’re currently in.
Somethign like this
[Step 1] [Step 2] [Step 3]
[Step 4] [Step 5] [Step 6]I have made 2 similar buttons, one for the current page and one for the other steps.
The other-steps buttons are normal buttons that take users to the step they choose.
The current-page button has no link and is a different colour to show that the user is already on that page.
The only problem is, because it is a button, when I hover over it, the cursor still turns into a hand and the “javascriptvoid(0);” message appears at the bottom of the screen. Is it possible to do something to prevent that? Essentially, I just want it to look like a button without really being a button.
Thank you for your help!
- The topic ‘Is it possible to remove javascript from particular buttons’ is closed to new replies.