473,569 Members | 2,652 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

This page can not be saved

A.M
Hi,

There are web sites that it is not possible to save the site locally.
(File-> Save As... returns error)
How can i do that with my own pages.

Thanks,
Ali

Nov 18 '05 #1
3 1133
Hi Ali,
Thanks for posting in the community! My name is Steven, and I'll be
assisting you on this issue.
From your description, you found that sometimes when you use the IE's
File->Save As menu item to save a certain web
site's page to local disk, you encountered some errors which prevent you
from finishing such operation.
Also, you'd like to implement the same effect for your own site or pages,
yes?
If there is anything I misunderstood, please feel free to let me know.

Based on my understanding, here is my suggestions:
1. Generally, when we view a web page in the Browser(such as IE or Mozilla
or..), the page's html source has been already downloaded to the local disk
on the client machine. It is in the internet tempory folder. So as for the
situation you mentioned, I think the error is likely to be caused two
things:
1) The page may have related or linked any other resources which prevent
you from downloading it so that it cause the error. If so, you may try use
the "View Source" menu of the browser and try viewing the page's html
source. If ok, you can still by copy the source and save it as a html file
manually, we still can download it :).
2) There does occurs some third party techniques on how to encrypt the web
page's html source from being cracked or protect some certain web resources
from being download. Such function is implemented by doing some certain
modification on the page's source code.

2. Here is some third party components which provide some similiar
funcitons on protecting page source or web resources. You may have a view
on them:
#Html Protector ----protect your page's html source
http://www.minihttpserver.net/htmlg/index.php

#Web document download protection tool
http://ebizwhiz-publishing.com/ebookprotect.htm

#How to prevent theft of your source code
http://www.vortex-webdesign.com/help/hidesource.htm

Please check out the preceding suggestions. If you have any questions,
please feel free to post here.

Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Nov 18 '05 #2
Hi Ali,
Have you had a chance to check out my suggestions or have you got any ideas
on this issue? If you need any further help, please feel free to post here.
Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Nov 18 '05 #3
A.M
Yes I did. Now I underestand that for protect page scripts we need to use
3rd party products.
Thanks for help.
Ali

"Steven Cheng[MSFT]" <v-******@online.m icrosoft.com> wrote in message
news:zo******** ******@cpmsftng xa07.phx.gbl...
Hi Ali,
Have you had a chance to check out my suggestions or have you got any ideas on this issue? If you need any further help, please feel free to post here.

Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Nov 18 '05 #4

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

Similar topics

9
2695
by: william c | last post by:
I don't really know PHP that well. I'm fixing a Perl program that accesses a db after getting form input from a PHP page. If the server-side validation fails I'd like to reload the form with all the user's info still filled in. I could embed the entire page in the Perl program but it seems like there must be a better way to go. Is there a...
12
3253
by: Jim Cochrane | last post by:
I just google-searched this group and could not find any references to this. I'm trying to figure out how to specify a three-part header with html. For example, left part center part right part For old troffists, this is what the .tl construct does. But how would it be done in html? I tried <div...
7
3783
by: Art M | last post by:
I saved an html page the other day that encoded some punctuation with codes like â?T --> apostrophe (in case those characters don't show up in your news reader that's a_circumflex + euro + trademark) --Art
32
2985
by: Howard Kaikow | last post by:
I often come upon web pages that do not allow themselves to be saved as a ..html file (complete), but do allow themselves to be saved as .mht files. In some cases, I find that there is no way to save the web page other than by, say, saving as a PDF file. What causes this to occur? What needs to be done when authoring to avoid such a...
3
1767
by: TheTenor | last post by:
I have a page with a graphic. I want to be able to define the graphics such that it is not saved when the viewer saves the page to his local drive. I'm trying to avoid having a seperate folder created just for the graphic when the page is saved. The page is an asp page that is used to access a database record. I have the page title convey...
3
3758
by: Benny Ng | last post by:
Dear all, The following is the source. The password is encrypted and saved into the Binary in SQL2K. Now I want to create a new page to compare the existed password and the password that in the database. But I don't know how to used source code to solve it. Can you help me? Urgently! <<<<<<Save Method<<<<<<
2
1672
by: xzzy | last post by:
1. What asp.net page event would I use to save the values of the controls just before a page closes? -- remainder of scenario -- 2. close the page and open a different page 3. open a new instance of the first page and initialize the controls' values with those saved in step #1
3
7825
by: radix | last post by:
Hello, I have a aspx page with ajax scriptmanger update panel etc. I also have public string variables on the aspx page. Whenever postback happens from Ajax update panel, at server side all the public string variables are reset to empty string. As if fresh page is loaded. How to preserve the page level variables during Ajax postback?
5
2517
by: cfps.Christian | last post by:
Is there a way to tell a process to specifically use the page file for object storage? Our problem is we are loading objects that need to be stored during application runtime but not actually saved until told to do so. In our case these objects can easily eat 300+ MB of memory. Unfortunately we can't save any of the images until the...
7
2166
freddieMaize
by: freddieMaize | last post by:
Hi, my first day in designing. Since I’m not a very good designer I tried copying a template from the net. Below is my problem. I saved the below web page, http://osc3.template-help.com/cre_20885/ It got saved as an html page and a folder with images (which is usual). I then changed the image folder as ‘images’ from ‘CRE Loaded 6 - CRE...
0
7614
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
7924
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
8125
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
7676
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
7974
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
6284
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
0
5219
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3653
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
1
2114
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

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.