Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. germargo

    Newbie question - ASP page doesn't finish

    You need just this peace of code ================================ <% Language=&quot;vbscript&quot; %> <HTML <HEAD> <TITLE>First ASP page</TITLE> </HEAD> <BODY> <% response.write(&quot;Hello World!&quot;) %> </BODY> </HTML> ================================ and name for this file. Check your IIS...
  2. germargo

    Forcing PDF download

    The browser is data-sniffing the file, determining that content type looks like text/plan, and displaying it accordingly. Whenever IE runs across an unknown MIME type or sees no MIME type, it tries to equate the file to well-known format based on its data. In order to force a download, use the...

Part and Inventory Search

Back
Top