R
Randall Parker
Short of generating my own icons is there a way to get the appearance of a button on
a form but with behavior that is like a regular link?
In particular, I want to be able to right click on a "button" and choose "Open in new
tab" or "Open in new window" (given that the user's browser supports either of these
options).
The handy thing about HTML buttons is that they can have their visible text value set
and then the buttons can have different text on each row in a grid. e.g. "Edit Record
1" or "Edit Record 2". But those HTML buttons do not allow regular text link style
behavior.
So how to get button appearance without generating each icon for each row dynamically
on the server?
a form but with behavior that is like a regular link?
In particular, I want to be able to right click on a "button" and choose "Open in new
tab" or "Open in new window" (given that the user's browser supports either of these
options).
The handy thing about HTML buttons is that they can have their visible text value set
and then the buttons can have different text on each row in a grid. e.g. "Edit Record
1" or "Edit Record 2". But those HTML buttons do not allow regular text link style
behavior.
So how to get button appearance without generating each icon for each row dynamically
on the server?