tags:

views:

37

answers:

1

Hi

I have created webpage and I am calling it from Jquery function. Technically I used {info} as image button and I am replacing with it with .aspx so that it is redirecting to that page.

.replace("${info}","/_layouts/webpage.aspx");

The web page is opening in new browser window. Is there any way that I could make it as pop up so I can place it anywhere in the page. That is to get rid off the toolbar address bar etc. It should look like a pop up.

Can anyone help me regarding this. Thanks in advance. I guess I provided the enough info. If not, please ask me.. May be next time I make it clearer.

2#(extend) I am already using pop up..and I want to display another pop up on that which is having some server controls. Frankly I am new to jquery. I was thinking like I can create a.aspx page and after that I can modify it to as look like as pop up. or making it as fancy box.

Please help me

+2  A: 

What you are looking for is called a modal popup. I like to use ColorBox for this type of functionality. That said there are a large variety of alternative modal jQuery plugins that will also work.

ahsteele
Nice. I was using http://plugins.jquery.com/project/facebox ... Might have to switch if ColorBox is smaller and faster.
Dave Jarvis
jQueryUI also has a modal with `dialog`. I use that since I use jQueryUI often.
Mark
I am already using pop up..and I want to display another pop up on that which is having some server controls. Frankly I am new to jquery. I was thinking like I can create a.aspx page and after that I can modify it to as look like as pop up.
alienavatar