04 Aug Javascript Center a popup window on screen? August 4, 2021 By admin 2 comments Use this Script in your Html.<a href="#" onclick="javascript:MyPopUpWin()"> <div class="btn">My Button</div> </a... Continue reading
24 Feb Javascript How to remove “#” from URL, after refresh page February 24, 2021 By admin 0 comments Use this Script in your Html.<script> window.location.replace("#");// slice off the remaining '#' in HTML5: if (typeof window... Continue reading