How to disable to print the address at the bottom on IE? More info. - when I print a page from the web, the print out will include the address at the bottom. But I don't want the address print out and date. Any guys can solve this?
Let me explain more details! My meaning is the command is for ASP page, I have a page (report.asp), When I submit a page then there will be pop up the report.asp, and this report can view on office 2000, but in office 97 can't read and display the code of report.asp.
I've tried to view an HTML file as a word document using
Response.ContentType = "application/msword"
and it looks fine using word2000 and word xp.
But in word97, I'm not able to view it.
Is there anyway that I can solve this?
I use the below code for connection string to SQL server, but can't connect and have error message display on the SQL error log.
<%
Dim conn,StrConn
set conn = Server.CreateObject("ADODB.Connection")
StrConn = "driver={SQL...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.