Maybe changing {insertion: Insertion.Top} with {insertion: 'top'} will
help. Prior to Prototype 1.6 and above, notation 'Insertion.Top' (and
like) has been deprecated. Just supply 'top', 'bottom', etc as string.
Near your code below:
---
function ShowMain(auto) {
...
{insertion: Insertion.Top}
...
}
---
@zaenal
On Dec 5, 7:07 am, jsnoob80 <[EMAIL PROTECTED]> wrote:
> Can anyone help me debug this?
>
> http://www.promoventures.com/clients/indexNEW.php
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Prototype: Core" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/prototype-core?hl=en
-~----------~----~----~----~------~----~------~--~---