A link that opens a window without title bar, without borders (as if it was a Pop-up but what it really opens is a webpage)

1.- Open a webpage normally on the Explorer.

2.- Open it’s HTML code.

3.- Within the HTML code insert this code:

 

<a href="javascript:window.open('Visionador.html','_blank','width=300,height=300');void(0);"> PICTURES </a></span></p>

And in our webpage will appear a WORD CALLED “PICTURES” wish will have a link to the photo visualization page.

 

4.- Now we can open the webpage with Word, change the name of the pictures with another we want and put any other link we wish. All the java information will be on the link.