cluetip, load Asp into tooltip

cluetip, load Asp into tooltip

Hi, i posted this in an allready answered threat, so maybe better doing it here.

i have an asp file that pulls content from a database on mouseover script now.
but i would like to change it to start using Cluetip.

the link itself to the page with arguments looks like this:
"showObject.asp?Id=<%=arrContainers(1, i)%>&d=<%= strTid%>&typ=1&ct=<%= intContainerTypID%>"

now, i have learnt that i apparently have to edit the ajaxprocess abit in order for this to work?

basicly what i am lookign for is a mouseover that opens up sticky cluetip with that file loaded with those args.
i know its doable, but i dont know how.