I have a bunch of pic's jpg and gifs in a folder which keeps getting updated with new ones so its growing and growing, I display these by editind th epage each time I add another picture but what I want is to just upload the picture to the folder and have the page read it.
I use this code to display the picture and have a pop up.
I can live without the Alt on these and the pop up if I have to but I would like to keep both.
I just want to diplay these pics in a table 4 wide and 8 or 10 deep then move to the next page.
<script>
function popUp1(URL1) {
New1 = open(URL1 , "New1", "toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=295,height=230,screenX=50,screenY=50,left=50,top=50"
;
}
</script>
<div align="left"><a href="javascript
opUp1('Memberpics/docg.jpg');"><img src="Memberpics/docg.jpg" width="140" height="100" alt="Doc" border="0"></a></div>
Any Ideas.
Nick
I use this code to display the picture and have a pop up.
I can live without the Alt on these and the pop up if I have to but I would like to keep both.
I just want to diplay these pics in a table 4 wide and 8 or 10 deep then move to the next page.
<script>
function popUp1(URL1) {
New1 = open(URL1 , "New1", "toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=295,height=230,screenX=50,screenY=50,left=50,top=50"
}
</script>
<div align="left"><a href="javascript
Any Ideas.
Nick