Premgenius Posted April 4, 2003 Share Posted April 4, 2003 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 More sharing options...
0 sphere Posted April 4, 2003 Share Posted April 4, 2003 "open the picture in another picture " do you mean the picture in another window? Link to comment Share on other sites More sharing options...
0 sphere Posted April 4, 2003 Share Posted April 4, 2003 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 More sharing options...
0 Premgenius Posted April 4, 2003 Author Share Posted April 4, 2003 i did do a search but it cam with ll sorts of weird stuff Link to comment Share on other sites More sharing options...
Question
Premgenius
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