Hi tritoshemera-ga,
Here's the short answer:
You can download the wave file by using the URL given below.
( http://www.modemhelp.net/screenshots/Windows_XP/Desktop/WinXP_crash.wav )
Now for the longer explanation:
If you are using Internet Explorer as your webbrowser, you can view
thw page source simply by clicking the 'View' menu and selecting the
'Source' option. This will open up the webpage in your default page
editor(usually Notepad).
Once you have the page source open, just do a text search for the
embedded file name, which in this case is 'WinXP_crash.wav'. This will
bring you to the following line in the code:
<PARAM NAME="src" VALUE="WinXP_crash.wav">
Here, we notice that no file path information is provided for the
wave file. When no separate path information is provided, the file is
searched for in the same directory in which the webpage resides.
Looking at the URL for the page, we get its directory path as:
www.modemhelp.net/screenshots/Windows_XP/Desktop/
Now, combining the directory path and the filename, we get the full
path to the wave file:
( http://www.modemhelp.net/screenshots/Windows_XP/Desktop/WinXP_crash.wav )
=================================================
Hope this helps.
If you need any clarifications, just ask!
Regards,
Theta-ga
:-)
=================================================
Google Search Terms Used:
<none> |
Clarification of Answer by
theta-ga
on
15 Apr 2004 16:59 PDT
Hi tritoshemera-ga,
There are a number of methods you can use to download the file to your hard disk:
- In Internet Explorer, right click the link to the file, and from
the resulting popup menu, choose 'Save Target As...'.
- Or, if you use a download manager such as GetRight or GoZilla,
then you can use it to download the file.
- Or, if you have WMP installed, just click on the link and WMP
will load and play the file. Wait until the file has played to the end
(just to make sure that WMP has been able to download it completely),
and then from the File menu, choose 'Save Media As...'.
I was able to download the file successfully using each of the three
methods mentioned above, so I expect any one of them will solve your
problem.
Hope this helps.
If you need any clarifications, just ask!
Regards,
Theta-ga
:-)
|