Go Back   CodingForums.com > :: Client side development > General web building

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 02-01-2012, 07:38 PM   PM User | #1
Irbflying
New to the CF scene

 
Join Date: Feb 2012
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Irbflying is an unknown quantity at this point
Making it work in IE

I have a site of primarily photos and I place a download button so people who wished could download all the photos in a group. It works as desired in Firefox but will not work with IE.

The code I used is:

<h3 align="center">Click "Download All" to download
all photos in this gallery. Note, this is a large file and may
take some time.</h3>
<a href="119.zip" target="_blank"><button
type="button">DOWNLOAD ALL!</button> </a>

What do I need to do to make it work with Windows?

The web page is at: http://www.irbflying.com/4id%20gallery/4id.html

also c477.html and 119.html

I used IE9 to check it.

Thanks for any help.
Irbflying is offline   Reply With Quote
Old 02-02-2012, 09:07 AM   PM User | #2
abduraooft
Supreme Master coder!

 
abduraooft's Avatar
 
Join Date: Mar 2007
Location: N/A
Posts: 14,689
Thanks: 158
Thanked 2,184 Times in 2,171 Posts
abduraooft is just really niceabduraooft is just really niceabduraooft is just really niceabduraooft is just really niceabduraooft is just really nice
It might be due to the space in the path. Change it to under score or hyphen and try again.
__________________
Quote:
The Dream is not what you see in sleep; Dream is the thing which doesn't let you sleep. --(Dr. APJ. Abdul Kalam)
abduraooft is offline   Reply With Quote
Old 02-02-2012, 01:11 PM   PM User | #3
Irbflying
New to the CF scene

 
Join Date: Feb 2012
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Irbflying is an unknown quantity at this point
I don't see the space you mentioned. Where is it?
Irbflying is offline   Reply With Quote
Old 02-02-2012, 05:59 PM   PM User | #4
KuriosJon
Regular Coder

 
Join Date: Jan 2012
Posts: 134
Thanks: 0
Thanked 32 Times in 32 Posts
KuriosJon is on a distinguished road
It probably has something to do with the <button> tag inside the <a> tag. Change it to text and see what happens.

If you want to use a button, use:

Code:
<button onclick="window.location='119.zip'">download</button>
KuriosJon is offline   Reply With Quote
Old 02-02-2012, 07:07 PM   PM User | #5
Irbflying
New to the CF scene

 
Join Date: Feb 2012
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Irbflying is an unknown quantity at this point
I got it working, thanks for the help.
Irbflying is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 01:47 AM.


Advertisement
Log in to turn off these ads.