Jump to content

Parent url gets appended to the child window title


rao

Recommended Posts

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

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...