hi friends,
in webhandler procedure, under _sendfile embed point, i need to call a form based on the loc:filename.
i use the following...none of it works:
site(p_web)
site(self)
return
p_web.MakePage('Site',Net:Web:Form,0,,'<!-- Net:StandardHeader -->','<!-- Net:StandardFooter -->',)
Self.WindowOpen('Site','_onself')
any ideas?
jason