I'm trying to do something lik dis.
the xhtml page from which this javascript is called is in a frame.
the .focus() function doesnt seem to work.. I'm new at this.. any help is appreciated.Code:var e_id=document.getElementById("abcd"); if(e_id.value=="") { alert("Please enter your username/email address"); e_id.focus(); ghi.signinform.abcd.focus(); }


Reply With Quote

Bookmarks