Hi bill,
Thanks a lot for your reply..
But if i am suppose to access the text value in a single step like this .
var userid = document.userpass.userid.value;
if(userid == '')
{
/* do validations and return false;*/
}
return true;
This doesnt work why ? whats wrong with this?
Hi,
I am kindaa new to javaScripts. I have written the Following java Serer page
<html>
<head>
<style type="text/css">
div
{
position:absolute;
left:440px;
top:350px;
}
</style>
<script type="text/javascript" >
function validate()
{
var id = document.userpass.id.value;
alert...
Hi
I am trying to run the MQSeries JMS application on WebSphere 4.0. I have created the administered Topic Connection Factory TCFSERVER with CTX_FACTORY = "com.ibm.ejs.ns.jndi.CNInitialContextFactory" and INIT_URL = "iiop://10.30.0.128:900/jms". When I run it as simple...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.