473,397 Members | 2,099 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,397 software developers and data experts.

No clue of this pop-up from ASP ( involving excel format)

One of my client stations using IE 6 (v6.0.2800) to open one of my page
which write the records into an excel format. However, it got some
strange pop-up message that I can not figure out where it went wrong or
need to adjust. The pop-up message is like as
Some files can harm your computer. If the file information below
looks suspicious, or you do not fully trust the source, do not open or
save this file.
File name: ConsumptionExcel.asp
File type: ASPFILE
From: www.mylog.com
This type of file could harm your computer if it contains malicious code.
Would you like to open the file or save it to your computer?
... <<some buttons>>

However, my own client station also with IE 6 has no such problem and an
excel format with record will open immediately. Can anyone provide any
clue? I have compared my settings under the tools > options > both
advances and general tabs but no differences. Thanks

C Chang

Jul 19 '05 #1
2 2816
This is really an IE security protection. Look at Tool/Options/Security and
have your client make the appropriate changes to IntRanet or Trusted sites.

"cschang" <cs*****@maxinter.net> wrote in message
news:3F**************@maxinter.net...
One of my client stations using IE 6 (v6.0.2800) to open one of my page
which write the records into an excel format. However, it got some
strange pop-up message that I can not figure out where it went wrong or
need to adjust. The pop-up message is like as
Some files can harm your computer. If the file information below
looks suspicious, or you do not fully trust the source, do not open or
save this file.
File name: ConsumptionExcel.asp
File type: ASPFILE
From: www.mylog.com
This type of file could harm your computer if it contains malicious code. Would you like to open the file or save it to your computer?
.. <<some buttons>>

However, my own client station also with IE 6 has no such problem and an
excel format with record will open immediately. Can anyone provide any
clue? I have compared my settings under the tools > options > both
advances and general tabs but no differences. Thanks

C Chang

Jul 19 '05 #2
Hi,
it sounds like your running into a security issue with IE give this a try
to resolve your issue:

1. Go to Internet Options (from Control Panel or from the IE Tools menu)
2. Click the Security tab
3. Select Local Intranet
4. Click the Sites button
5. Click Advanced
6. Add "www.mylog.com " to the list of web sites
7. Click OK to until Internet Options is gone
8. Log off and log back on

Best regards,
Jason M. Murray [MSFT]
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm.
--------------------
| From: "Mike Florio" <mi**@micro-point.com>
| Newsgroups: microsoft.public.inetserver.asp.general
| Subject: Re: No clue of this pop-up from ASP ( involving excel format)
| Date: Tue, 23 Dec 2003 10:54:25 -0500
| Organization: Posted via Supernews, http://www.supernews.com
| Message-ID: <vu************@corp.supernews.com>
| References: <3F**************@maxinter.net>
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
| X-Complaints-To: ab***@supernews.com
| Lines: 31
| Path:
cpmsftngxa07.phx.gbl!cpmsftngxa06.phx.gbl!TK2MSFTN GP08.phx.gbl!newsfeed00.su
l.t-online.de!t-online.de!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!sn
-xit-03!sn-xit-06!sn-post-01!supernews.com!corp.supernews.com!not-for-mail
| Xref: cpmsftngxa07.phx.gbl microsoft.public.inetserver.asp.general:260887
| X-Tomcat-NG: microsoft.public.inetserver.asp.general
|
| This is really an IE security protection. Look at Tool/Options/Security
and
| have your client make the appropriate changes to IntRanet or Trusted
sites.
|
| "cschang" <cs*****@maxinter.net> wrote in message
| news:3F**************@maxinter.net...
| > One of my client stations using IE 6 (v6.0.2800) to open one of my page
| > which write the records into an excel format. However, it got some
| > strange pop-up message that I can not figure out where it went wrong or
| > need to adjust. The pop-up message is like as
| > Some files can harm your computer. If the file information below
| > looks suspicious, or you do not fully trust the source, do not open or
| > save this file.
| > File name: ConsumptionExcel.asp
| > File type: ASPFILE
| > From: www.mylog.com
| > This type of file could harm your computer if it contains malicious
| code.
| > Would you like to open the file or save it to your computer?
| > .. <<some buttons>>
| >
| > However, my own client station also with IE 6 has no such problem and an
| > excel format with record will open immediately. Can anyone provide any
| > clue? I have compared my settings under the tools > options > both
| > advances and general tabs but no differences. Thanks
| >
| > C Chang
| >
| >
| >
|
|
|

Jul 19 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Sushmita | last post by:
Hi, I have written an ASP script that connects to a database and runs a stored procedure and displays the results in text format ...using the <TABLE> tag. But I would like to have these results...
2
by: Hon Seng Phuah | last post by:
Hi all, I have a huge excel format file wants to export to sql server database. One of the field has combination of numeric and alphanumeric. When I import the excel format to sql server...
1
by: george_y | last post by:
I need some help to generate with a C++ programm a file in Excel format (or at least in a way that all the information in it can be read by Excel) containing a graph with the data I choose. As an...
0
by: Katie | last post by:
Our ASP.NET app produces a page in excel format using Response.ContentType = "application/vnd.ms-excel" Response.Write(strExcel) (where strExcel is a tab and carriage return delimited string) ...
6
by: Sam Johnson | last post by:
HI I tried to send the following SQL string to an open databse, to export a table into excel format: g.Connection = conn 'valid OleDBConnection and Command objects g.CommandText = "SELECT *...
0
by: monu121 | last post by:
Hi all, I am generating a report in excel format by vb 6.0. But the excel file not showing the data in good format like columan width, so can I do this by vb code. Thanks & regards...
4
by: webandwe | last post by:
Hi, I want my clients to login, press a button and then MySQL export the assigned fields into a excel doc for them to download... Where can I get a script to convert MySQL fields to excel...
2
by: Dhananjay | last post by:
Hi all , I have got problem when i am tring to exportGridview Data into Excel format. It is going into text format ,but what i want is if the field is number/currency then it should go into...
4
by: Busbait | last post by:
Hi, The below code will allow the user to open the Save As dialog box, Now my question is : after the user specify the file name and the path, how can I modify the below code in order to save...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.