I'v given up with the InterDev Scripting model, I hate it.
But without it I can't do This
Becuase the thisPage object doesn't exist without the Sctipting model thing.
So does anybody know how I can trigger a server side initialisation object?
cheers,
Jim.
But without it I can't do This
Code:
<SCRIPT LANGUAGE=vbscript RUNAT=server>
sub thisPage_OnEnter()
[Some stuff]
end sub
</SCRIPT>
Becuase the thisPage object doesn't exist without the Sctipting model thing.
So does anybody know how I can trigger a server side initialisation object?
cheers,
Jim.