hi
Is there any way through which i can avoid direct saving of my html page through saveas in file menu
:confused:
Printable View
hi
Is there any way through which i can avoid direct saving of my html page through saveas in file menu
:confused:
open in a pop-up window in javascript without toolbars
but the user can still right-click and save page as.
You could block the right click too, but then ppl can simply dissable JavaScript.
Basically all the users can save the pages. besides, most browsers cxache the pages anyway.
You deliver the page to the user's computer -> the user can save it. One way or another.
If you just dont want the user to take a look at your source, there are several of "HTML Page encoding tools" out there.
So the user can still save your page, but cant read its source.
Stephan
Don't work properly. Some use JavaScript, but that can't prevent me from using the same code to decode it and it DOES prevent browsers without JavaScript (or disabled JS) from accessing the page.
There are none that are not based on JavaScript.
Did not know that,...
never tried one. Had no reason to hide my source up till now.
Stephan
yes I know one can save the page as it get deliverd to his computer . but still is there any way which can prevent page from directly saved
Not as long as the user has the option to disabled JavaScript.