Cheers for that, I'll run the idea past our designers.
Can you be more specific how you did it? I'm trying to remove the need for
developers in our team to have to add an onClick to each link, so I'd like to
encapsulate it in a component.
I can't see how to add an onclick to my PageLink compon
I did something similar yesterday but chose the cowardly way out and just
flashed up a "progress dialog" instead using a dojo modal dialog widget.
ie onClick="somefunction.you.defined.showProgress()"
It seemed to do everything I needed it to do cross-browser, which was:
-) present a "loading" s
Hi,
I'd like to modify PageLink so that it calls a javascript function in onClick.
This function would disable all of the links on the page before following the
ultimate link to the page defined.
I can write the function, and I've used it successfully with LinkSubmit, but
I'm having trouble w