Hexagora Forum
Hexagora Forum
Home | Profile | Active Topics | Members | Search | FAQ
 All Forums
 Dynamic HTML Editor
 Dynamic HTML Editor
 java call ?

Note: You must be registered in order to post a reply.

Screensize:
UserName:
Password:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert Email Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
   

T O P I C    R E V I E W
joneq Posted - 21 Jul 2005 : 05:02:41
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






2   L A T E S T    R E P L I E S    (Newest First)
joneq Posted - 21 Jul 2005 : 16:24:18
It's obvious now.Thanks.
s.dav Posted - 21 Jul 2005 : 08:58:35
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)

Hexagora Forum © s.dav Go To Top Of Page
Snitz Forums 2000