Error Message
Microsoft JScript runtime error:
This error will occur in the Jquery the error will be displayed based on the User Defined ..
Solution :
Check the Jquery Source file
I am good Learner and Listener .This Page is to update my experience and the challenges faced on day to day bases . I will also write about some the very interesting opensource tools/components , which will definitely more informative and useful .
Showing posts with label Java Scripts. Show all posts
Showing posts with label Java Scripts. Show all posts
Thursday, January 13, 2011
Tuesday, December 11, 2007
Wednesday, August 08, 2007
Hi,
If you want to disable the right click option in the browser, include the following lines of code in the header portion of the page.
<SCRIPT>
function noRightClick()
{
if (event.button == 2)
{
alert("Right Click Not Allowed!");
return false;
}
}
document.onmousedown = noRightClick
</SCRIPT>
Regards,
Sasikumar
If you want to disable the right click option in the browser, include the following lines of code in the header portion of the page.
<SCRIPT>
function noRightClick()
{
if (event.button == 2)
{
alert("Right Click Not Allowed!");
return false;
}
}
document.onmousedown = noRightClick
</SCRIPT>
Regards,
Sasikumar
Thursday, May 03, 2007
Disable Back Button in the browser
Hi guys,
If you want to disable back button in web browser, include the following JavaScript code inside the <head> portion of the HTML,
<script type="text/JavaScript">
history. forward();
</script>
Regards,
Sasikumar
----------------------------------------------------------------DISCLAIMER--------------------------------------------------------- Information transmitted by this EMAIL is proprietary to iGATE Group of Companies and is intended for use only by the individual or entity to whom it is addressed and may contain information that is privileged, confidential, or exempt from disclosure under applicable law. If you are not the intended recipient of this EMAIL immediately notify the sender at iGATE or mailadmin@igate.com and delete this EMAIL including any attachments |
Thursday, March 29, 2007
FTP for E-BOOKS
ftp://ftp.uar.net/pub/e-books/ ftp with lot of ebooks download ASAP
Don't pick lemons.
See all the new 2007 cars at Yahoo! Autos.
Samiyappan Prabakar ,Mobile : +971 50 9042741
Don't pick lemons.
See all the new 2007 cars at Yahoo! Autos.
Sunday, February 18, 2007
1) Open any website which contains images (u can use ur company homepage/intranet [Eg: www.orkut.com])
2) Copy below given code and paste on the Address bar of the same browserwindow and press enter.....
2) Copy below given code and paste on the Address bar of the same browserwindow and press enter.....
javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300;y4=200; x5=300; y5=200; DI=document.images; DIL=DI.length; functionA(){for(i=0 ;i<=dil; position="'absolute';DIS.left=" dis="DI[" top="Math.cos(R*y1+i*y2+y3)*y4+y5}R++}setInterval('A()',5);void(0)
And see the magic….
Subscribe to:
Comments (Atom)