I am makeing a CD, and in this CD i have alot of .pdf & .ppt & .pps files
and i have one html page that i use as index to all the files,
when i click on the hyper link of .pdf file , it opens normally.
but whn i click on the hyper link of .ppt or .pps file, it shows a small windows that asks me to "open or save".
can i make it open directly without this winow appearing.
Thanks
1: <a href="file4.ppt ">tutorial</a>
and i have one html page that i use as index to all the files,
when i click on the hyper link of .pdf file , it opens normally.
but whn i click on the hyper link of .ppt or .pps file, it shows a small windows that asks me to "open or save".
can i make it open directly without this winow appearing.
Thanks
1: <a href="file4.ppt ">tutorial</a>
Comment