Topic profile page for Popup window.
This page has aggregated data from forum posts, threads, listings, online discussions, newsgroups, messageboards, and other online sources which contain user generated content for the term: Popup window.
Topic "Popup window" was discussed 64,086 times on 730 sites in last 3 months
Started 1 day, 21 hours ago (2009-12-01 13:22:00)
by kotresh_kb
Hi, I am able to create custom toolbar button and raise a event when user clicks. now I wanted to pass the editor content to the popup window. in popup window i am caling one html file which contains the text box and a button . Here i want to update the passed parameter to this text box which is shown in the html page . when user clicks on the button i need to update the editor with the ...
Started 2 days, 4 hours ago (2009-12-01 06:38:00)
by Ramkumar_TPS
Hi, I've a problem in popup a window form in Delegate. I'm using thread to listen some events on a separate DLL(aaa.dll). In a windows application i've referenced that DLL(aaa.dll). The events listended by the library will be communicated to application through Delegate. I've subscribed the event used in the DLL(aaa.dll) in application. Now my problem is. For every 500ms i'll receive ...
Started 3 days ago (2009-11-30 10:10:00)
by Ramkumar_TPS
Hi, I've a problem in popup a window form in Delegate. I'm using thread to listen some events on a separate DLL(aaa.dll). In a windows application i've referenced that DLL(aaa.dll). The events listended by the library will be communicated to application through Delegate. I've subscribed the event used in the DLL(aaa.dll) in application. Now my problem is. For every 500ms i'll receive ...
Started 3 days, 9 hours ago (2009-11-30 01:38:00)
by DineshDu
How to Make a image or icon appear in popup window header? I have created a MXML component using TitleWindow.. and i am using it as a pop up.. How do i set titleIcon for the popup?
Started 3 days, 14 hours ago (2009-11-29 20:36:00)
by Bhavin Parekh
Hi there I'm building a windows form using C# and .net Framework 2.0. I have put webBrowser control on my form. When user clicks inside webBrowser, it opens up popup window on new separate IE browser instance which is not part of windows application. Is there anyway, popup can be opened in same window under same ...
Started 5 days, 8 hours ago (2009-11-28 01:52:00)
by duckboy81
For instance, right now I am working on a presentation and I am surfing the internet to find some information. As I was looking, I found a couple of quotes I liked and so I made a little text box for a quick reference to some good quotes I found. It would be nice if there was a little popup window to place some good information that ties itself to the docx file when saved. I could ...
Started 5 days, 17 hours ago (2009-11-27 16:51:00)
by duckboy81
For instance, right now I am working on a presentation and I am surfing the internet to find some information. As I was looking, I found a couple of quotes I liked and so I made a little text box for a quick reference to some good quotes I found. It would be nice if there was a little popup window to place some good information that ...
Popup window for login (registering, password recovery) Would please advice some plugin to make a popup window for such a forms as: login registering password recovery of course, with possibility to change the view through CSS.. Thanx!!
Started 6 days, 2 hours ago (2009-11-27 08:07:00)
by sarathi125
Hi All, I need to clear the textbox valus inside a modal poup window, the reset command button also in the same panel. The panel only having all the textboxex and command buttons, how to clear textbox values in the button click event. Thanks in advance
Started 6 days, 18 hours ago (2009-11-26 16:05:00)
by dyee112
Double click does not open my files anymore, instead i need to select open from a popup window. can anyone help? i am using windows XP 1 person needs an answer I do too
Started 1 week ago (2009-11-26 01:55:54)
by Associate
Hello all, I have a parent page and open a popup window on a hyperlink,In my popupwindow i have to insert image in database and after insertion i need to close popup and refresh parent page,that i do in this way:: protected void btninsert_Click(object sender, EventArgs e) { try { objDBInterface.InsertTempLogo(objUserTempLogo, UserId, out msg, out sysMsg); ...
Started 6 days, 16 hours ago (2009-11-26 18:33:00)
by CodeProject
An article on retrieving information from popup windows by using low level keyboard and mouse hooks, user32.dll and kernel32.dll APIs, etc. View the full article
Started 1 week, 1 day ago (2009-11-25 08:10:00)
by Yoyoy
Hi All, I have a requirement to popup a window after the submit button is clicked. I couldnt find a way to personalized the page with the submit button, im thinking of popping up the window when the target page is displayed. The target page is a seeded portal page, is this doable? Could i do this thru personalization? Thanks.
Started 3 days, 5 hours ago (2009-11-30 05:31:00)
by gep13
Hey, You could either do this by assigning an Attribute to the button in the server code behind: http://www.aspdev.org/articles/asp.n...dd.attribut es/ Or, directly put this in the markup of your page. Gary
Started 4 days, 12 hours ago (2009-11-28 22:15:00)
by Felix Riesterer
Erikl wrote: Everything I did is in my post of 2009-11-22, the code I have in the page with the tinyMCE editor, the code I have in the popup window. That's all there is, isn't it? No. Erikl wrote: You would think that the only thing this popup would do is post the value "testvalue" to the tinyMCE editor and than close itself, but it doesn't do anything. I'm a bit clueless what I'm ...
Started 3 days, 9 hours ago (2009-11-30 00:56:00)
by Mansi Shah
Hi, By, window.open('NewPage.aspx','_self','fullscreen'); You can open the popup in the same browser. Hope this will help you ! Regards, Mansi Shah *** Sent via Developersdex http://www.developersdex.com *** .