Hello
I am fairly new to JavaScript so bare with me on this one.
My function looks like this:
<script language="JavaScript" type="text/JavaScript">
function checkForm(theForm){
box1 = frmHR.p_update;
box2 = frmHR.p_hr_update;
if(frmHR.p_update.length){
for...
I have a form that launches a popup when the user clicks on an anchor link.
The html for the popup looks like this:
<html>
<head>
<script language="JavaScript" type="text/javascript">
function passBack(x)
{
opener.document.frmdept_submit.p_dept.value= x...
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.