>From the view, call controller function function via web2py's built-in ajax function and use eval argument (by using eval, the javascript code from controller will be executed). web2py's docs explain this nicely.
In controller, return javascript code for pop-up. HTH Vineet On Wednesday, April 4, 2012 7:13:30 PM UTC+5:30, weheh wrote: > > I think you will have to provide a little more detail ... > > On Wednesday, April 4, 2012 8:32:15 PM UTC+8, Sanjeet Kumar wrote: >> >> I want to use the pop up on certain conditions through controller > >

