image on click

A

Ahmd

Pls help me.. pls c this code

<FORM Action="<%=Request.ServerVariables("SCRIPT_NAME") %>"
Method=POST>


<Input Type=Hidden name="CurrentPage" Value="<%=CPage%>" >
<% If CPage > 1 Then %>
<Input type=Submit Name="Submit" Value="Previous">
<% End IF%>
<% If CPage <> TotPage Then %>
<Input type=Submit Name="Submit" Value="Next">
<% End If %>
</FORM>


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
 
T

Tim Slattery

Ahmd said:
Pls help me.. pls c this code

<FORM Action="<%=Request.ServerVariables("SCRIPT_NAME") %>"
Method=POST>


<Input Type=Hidden name="CurrentPage" Value="<%=CPage%>" >
<% If CPage > 1 Then %>
<Input type=Submit Name="Submit" Value="Previous">
<% End IF%>
<% If CPage <> TotPage Then %>
<Input type=Submit Name="Submit" Value="Next">
<% End If %>
</FORM>


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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,997
Messages
2,570,241
Members
46,831
Latest member
RusselWill

Latest Threads

Top