Skip to content
SWKB.NET

Javascript

  1. Home>
  2. Javascript

Javascript: Show Window as Modal

  • Post author:admin
  • Post published:June 14, 2012
  • Post category:Javascript: How To Examples
  • Post comments:0 Comments

Use the following code: window.showModalDialog('index.php','Dialogue','dialogHeight: 700px; dialogWidth: 950px; edge: Sunken; center: Yes; help: No; resizable: No; status: Yes;');

Continue ReadingJavascript: Show Window as Modal

Javascript: OnUnload or OnBeforeUnload

  • Post author:admin
  • Post published:June 14, 2012
  • Post category:Javascript: How To Examples
  • Post comments:0 Comments

Put the following code(onunload or onbeforeunload): window.onunload = function () {    setTimeout("document.getElementById('waiting-overlay').innerHTML=''", 10);}

Continue ReadingJavascript: OnUnload or OnBeforeUnload

Javascript: Disable the Scrollbars

  • Post author:admin
  • Post published:June 14, 2012
  • Post category:Javascript: How To Examples
  • Post comments:0 Comments

Use the following code: document.documentElement.style.overflow = 'hidden'; // firefox, chromedocument.body.scroll = "no"; // ie only

Continue ReadingJavascript: Disable the Scrollbars

Javascript: Scrolling to the top of the page

  • Post author:admin
  • Post published:June 14, 2012
  • Post category:Javascript: How To Examples
  • Post comments:0 Comments

Put the following code: <a href="javascript:scroll(0,0);">Top</a>

Continue ReadingJavascript: Scrolling to the top of the page

Recent Posts

  • How to loop through Collection
  • HttpXsrfInterceptor and HttpXsrfCookieExtractor implementation example
  • Euromillions simulation
  • The birthday paradox
  • Java: Write to file
  • Tomcat: How to set encoding to unicode
  • Oracle PL/SQL: SYS_RefCursor to JSON
  • Oracle PL/SQL: Conditional Cursor
  • MySQL: Load data into table from file
  • Oracle DB: NUMBER data type

Recent Comments

    Categories

    • AJAX: How To Examples
    • Angular7: How To Examples
    • Apache
    • APEX: How To Examples
    • C++: How To Examples
    • Calculations
    • CSS: How To Examples
    • Google: How To Examples
    • Hibernate: How To examples
    • HTML: How To Examples
    • Java
    • Java: Ant
    • Java: Fundamentals
    • Java: How To Examples
    • Javascript: How To Examples
    • Joomla: Fundamentals
    • Joomla: How To Examples
    • Linux-Unix: How To Examples
    • MS-Access: How To Examples
    • MS-DOS: How To Examples
    • MySQL: How To Examples
    • News
    • Oracle
    • Oracle ADF: How To Examples
    • Oracle Apps: Fundamentals
    • Oracle Apps: Links
    • Oracle DB: Fundamentals
    • Oracle DB: How To Examples
    • Oracle DB: Links
    • Oracle OAF: How To Examples
    • Oracle PL/SQL: How To Examples
    • Oracle PL/SQL: Links
    • PHP: How To Examples
    • Siebel: How To Examples
    • SOAP
    • Tomcat
    • Various
    • VB6: How To Examples
    • WebLogic
    • Windows: How To Examples

    Meta

    • Log in
    • Entries feed
    • Comments feed
    • WordPress.org
    Copyright - OceanWP Theme by OceanWP