PDA

View Full Version : AJAX List Web Markup



John Hulsman
22-Mar-2007, 02:06 PM
Was putting in a list page and I am getting a Expected ';' error. Traced it
down to the following code on the list page...

oForm.onEnter = Function() {
HandleLookup(this, "<%=vdfMainTable%>");
returnTrue;
}

Syntax looks correct. However, if I comment out this section of code I get
no errors. Has anyone else seen this?

Thanks,
John

Anders Ohrt
23-Mar-2007, 03:12 AM
> Was putting in a list page and I am getting a Expected ';' error. Traced
> it
> down to the following code on the list page...
>
> oForm.onEnter = Function() {
> ...

Should be small f in function.

// Anders