How To Disable Print And Save As Option In The File Menu Of A Browser
Feb 15, 2011
I have a requirement to disable save as and print options of file menu of the browser in which my portal opens.For this i have used javascript code which clears the clipboard text.Because of this when my pplication is opened then copy paste wont work on the system.Iam calling this method on load of a startup page and afer clearing the clipboard text iam opening my home page through javascript with no menu bar just like a modal popup iam trying ot open.This is working fine for some browsers but IE7 and firefox users are unable to load the applicatio because of this javascript function.Can anyone suggest me how to overcome this or how to disable save as and print option.My final aim is user shouldnt be able to save or print my application data...
View 5 Replies
Similar Messages:
Jan 26, 2011
How to disable File Menu Control (Print option) of Browser in asp.net
View 5 Replies
Apr 7, 2010
I have a listview on the web page, which looks like a neat report.
Like you know all web pages on IE have a print option on it or Print Preview.
These are existing on the web page.
When I click on it to print my page, which has two pages to print. The first page is fine, but the second page has a wide space right on top. How could I do paging settings to fix this space to go away?
[code]....
View 2 Replies
Feb 23, 2010
In web application i.e .aspx page once user clicks on logout it redirects to login page by clearing all the sessions. Now when user clicks on back button in the browser it redirects to last view page. Since user logged out from the application how can we show the last viewd page? when user clicks on the page it checks hte session exsits or not then redirects to login page..
But i dont wna t the user to lick on the back button.. i want to siable the back option int browser .. I have achived this by
using.
<script>
window.history.forward(1);
</script>
This solution works in all the browser but Not In Google Crome..
View 3 Replies
Jun 14, 2010
Is there any javascript to disable "export to microsoft excel option" on right click in browser. though it can be done using web.config
View 1 Replies
Apr 19, 2010
My client wants the website to be copy protected. I have already disabled copy and paste, and print using javascript.
Now my client wants to disable the Save as menu in IE. I know the page will get cached in the user's Temporary Internet Files.
But want to make then "ordinary" users hard to get data.
Is there any way to track the "Save As" menu event?
Is there any way to encrypt the page, so that when the user download the page he can only view encrypted content?
Is there any possiblity in asp.net or Dot Net Nuke?
View 7 Replies
Jul 24, 2010
At the time of file download process, teh IE thorws a dialog box asking the user open / save or cancel. How to disable the open option, i want only save or cancel. This file is a zip file. i don't want a open option, is it possible?
View 1 Replies
Jan 27, 2010
I got a pdf creator on my webapp where my user can create a pdf with different stats. How should I do so they get the option to prewiev or save the file right after the creation of it? the file is saved.
View 1 Replies
Mar 11, 2010
I created a PDF file. How do I upload this so that members can download the file from my website, with save as poping up.
View 2 Replies
Jul 1, 2010
I have a webform on which i display all the details of a particular record now i want to give my client print functionality so he can print those detail. Can this be done in asp.net and if yes then how?
View 4 Replies
Jan 10, 2011
I ve a script for downloading a file. but that file is getting downloaded into docs/download folder by default. How can i change this so that the user can download it to a specific location or directory.. current script is as follows :
[code]....
View 1 Replies
Jan 4, 2011
How to Disable print, print screen, right click using asp.net
View 4 Replies
Aug 4, 2010
I have a mail list where i can select many mails and download (with/without opening the mail). During the download process i update the mail status(download/open) and show the content in pdf. In normal browser dialog opens where user can save open or cancel options exits. But if the user cancel then the update process done on the mail should not happen. so i think about doing the update process if the user clicks open or save but how can i identity that client control (i think it depend on the browser)
The issue is present if i download and unopened mail and click cancel button in the dialog box the pdf creation code i have done is in this link
[URL]
which i used to open that dialog in browser to save pdf
View 2 Replies
Feb 15, 2010
Is that a way to edit excel file on browser and then save it on server?
View 5 Replies
Jan 4, 2011
hw cn i give print option on web page like say i hv to print a marksheet in defined format.
View 3 Replies
Feb 22, 2010
I need a help in creating a vertical oriented Menu control with dynamic url's set in there Navigate Url property.Also i need to set the menu items as enable/disable in two different modes say edit/new.
View 1 Replies
Aug 12, 2010
We have a report that displays 30 records per page..there needs to be print options on the page..
They want to have the ability to print ONLY the records currently on the page or the option to print ALL records for the report..
The print all is fairly easy, i can just present the same page with no page size and they can print it out. But not sure how to go about setting up a print this page only option.
View 3 Replies
Sep 7, 2010
I'm looking for an option to print a web page along with all the formatting of the page, like background color, images etc.. The regular javascript window.print() does print only the text in the page and the formatting is missing. - either in javascript or C#.
View 1 Replies
Dec 1, 2010
how to write custom code for printing a report in the report viewer in web forms using rdlc files
View 1 Replies
Mar 17, 2010
We have to develop an application which has a Vertical left pane menu control which displays all the web pages (A,B,C say). Now if user is in page A and filled some data and clicks on menu control to go to page B, all the data in page A needs to be saved. Also if all the required field in page A are not filled and user navigated to page B, there will be one ! sign after the menu so that user can understand that there some some more fields need to be filled up.
We are planning to place the menu control in the Mater page. Please give me some direction to do this. My question is:
1. If user change menu (In Master Page), how should we save data?
2. How should we display the ! in the menu control?
View 2 Replies
Jul 15, 2010
I m using Client side RDLC reports, the problem which i m facing is that IE shows the report with Print button but Morzilla Firefox does not show print button. How can i rectify the above problem or an alternative soln.
View 2 Replies
Feb 22, 2013
I have created a pdf file using aspose and need to open it without saving the pdf.Is it possible.
View 1 Replies
Apr 2, 2010
For Testing x509 certificate.I expanded the Default Website node in IIS 7.5.When i right click there is no properties option in popup menu.How to include it?
View 1 Replies
Jan 3, 2011
I have a custom control with four checkboxlist(Country, City, Outlet, Stores) controls in it. The functionality is.. if a country is selected cities would be populated similarly outlet depends on city and stores depends on outlet. I am using the same functionality through out but in one webpage I need to disable the multi selection property of the country checkboxlist without disturbing others.Following is the javascript for the checkboxlist controls:
<script language="javascript" type="text/javascript">
function CheckBoxListSelect(cbControl, cbxControl)
{
[code]...
View 3 Replies
Feb 1, 2011
I want to disable the edit option if the value binded to that coulmn is 0.
Else it should allow user to edit.
View 3 Replies