Hello SharePoint users,
Thanks to a usefull tip in this forum I can place links in the documentlibrary using a html file with this text in it:
<meta HTTP-EQUIV="REFRESH" content="0; url=yourURL">
Now this link will be opened in the same page. I want to open the link in a new page. Now wit my little html experience I know i should do it like this:
<meta HTTP-EQUIV="REFRESH" content="0; TARGET="_blank"url=yourURL">
Only this code still opens the link in the same page. Does anybody have an idea how to fix this?
Thank you very much!
Kind regards,
Rene Dols
Thanks to a usefull tip in this forum I can place links in the documentlibrary using a html file with this text in it:
<meta HTTP-EQUIV="REFRESH" content="0; url=yourURL">
Now this link will be opened in the same page. I want to open the link in a new page. Now wit my little html experience I know i should do it like this:
<meta HTTP-EQUIV="REFRESH" content="0; TARGET="_blank"url=yourURL">
Only this code still opens the link in the same page. Does anybody have an idea how to fix this?
Thank you very much!
Kind regards,
Rene Dols