PassionateDeveloper
PassionateDeveloper

Reputation: 15138

Interact between 2 webpages?

I have a PM-System.

Now I will have a search:

How to do that? (ASP.Net, C#, 2.0)

Upvotes: 0

Views: 57

Answers (2)

Ghyath Serhal
Ghyath Serhal

Reputation: 7632

You can open it in a modal dialog, i think you can use

document.parentWindow

to access the parent window.

Upvotes: 0

Ian Mercer
Ian Mercer

Reputation: 39277

Client-side: use jQuery and pop up a form (actually a DIV). See jQuery and jQuery UI.

Upvotes: 1

Related Questions