Search Result

Collapse
4 results in 0.0034 seconds.
Keywords
Members
Tags
mime
  •  

  • send MIME email with HTML and javascript to Outlook

    Hi All,

    I use html to dump some statistics I collect from different servers, and them email this file via SMTP email.

    Basically I email html pages with mime type

    Code:
    Content-Type: text/ html
    No I wish to add javascript to these html pages, to make them dynamic and more useful.

    I have tried changing mime to
    Code:
    Content-Type: text/ javascript
    Content-Type:
    ...
    See more | Go to post

  • Error when trying to view website on GoDaddy.com servers

    I have a website which performs perfectly on my local machine, however when I upload all of the necessary files to my GoDaddy.com server and attempt to view the site live on the web I receive the following error message -

    Server Error in '/' Application.
    --------------------------------------------------------------------------------

    Parser Error
    Description: An error occurred during the parsing of a resource...
    See more | Go to post

  • rahuljaiswal1987
    started a topic How to know the MIME type of a file?

    How to know the MIME type of a file?

    Hi,

    I want to embed a 3rd party video player into my web page. this video player is in exe form. For that i need the MIME type of this exe. The format of MIME for exe is application/octet-stream. But i don't know the octet and stream for this exe. Is there any way to know the MIME for an exe file? Please suggest something ASAP.

    Regards,
    rAHUL
    See more | Go to post

  • jptelthorst
    started a topic CDOSYS HTML e-mail with attachment

    CDOSYS HTML e-mail with attachment

    I want to e-mail a website, and include a .pdf attachment. I am able to e-mail the website using the code below (i only changed the url of the attachment for privacy), however, the attachment arrives with no file extension and the name "mime" If I rename this file with a .pdf extension, the file displays as normal. If I use this same code below, only with a basic textbox, the attachment retains it's file extension, however, the name of...
    See more | Go to post
Working...