Hi
I have a webpage with thumbnail images which are previewed when you click on them using HTML
I am trying to password protect the preview function, any ideas how to do such a thing? Could be an inputbox when clicked/rollover or could be a login and session on the page.
Any pointers please.
Scriggs
I have a webpage with thumbnail images which are previewed when you click on them using HTML
Code:
<img src="files/plan5small.jpg" alt="Plan5" width="100" onmouseover="plan.src='files/plan5.jpg';" onmouseout="plan.src='files/plan5.jpg';">
I am trying to password protect the preview function, any ideas how to do such a thing? Could be an inputbox when clicked/rollover or could be a login and session on the page.
Any pointers please.
Scriggs