Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > How is it done?

Reply
Thread Tools

How is it done?

 
 
Samuël van Laere
Guest
Posts: n/a
 
      12-02-2003
Does anyone know how this is done? :
http://html.conclase.net/pruebas/docs/doc.html

It must be something server-side, any code that shows this?


With regards,
Samuël van Laere




 
Reply With Quote
 
 
 
 
brucie
Guest
Posts: n/a
 
      12-02-2003
in post <news:q9Tyb.6110$>
Samuël van Laere said:

> Does anyone know how this is done? :
> http://html.conclase.net/pruebas/docs/doc.html
> It must be something server-side, any code that shows this?


they're just sending the same file with different mime types which may
or may not cause different behavior on the users computer.

example in a htaccess file:

AddType application/octet-stream .doc

the above will most likely (but not necessarily) cause a download dialog
to appear. you can also use scripting to specify mimes.

it is foolish to send anything other than the correct mime for the file.

--
brucie
02/December/2003 12:58:21 pm kilo
 
Reply With Quote
 
 
 
 
xyzzy
Guest
Posts: n/a
 
      12-02-2003

"Samuël van Laere" <> wrote in message
news:q9Tyb.6110$...
> Does anyone know how this is done? :
> http://html.conclase.net/pruebas/docs/doc.html
>
> It must be something server-side, any code that shows this?
>
>
> With regards,
> Samuël van Laere
>
>
>
>


Yes, it is server-side.
It is called an HTML anchor.




 
Reply With Quote
 
Samuël van Laere
Guest
Posts: n/a
 
      12-02-2003

"brucie" <> schreef in bericht
news:bqgvm8$22405i$...
>
> they're just sending the same file with different mime types which may
> or may not cause different behavior on the users computer.
>
> example in a htaccess file:
>
> AddType application/octet-stream .doc
>
> the above will most likely (but not necessarily) cause a download dialog
> to appear. you can also use scripting to specify mimes.
>
> it is foolish to send anything other than the correct mime for the file.
>
> --
> brucie
> 02/December/2003 12:58:21 pm kilo


Thanks a lot Brucie,
The master explained well


Regards,
Samuël


 
Reply With Quote
 
 
 
Reply

Thread Tools

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
Trackbacks are On
Pingbacks are On
Refbacks are Off




Advertisments