skip to main | skip to sidebar

Software Development Related Topics

I made this blog to share myself my experiences, So I hope it may help the others.

Sunday, August 12, 2007

Handling on resize event in Java Script

Code Snippet

window.onresize= message;
function message()
{
alert("The window has been resized!");
}

View Sample[^]
Dwonload Sample
Posted by Mahmoud at 9:07 AM
Labels: Java Script

No comments:

Post a Comment

Newer Post Older Post Home
Subscribe to: Post Comments (Atom)

Blog Archive

  • ►  2008 (18)
    • ►  Jun (1)
    • ►  May (4)
    • ►  Apr (3)
    • ►  Mar (3)
    • ►  Feb (1)
    • ►  Jan (6)
  • ▼  2007 (35)
    • ►  Dec (1)
    • ►  Nov (5)
    • ►  Oct (6)
    • ►  Sep (9)
    • ▼  Aug (4)
      • Interview with George Hotz
      • Event Synchronization : only on thread can excute
      • Handling on resize event in Java Script
      • Get window dimensions by java script
    • ►  Jul (5)
    • ►  Jun (2)
    • ►  May (3)