Hi
I tried to use copy PAGE ON LOAD but it seem not working
i put as custom code a just an alert
Response.write "<script>alert('--- XXXX " &where & " ---')</script>"
but i never see something
if i write in add PAGE ON LOAD
if getRequestForm("copyid1")<>"" then
test1 = getRequestForm("copyid1")
Response.write "<script>alert('--- XXXX " &where & " ---')</script>"
end if
i see popoup message
where is my fault ?
thanks
Carlo