Forum: JavaScript / DHTML / AJAX Jan 31st, 2006 |
| Replies: 4 Views: 3,258 Yes, that could work with some clients, but I would make sure the format is expandable, because the email client may over-ride anything you put in for dimensions.
I would seriously try several... |
Forum: JavaScript / DHTML / AJAX Jan 10th, 2006 |
| Replies: 25 Views: 25,323 I think that may be do to your sys settings.
Maybe "tools|Internet Options|Advanced Tab"
I've used every windows system exceot 2000 and they've always opened a direct download dialog when... |
Forum: JavaScript / DHTML / AJAX Jan 6th, 2006 |
| Replies: 25 Views: 25,323 You are wanting to allow the user to download a ZIP file from your website? By choice, and by link/button?
Simple, instead of the link pointing to filename.html, use filename.zip. User will get an... |
Forum: JavaScript / DHTML / AJAX Jan 6th, 2006 |
| Replies: 4 Views: 3,258 I agree, some sort of SSI, or server-side JS.
The problem with that is you cant gaurantee it would work with the targeted audience. Only supported email progs would render it properly.
Alot of... |