|
-
Oct 3rd, 2007, 10:40 AM
#1
Thread Starter
Lively Member
how to use return function?
hi,
i have this:
<a href="#folder" onClick="return ok"></a>
this is working fine but,
i want switch the link for a function.
i want put a function calling the return
something like this:
function call_return_ok() {
call the href="#folder"
return "ok"
}
how can i do that?
thans a lot for your help
-
Oct 5th, 2007, 05:13 PM
#2
Re: how to use return function?
I'm not entirely sure what you're after, but:
Code:
<a href="#folder" onClick="return call_return_ok()"></a>
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
|