RegisterRegister    SearchSearch   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

AJAX upload progress bar

File sharing script

File mirror script

Newsletter script
image download button works on every browser except on Opera

 
Post new topic   Reply to topic    SibSoft Ltd Forum Index -> XFileSharing Pro
View previous topic :: View next topic  
Author Message
crownin



Joined: 26 Dec 2010
Posts: 48

PostPosted: Feb 08, 2011 12:17 pm    Post subject: image download button works on every browser except on Opera Reply with quote

Hello,

I have an image as download button on download0.html it works fine on every browser except opera and internet explorer. I managed to change the button to standard on internet exlorer with :
Quote:
<!--[If IE]>
<input type="submit" name="method_premium" value="<TMPL_VAR lang_premium_download>"> &nbsp;&nbsp;
<input type="submit" name="method_free" value="<TMPL_VAR lang_free_download>">
<![endif]-->


this is the code I use for the image :

Quote:
<input type="image" name="method_premium" value="<TMPL_VAR lang_premium_download>" src="<TMPL_VAR premium_download>/images/premiumdownload.png" onclick="javascript:document.formName.submit();"> &nbsp;&nbsp;
------------------------------------------------------------------------------
<input type="image" name="method_free" value="<TMPL_VAR lang_free_download>" src="<TMPL_VAR free_download>/images/freedownload.png"
onclick="javascript:document.formName.submit();">


is there a fix because it would be way better to show the image on internet explorer and opera to.

Thanks.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    SibSoft Ltd Forum Index -> XFileSharing Pro All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Powered by phpBB © 2001, 2005 phpBB Group