Thankyou Hamburglar,
That put me on the right track to get an aknowledgement of intent to download.
Pity it requires two clicks instead of one - but it works.
Thanks again.
Hello all,
I have an image on my productspage.php that when clicked presents a WinZip.exe file for the user to run or save.
I also want that same click to send me an email , unknown to the person...
I managed to get to the point where I had concatented the array values but now I'm (very) stuck on the simple task of getting a button to open the file.
Note please, although I've ripped out as much of the other 'clutter' as possible there is some 'leftover' code in here from my earlier attempts . I've also left the table...
Note please, although I've ripped out as much of the other 'clutter' as possible there is some 'leftover' code in here from my earlier attempts . I've also left the table...
I have tried to solve this problem a number of ways, all unsuccessfull, and I am now back at the stage were I have to begin again so I am seeking your help.
Having struggled a bit with this and having other factors influence my requirements I have decided to changed tack. It is not a massive change so I believe it...
Hello all,
I have a multiple choice quiz that works fairly well. However, instead of it presenting "End of Quiz" message when last question is completed I need it to take the user back to the...
I have random numbers generated (javascript) that are used to place difffering images on my web page:-
d1=Math.floor(Math.random()*6+1);
d2=Math.floor(Math.random()*6+1);
(This has worked well for...