I need to hide some buttons, show others then hyperlink to a new web page using a button's onclick event.
I have the hidden/visible code working in a jquery function but don't know (and have tried to find out) how to add the hyperlink call to the function.
Do I have to add a hidden button and use ".click" or is there a better way?