hi guys,
i think this is a simple question
how do i create a call back function
e.g. i have  a funciton
dgo (href)
{
 alert(href);
}
how to create a callback function?
this doesn't work
dgo(href, s)
{
 alert(href);
 s
}

Reply via email to