is there any possible way to set document window title.I've a webpage, in that webpage we are loading Iframe(which is from another project).By default it is taking current webpage title.how can I override the title with with current Iframe page title.
I think this is what you are looking for. Get the title for the iframe in whatever manner works best for you and then set the document title using:
If you don't know how to get the iframe title, try something along these lines: