Category Java Script

  • Using the window.close method

    It may be needed that you need to give a close link in the popup you created. The window.close () method could be used to close a window. However, there are certain security restrictions for using the close () method. The...

    Read more...
    11/29/2007 3:03:26 AM Category Java Script Comments 0
  • Using the window.open method

    The syntax of the window.open method is given below: open (URL, windowName[, windowFeatures]) URL The URL of the page to open in the new window. This argument could be blank. windowName

    Read more...
    11/29/2007 3:00:51 AM Category Java Script Comments 0
  • JavaScript Popup Windows

    Popup windows are additional browser window opened from a web page. The popups are opened programmatically using JavaScript. JavaScript Popup windows are used widely for displaying advertisements. It is a proven method of generating good income...

    Read more...
    11/29/2007 2:57:31 AM Category Java Script Comments 0
  • Java Script Button

    JavaScript buttons can give nice effects to your web page. If done properly, JavaScript buttons give very impressive look and feel. This article shows you the creation of a JavaScript button in simple steps.

    Read more...
    11/29/2007 2:50:00 AM Category Java Script Comments 0
Archive