
I am Ph.D. student in Computer Science at King Abdullah University of Science & Technology (KAUST).
Wednesday, January 2, 2008
Tuesday, January 1, 2008
HTML Hide/Show Div
function hideHTMLDiv(divId){
document.getElemenetById(divId).style.display = ‘none’;
}
function showHTMLDiv(divId){
document.getElemenetById(divId).style.display = ‘block’;
}
document.getElemenetById(divId).style.display = ‘none’;
}
function showHTMLDiv(divId){
document.getElemenetById(divId).style.display = ‘block’;
}
Java ClassPath
In commandprompt write:
1. set classpath=D:\Mohiuddin;C:\Azad
2. for compiling classpath:
if you set classpath described above then u don't use cp otherwise use the follwing line:
javac -cp D:\Mohiuddin\servlet.jar;C:\Azad\vwp.jar azad.java
3. for running: java azad
1. set classpath=D:\Mohiuddin;C:\Azad
2. for compiling classpath:
if you set classpath described above then u don't use cp otherwise use the follwing line:
javac -cp D:\Mohiuddin\servlet.jar;C:\Azad\vwp.jar azad.java
3. for running: java azad
Subscribe to:
Posts (Atom)