I have seen plenty of threads on this sort of topic, but for some reason can't get any of the information in them to work for me 
I have an index.htm frameset page with three frames (leftFrame, bottomFrame and mainFrame).
leftFrame is my main Navigation. bottomFrame is targetted by the leftFrame to show some thumnails.
I then want to be able to click each thumbnail to show a full-size version of the picture in mainFrame, and use the action of clicking the thumnail to set the size of the full-size picture (the full-size pics are of different sizes, so I can't just load the .jpgs).
I've tried playing about with onclicks in the <img> tags, forms, and various functions (eg targetframe.location.href="whatever.htm" having set using variables for the picture name, width and height). For some reason I just can't get my head round it...
Can anyone help please!?!?!?
I have an index.htm frameset page with three frames (leftFrame, bottomFrame and mainFrame).
leftFrame is my main Navigation. bottomFrame is targetted by the leftFrame to show some thumnails.
I then want to be able to click each thumbnail to show a full-size version of the picture in mainFrame, and use the action of clicking the thumnail to set the size of the full-size picture (the full-size pics are of different sizes, so I can't just load the .jpgs).
I've tried playing about with onclicks in the <img> tags, forms, and various functions (eg targetframe.location.href="whatever.htm" having set using variables for the picture name, width and height). For some reason I just can't get my head round it...
Can anyone help please!?!?!?