On my website users can post comments on a document. Now i want to send a rss feed to the webmasters when a comment is posted. I want the webmaster to be notified like a small pop-up in the right corner of the page. So this is whats happening:
User add comment
system checks a webmaster is logged in
if webmaster is logged in; show pop-u...
Hello -
I would like to create pop-up windows like this:
http://i44.tinypic.com/345bklu.jpg
In my application using C#. I've looked into NativeWindow but I am not sure if this is the right way to do it. How can I accomplish this. I want a window to behave exactly like the volume control or "connect to" window in Windows 7.
Edit:
...
/*CSS */
#popup { background-color: #fff; border: 1px #000 solid; display: block; position: fixed; padding: 20px; top: 200px; left: 50%; margin-left: -300px; width: 600px; z-index: 1; }
/* JQuery */
$('#show-popup').live('click', function()
{
var tempWindow = $('<div id="popup">This is a draggable pop-up window created with ...
I have a following scenario: an asp.net TreeView control, where the user can add/delete nodes. To add a node they would click on the desired node in the tree, a pop-up window will be presented, where the user will enter info, this pop-up will need to save some data in the database (but not the tree data, just node data - nodes can exist ...
I have a form type deal where a user clicks a link and then it spawns a small form in a pop-up window. Is it possible to force a page reload when that popup window closes?
...
I have few images on a web page which are fetched from http server while whole web page is on https. So in internet explorer 7 & 8 , I get this pop up of "This page contains both secure and non-secure items" . Majority of users use internet explorer. Somehow they are getting worried about this pop-up. Even though I told some of the users...
I'm working on a program that has to archive (zip and delete files and folders) on a server. The servers that hosts the application (ASP.NET MVC) and the server that holds the files are two different servers. When I run the application without impersonation and the default webconfiguration everything works fine. The credential of the pro...
I want to display a view with two text field and a button. I want to pop the view like an alert view.Just like how facebook is popping up and asking for credentials.please help me out.Thanks.
...
I have a bunch of small pop-up pages that are designed to self-close when they lose focus-
i.e. the user clicks on the parent document.
Unfortunately in IE8, the blur also occurs when the user starts to fill out an input form inside the pop-up page.
Indeed clicking ANYWHERE inside the form causes this, or even when the user accidentall...
I have an issue with focusing a window. I am very new to JavaScript and any suggestion is appreciated. Kindly note that I am trying below issue in a shell which overrides many JavaScript functions.
My Issue: on a single "click" action, I navigate to a new page which has 2 JavaScript methods which launch 2 external URLs which I don't own....
I can't find the answer to my question in Miscrosofts documentation, on how to disable this feature.
The setup is that I have a browser open, that invokes the window.showModalDialog. After the user enters input in the popup window and submits. A new window is opened from the pop-up.
I do not want the results from the original pop-up to...
I have an implementation question.
My Job wants me to create a popup with an updatepanel inside of it. The updatepanel would have a wizard control that would take you through some steps. Would it be better to use and Iframe to simulate an updatepanel between steps or just use an updatepanel?
...