J
Jun Young
Hello, rubiers.
now, I wanna call some functions in A site that was already
implemented by another company. ( I don't know internal... just
nothing..)
anyway, there are several javascript functions in there what I want
call frequently in my ruby scripts.
HOW DO I Connect it and calling it?
Could you give me some examples?
for example)
<head>
hello, this is template!!
</head>
<body>
<a href='javascript:func_a(arg1, arg2, arg3)'>click</a>
</body>
func_a().... that is my goal to call in my scripts.
thanks you.
</body>
now, I wanna call some functions in A site that was already
implemented by another company. ( I don't know internal... just
nothing..)
anyway, there are several javascript functions in there what I want
call frequently in my ruby scripts.
HOW DO I Connect it and calling it?
Could you give me some examples?
for example)
<head>
hello, this is template!!
</head>
<body>
<a href='javascript:func_a(arg1, arg2, arg3)'>click</a>
</body>
func_a().... that is my goal to call in my scripts.
thanks you.
</body>