How to fine current window id

  1. #1

    How to fine current window id

    Hi All,

    I have a active window and in window i want want to find winow id and title.


    Please Help
  2. #2

    RE: How to fine current window id

    Hi*Mohammad Yakub,

    The ID of the Window is the same as the server-side .ClientID property. Using JavaScript, you can get the title of the Window by calling the .getTitle() function.*


    Example


    alert(Window1.getTitle());

    Hope this helps.




    Geoffrey McGill
    Founder

Similar Threads

  1. Replies: 22
    Last Post: Feb 03, 2012, 6:58 PM
  2. Replies: 1
    Last Post: Jul 22, 2011, 9:33 AM
  3. Replies: 0
    Last Post: Jun 22, 2011, 1:52 PM
  4. Replies: 3
    Last Post: Jun 04, 2011, 9:23 AM
  5. The Coolite Dll's are not working fine
    By Dinesh.T in forum 1.x Help
    Replies: 0
    Last Post: May 10, 2010, 4:27 AM

Posting Permissions