mrboyer79
02-22-2007, 04:24 PM
hey all,
i'm working on this page where there's an application. if you fill out the application and click 'submit' you go to the next page, very exciting stuff. on the left side of the page there are two options for other applications. if you fill in part of the present app and then click one of these links, it auto-loads your data into the new app. all of this works fine.
the problem: if the user clicks on the link, it loads a backend page just to grab the info before loading the new app. if while the backend page is loading (a second) the user reclicks that link, they go to page two of the current app and not to the new app.
is it possible to do an onclick function that once they click the link it locks/kills the link? this would prevent them from doing the double click.
thanks in advance,
mrb.
i'm working on this page where there's an application. if you fill out the application and click 'submit' you go to the next page, very exciting stuff. on the left side of the page there are two options for other applications. if you fill in part of the present app and then click one of these links, it auto-loads your data into the new app. all of this works fine.
the problem: if the user clicks on the link, it loads a backend page just to grab the info before loading the new app. if while the backend page is loading (a second) the user reclicks that link, they go to page two of the current app and not to the new app.
is it possible to do an onclick function that once they click the link it locks/kills the link? this would prevent them from doing the double click.
thanks in advance,
mrb.