I am a software developer by profession. I have been growing in the world of Software development for quite some time now and have navigated my way through various technologies, stacks, development methodologies, frameworks, patterns and each of them were unique experiences. Its exciting to be part of this evolution that is not only catering to solving day-to-day problems but is creating scope for the scientific world to develop by solving its "logico-mathemetical" problems. Cheers!
Nothing here yet.
There is error in this line. else if should be provided a condition. If you do not want to provide any condition to be checked then use else instead of else if This might be what you are trying to do: // Right click window .oncontextmenu = function ( ) { document .getElementById( "fze" ).style.display = "inline" ; document .getElementById( "fze" ).src = "https://www.bayerchristian.de/phppushoverm/1/counter/fzepc.png" ; document .getElementById( "iframec" ).src = "https://www.bayerchristian.de/phppushoverm/1/clountclk.php" ;} // Frame Breaker maker window .onload = function ( ) { alert( "Frame break" ); var url = window .top.location.href; if (url.indexOf( "inconsequential" ) != -1 ) { document .getElementById( "fze" ).style.display = "inline" ; document .getElementById( "fze" ).src = "https://www.bayerchristian.de/phppushoverm/1/counter/fzepc3.png" ; } else { document .getElementById( "fze" ).src = "https://www.bayerchristian.de/phppushoverm/1/counter/fzepc2.png" ; // HTTrack maker alert( "HTTrack visit" ); var BrowserName = navigator.userAgent; } if (navigator.userAgent.indexOf( "HTTrack" ) != -1 ) { document .getElementById( "fze" ).style.display = "inline" ; document .getElementById( "fze" ).src = "https://www.bayerchristian.de/phppushoverm/1/counter/fzepc4.png" ; } else { document .getElementById( "fze" ).src = "https://www.bayerchristian.de/phppushoverm/1/counter/fzepc2.png" ; } } // END