Reputation: 15138
I have a PM-System.
Now I will have a search:
How to do that? (ASP.Net, C#, 2.0)
Upvotes: 0
Views: 57
Reputation: 7632
You can open it in a modal dialog, i think you can use
document.parentWindow
to access the parent window.
Upvotes: 0
Reputation: 39277
Client-side: use jQuery and pop up a form (actually a DIV). See jQuery and jQuery UI.
Upvotes: 1