Sorry, was to fast with posting, here are more questions.
On Apr 12, 12:25 am, "Jonathan Sharp" <[EMAIL PROTECTED]> wrote:
>
> You could do that too... here's another option:
>
> echo "<img align=\"center\" src=\"$f\" class=\"photo\"><br><br>";
>
That means only the first is added with PHP?
> function showPhoto() {
> this.src = this.$src;
> $(this).show();
> }
> function hidePhoto() {
> $(this).hide();
> this.$src = this.src;
> this.src = '';
> }
>
Sorry what does
this.$src = this.src;
this.src = '';
mean? I guess "$src" isn't PHP, is it? And does "this.src = '';"
remove the picture?
O. Wyss