Jump to content

rao

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by rao

  1. Your english is fine and you don't need to say 'sorry for bad english'
  2. rao

    window.close()

    I am not sure about this but, Some where i remember reading that those are browser settings you do in tools menu.
  3. I need to ask user before closing the browser if they are sure to do that.I mean i don't want to use onbeforeunload or onunload as they can navigate between pages on a window. I want to ask when they are closing the cross on the IE.Is there any such event handler.
  4. when i open a new window using window.open(URl,name,properties)the child window title is getting appended with parent window url. I don't want that to happen, I mean its confusing to have the url in the title bar, you have to differentiate with some simple name.This is what i am usingwindow.open('is3FAQ.vm','headerwindow','scrollbars=yes,resizable=yes,status=yes,width=450,height=500')If i am using only window.open('is3FAQ.vm','headerwindow') then the url is not getting appended in the title.Can anyone help me please
×
×
  • Create New...