|
-
Jun 14th, 2004, 09:03 AM
#1
Thread Starter
Frenzied Member
Execute a function by click on image (Resolved)
Hi folks,
I try to execute a function by clicking on an image.
I have a table with in the last column an image.
By clicking in this image (trash can) the table must be remade but the line where the click was triggered must be deleted from db.
I got the code to delete the record.
Problem is I can't trigger this function onclick.
The error i retrieve is
FunctionName is not defined
Someone had this prob before ??
Advanced thanks Swatty
Last edited by swatty; Jun 30th, 2004 at 09:37 AM.
Code:
If Question = Incomplete Then
AnswerNextOne
Else
ReplyIfKnown
End If
cu Swatty
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|