If I set up a hyperlink as a button and I click on the link I get the LOADING icon in the middle, which also helps to stop end users for double pressing a link, for example -->
<a href="somelink.html" data-theme="#session.datatheme#" data-role="button" data-icon="back" data-iconpos="left" >Back to somelink</a>
I just noticed that when I hyperlink an IMG that I don't get the LOADING, and this also allowed end users to double click, messing up my stats, so I had to add some extra code to pick this up, I'd really like the LOADING so they know that they have indeed pressed the button.
Is there any code I can put into the code below to make that happen?
<a href="clk.cfm" target="cb">
<img src="images/banners/#GetCamp.camp_uid#.#GetCamp.camp_image_type#" border="0"></a>
I THINK that this might be related to the fact that I have target="cb" in there. I do need this because without the following page will not work, I'm guessing some sort of security rule in javascript because the following page just writes stats and then uses coldfusions cflocation to redirect the user to the banner that they clicked on (the image I served), the page is also inside an Iframe, without the target in the link, I get an error loading page, with it, it works, so no removing that, but could that be causing the missing LOADING? And if so, any way around this??
Thanks
Mark
<a href="somelink.html" data-theme="#session.datatheme#" data-role="button" data-icon="back" data-iconpos="left" >Back to somelink</a>
I just noticed that when I hyperlink an IMG that I don't get the LOADING, and this also allowed end users to double click, messing up my stats, so I had to add some extra code to pick this up, I'd really like the LOADING so they know that they have indeed pressed the button.
Is there any code I can put into the code below to make that happen?
<a href="clk.cfm" target="cb">
<img src="images/banners/#GetCamp.camp_uid#.#GetCamp.camp_image_type#" border="0"></a>
I THINK that this might be related to the fact that I have target="cb" in there. I do need this because without the following page will not work, I'm guessing some sort of security rule in javascript because the following page just writes stats and then uses coldfusions cflocation to redirect the user to the banner that they clicked on (the image I served), the page is also inside an Iframe, without the target in the link, I get an error loading page, with it, it works, so no removing that, but could that be causing the missing LOADING? And if so, any way around this??
Thanks
Mark



