• 0

hyperlink


Question

I have a hyperlink to a thumbnail upon clicking it i want it to open thepicture in another picture that is the size of the picture and has no buttons just teh border

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

If that's what you mean then you use JavaScript.

<script Language="JavaScript">
function openwindowlink() {
newwin = window.open("yourpage.htm","windowname","
height=500,width=500,scrollbars,resizable")
}
</Script>
<a href="JavaScript: openwindowlink()">Open Window</a>

It shouldn't have been to hard to find this out doing a search.

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.