Hi Everybody!
Can anybody please answers these 2 questions?
1. What's the difference between VSAM-ESDS and Non-VSAM
sequential file?
2. What will happen to the created AIX if the base cluster
was deleted?
your answer will be greatly appreciated!
thanks!
Chris
i have 2 pages of JSP:
page1.jsp which has a combo box. after a selection is made, it will display page2.jsp which has a table created based on the the value selected on the combo.
my question: can i integrate the 2 jsp in one jsp file?
yeah, the values are:
1st Semester, SY 2003-2004
2nd Semester, SY 2003-2004
1st Semester, SY 2004-2005
2nd Semester, SY 2004-2005
im populating the combo using JSP <pulling data from oracle>
hey guys, ive re-written my code to:
<SCRIPT language=JavaScript>
function sprex() {
var comboValue;
var sel = document.forms['frm_term'].elements['c_term'];
comboValue = sel.options[sel.selectedIndex].value;
return(comboValue);
}
</SCRIPT>
still returns "".
the function works i guess coz...
My form code:
<form name="frm_term">
<select name="c_term" class="flyoutSubHeading"
<option>1st Semester, SY 2003-2004</option>
<option>2nd Semester, SY 2003-2004</option>
<option>1st Semester, SY 2004-2005</option>
<option>2nd Semester, SY 2004-2005</option>
</select>...
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.