Search found 3 matches

by rickduley
Wed Jul 31, 2013 12:11 am
Forum: Web Developer Talk
Topic: File download does not open reading software
Replies: 5
Views: 9476

Re: File download does not open reading software

My mistake! Mea maxima culpa! :oops: You are right - the required files are not on that site. The code for the offending webpage is now though, and that is the issue at hand. http://www.freewebs.com/rickduley/Elementary_Resources-Code.txt Perhaps that will help people solve the original question ...
by rickduley
Mon Jul 29, 2013 11:29 am
Forum: Web Developer Talk
Topic: File download does not open reading software
Replies: 5
Views: 9476

Re: File download does not open reading software

Here is the troublesome webpage. http://rickduley.webs.com/Elementary_Resources.html The code is verified HTML 4.1. The mp4 videos this code calls open in Windows Media Player which is my default for mp4. The DWG files should open in AutoCAD, did a couple of days ago, don't now. Same results with ...
by rickduley
Sat Jul 27, 2013 3:38 am
Forum: Web Developer Talk
Topic: File download does not open reading software
Replies: 5
Views: 9476

File download does not open reading software

Yesterday, this line of code allowed me to click where requested in the website and have the file open in the appropriate software. <li>2.4 Using Dynamic Blocks - Door Cavities Drawing (<a href="./dwg/Door Cavities.dwg">Click Here</a>)</li> Today, I get IE10 open with a message that IE has ...