image on click

image on click

am 31.05.2007 09:58:22 von Ahmd

Pls help me.. pls c this code

"
Method=POST>



<% If CPage > 1 Then %>

<% End IF%>
<% If CPage <> TotPage Then %>

<% End If %>



this function i want to call when i click an image. i mean i have
previous and next image in the page. when i click previous image i
want to call this function


thanks in advance


ahmed

Re: image on click

am 31.05.2007 14:35:45 von Tim Slattery

Ahmd wrote:

>Pls help me.. pls c this code
>
>

"
>Method=POST>
>
>
>
> <% If CPage > 1 Then %>
>
> <% End IF%>
> <% If CPage <> TotPage Then %>
>
> <% End If %>
>

>
>
>this function i want to call when i click an image. i mean i have
>previous and next image in the page. when i click previous image i
>want to call this function

This is ASP code, which means that it runs on the server before
anything is sent to the client. The "click an image" action would
happen on the client, after the ASP processing is complete.

If you tell us what you want the user to see when an image is clicked,
maybe we can help you get there.

--
Tim Slattery
MS MVP(DTS)
Slattery_T@bls.gov
http://members.cox.net/slatteryt