
|
|

Software Central: Java | plz help me to find a solution | |
| hi friends,
i was writen a function "test()" in asp
function test()
test="Hello"
end functin
iam using that function result in javascript like this
alert(<%=test()%>);
but iam not succeded to pass values to asp function through java script
this is my exact problem :-
------------------------
<%
function add(a,b)
add=a+b
end function
%>
<script language="javascript">
function abcd()
{
var x=5;
var y=6;
alert(<%=add(x,y)%>);
}
</script>
in this script, i need to pass x,y values to that asp function...
any one can help me ?
Lakshman
Posted by: Mr. Kumar Lakshman At: 5, Jul 2006 12:58:48 PM IST అందరికి వదనములు,
తెలుగు యుని కోడ్ కు, ఉండుతా బక్తిగా ఒక చిన్నజావా పేజి ,ఇది మీకు కొంత సహయ పడగలదని ఆశిసున్నాను,మీ వద్ద ఇలాంటి కోడ్ ఉంటె దయచేసి నాకు తోలగలరు.
http://www.geocities.com/krupal_kasyap/telugu.htm
మీ శ్రెయోబిలాషి
కశ్యప్
Posted by: Mr. ■Gumpulo Go!Vindam √ At: 26, Jun 2006 2:26:26 PM IST U can do through Web services U can do I tghink So...........
JAXP-RPC
Posted by: Mr. Niranjan KING At: 15, May 2006 2:11:44 PM IST Hello Ramu,
You can not convert jar file into dll file, since both technologies not totally different. But you can call dlls with in Java program and vice a versa also be done using JNI. But conversion, I dont think it is possible, as per my knowledge.
-Raju.
Posted by: sunkara raju At: 16, Apr 2006 4:15:13 PM IST ......
Posted by: Mr. Ramu komminedi At: 7, Feb 2006 5:08:11 PM IST Dear TeluguPeople,
How to convert a JAR file into DLL file
i need a solution as early as possible.
bye ,
with hopes,....
Posted by: Mr. Ramu komminedi At: 6, Feb 2006 11:27:16 AM IST
|
|
|
 |
Advertisements |
|
 |
 |
Advertisements |
|