0
In my application I have an external link to a pdf, is it possible to force change the title of the page? since an MD5 is coming as a pdf name and looks terrible in the title of the browser, it is possible to force the title change after loading?
0
In my application I have an external link to a pdf, is it possible to force change the title of the page? since an MD5 is coming as a pdf name and looks terrible in the title of the browser, it is possible to force the title change after loading?
0
You cannot use an iframe?
Take a look here: http://www.w3schools.com/tags/tag_iframe.asp
Browser other questions tagged javascript asp.net
You are not signed in. Login or sign up in order to post.
document.title = "titulo"
?– Caio Felipe Pereira
But I wanted to change from an external link, I wanted a solution to this.
– War Lock