Hexagora Forum
Hexagora Forum
Home | Profile | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Dynamic HTML Editor
 Dynamic HTML Editor
 java call ?
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

joneq
Super User

433 Posts

Posted - 21 Jul 2005 :  05:02:41  Show Profile  Visit joneq's Homepage  Reply with Quote
In the events manager when clicking java call and the box magically appears a little lower, I don't know what to do.
Search java call=no topics found. I do see it listed in the events manager page, but just a line saying
JavaCall, executes a javascript call.

Maybe someone could explain it. Possibly with an example that I can try. Thanks






s.dav
Site Admin

Italy
3364 Posts

Posted - 21 Jul 2005 :  08:58:35  Show Profile  Visit s.dav's Homepage  Reply with Quote
The javacall field permits you to call a javascript function

some examples:

alert('hello');
window.open('http://www.hexagora.com');

you can call a custom function also

myfunc();

this function must be defined in the Header Code of you page scripts into a script tag

<script language="javascript" type="text/javascript">
<!--

function myfunc()
{
alert("hello!");
}

//-->
</script>


Obviously you must know Javascript ;-) (or VBScript)

Regards, Davide
Go to Top of Page

joneq
Super User

433 Posts

Posted - 21 Jul 2005 :  16:24:18  Show Profile  Visit joneq's Homepage  Reply with Quote
It's obvious now.Thanks.
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Hexagora Forum © s.dav Go To Top Of Page
Snitz Forums 2000