November 23, 2013

How to Disable Mouse Right Click on a Web page using JavaScript

Sometimes web page owners want to protect data such as Text and Images to be copied by others and sometimes it is about the link on the page that must be operate on same page by clicking mouse left button because of these reasons web page owners put a JavaScript code in their web pages to disable mouse Right click. So if you want to perform same task then just copy paste below code inside your...

November 5, 2013

How to show textbox value on message box with Jquery on button click

Here, we are working with textbox, button and pop up message box where we are showing textbox value in message box on same page on search button click using jquery. index.jsp put this script inside <head> tag put this code inside <body> tag Output: Also Read : Jquery : Show...

How to work with History Back Button with JavaScript

In this tutorial we are working with Back Button same as History Back button of  Internet Browsers(eg. Internet Explorer, Mozilla Firefox etc.) To understand this phenomena take an example that if you have made a search on a page(index.jsp) and you have to moved on another page(some_other_page.jsp)...

March 10, 2013

Error! Problem in linking css file in jsp in Dynamic web Project with eclipse

(adsbygoogle = window.adsbygoogle || []).push({}); When we have to link our css file that exists in css folder during dynamic web project in eclipse it shows problem regarding image loading or other linking problem. Project Structure If your project is in above structure then to solve...

February 26, 2013

Error in handling images and css folder with jsp page in eclipse

If you are creating a dynamic web project and you are not able to use css folder files and image files in your jsp page then you need to read below code. Project folder structure Linking css file internally from folder to jsp page Linking image to jsp page from images folder (adsbygoogle...

January 28, 2013

Error:Foreign Key constraints using Visual Studio with SQL Server Database

when you try to save dbo.Table2 after entry in Table2 it will show ERROR given below: { 'Table1' table saved successfully 'Table2' table - Unable to create relationship 'FK_Table2_Table1'.   The ALTER TABLE statement conflicted with the FOREIGN KEY constraint "FK_Table2_Table1". The conflict occurred in database "~\FOREIGNKEY\APP_DATA\DATABASE.MDF", table "dbo.Table1", column 'Id'. } Solution:...

Error: Starting Tomcat v6.0 server at localhost has encountered a problem in eclipse

Problem: Port 8080 required by Tomcat v6.0 Server at localhost is already in use. The server may already be running in another process, or a system process may be using the port. To start this server you will need to stop the other process or change the port number(s). Solution: If Port 8080 is already...

Error Project facet Java version 1.6 or 1.7 is not supported in eclipse

It can be that java 1.7 is not installed in your system then you can use java version that is already installed in your system.Following Steps could resolve this error by setting up current version in project facet 1: Right Click over your Project on Project Explorer and click on Properties. 2:...

Error,account is locked,Warning you no longer connected to Oracle,Problem when connecting to HR account in Oracle database

Following are the Steps that how we can unlock any Database User Account(eg. HR). Before Unlocking any user account that user must be in the Database and must be Locked and to unlock that user you need DBA(Database Administrator) Privileges that's why I firstly connected as SYSDBA. Press win+R(...

Disclaimer

We shall not be liable for the improper or incomplete transmission of the information contained in this communication nor for any delay in its response or damage to your system. We do not guarantee that the integrity or security of this communication has been maintained or that this communication is free of viruses, interceptions or interferences. Anyone communicating with us by email accepts the risks involved and their consequences. We accept no liability for any damage caused by any virus transmitted by this site.