This is default featured slide 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured slide 2 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured slide 3 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured slide 4 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured slide 5 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

‏إظهار الرسائل ذات التسميات Javascript. إظهار كافة الرسائل
‏إظهار الرسائل ذات التسميات Javascript. إظهار كافة الرسائل

السبت، 19 أكتوبر 2013

Just For Fun Javascripts in Mozilla Firefox-Edit any websites

                                                     
In my last post , i gave you three javascript for mozilla. You can edit any websites by this javascript(don't think you are editing in server, you are just editing in mozilla only). You can change the homepage name to your name. whatever you like to do.

javascript:document.body.contentEditable='true';document.designMode='on';void 0
Visit any website
Paste the above code in the address bar
Hit enter 
Try to edit any text or link

Crashing Client's Browser with Javascript

Hi this is very simple javascript code to crash the client browser. If you don't know about javascript ,visit www.w3schools.com(i learn lot of languages quickly there). 

This code will reload the page again and again for infintive time and crash the browser.

How to use it?  Paste the above code in header section.  When page is loaded,the page will reload.  For that use onload handling in body as attribute. can't get you ?
Just see this example:



The complete cod is:







How to to disable right click using javascript?


Code to disable:
oncontextmenu="alert('right click is disable');return false;" 

now you may have doubt about placing this javascript code. This code should be in body as one of the attribute.

I think you can understand better if i give example.
>

i think now you understand. 

see , this will disabled only for usual internet users. You can not protect it from hackers. We can disable javascript simply using webtool bar add on