popup

vb.net popup window

i have an aspx page which has a button on it. When i click on the button, a popup should open up and the page should automatically redirect to next page. So Page1 has button1. When button1 is clicked popup1 is opened and page1 behind goes to page2. how do i do that? ...

vb .net login and popup simultaneously

ok im reposting this question cause i got some off track answers last time. I have 3 aspx pages - page1, login and page3. Now when i goto login page from page1, after i login and goto page3 i should be able to open a popup on that submit and the login should change to page3. but if i goto login page directly, the popup should not open an...

workaround to urlreferrer in vb.net

i was thinking of using request.urlreferrer, but apparently norton and other antivirus block it. So i need a workaround to that. simple case - i have a login page and after logging in it should open up a popup and the login page should move to page 2. But this can only happen is i came from a certain page. how can i do this. If previous ...

.net open new window through querystring

i have 4 pages in aspx. page A, B , C, D. if i go from pageA to Page B then after clicking submit on PageB its should goto PageC and open Page D in a new window at same time. but if i go directly to PageBand click submit then it should only goto PageC and not open PageD in new window. i am using /?dest=pageD.aspx in querystring but it wo...

Popup browser incompability

I have a popup with drop down menus on it. I've scaled it down and simplified it for test purposes, but it still doesn't work the way I want/it should. <!DOCTYPE html> <html> <head> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"&gt;&lt;/script&gt; <script type="text/javascript"> jQuery(document).ready...

Open popup from another popup

I am trying to open a popup window from another popup window using window.open method but it is simply opening the second popup in the previous popup window. Code I am currently using: win= window.open(Window,"child","top=250,left=310,Width=300,Height=150,Location=no,Scrollbars=no") win.focus(); ...

Cross-window Javascript: is there a right way?

Problem I'm trying to make a method that passes objects to a similar method in a popup window. I don't have control over the code in the target method, or the object passed in. The target method currently serialises the object, using JSON.stringify where possible, or instanceof Array. The first problem with this is a bug in IE8 (see ...

Conditional popup box in vb.net & asp.net

Hi Everyone, I'm working on a piece of code at the moment that allows the user to enter values into fields. Once the user clicks on the 'save' button I am checking those fields against certain conditions (essentially calling a bunch of stored procedures to assess the values). If any of these 'rules' are met, I need to generate a popup t...

Javascript,calling child window function from opener doesn't work

Hello! I'm developing a web application that opens a popup using windows.open(..). I need to call a function on the opened window using the handle returned by "window.open", but I'm always getting the error message "addWindow.getMaskElements is not a function", as if it couldn't access the function declared on child window. This is the b...

Can a function defined in a bookmarklet be called from a page-level script?

I have a bookmarklet that needs to open a new window/tab. In order to avoid the popup blocker, I need to call the window.open() method directly in the bookmarklet ie: at the browser-level. However, I want to keep the bookmarklet updatable by loading external Javascript files. To do this, the bookmarklet needs to append script nodes to ...

How to popup list like a spinner without spinner in android?

I have a spinner widget in my activity which lets users pick a list name. Normally, the function of the spinner is to switch between lists but for a couple of instances, I swap out the selection change listener to perform a different function with the same list of options. Once the selection has been made, the old listener is restored ...

How can you open 2 windows even when ie6 popup blocker is enabled

It seems like when trying to open 2 windows from a succession of windows.open calls, it only allows the first window to open and deletes the reference to the second window. I know this probably sounds a little kludgy, but we do need to have that second popup. Any ideas? Unfortunately we are addressing a user-case, where ie6 on the user...

Android - How to display a dialog over a native screen?

I was wondering if anyone can tell if how to pop a dialog screen up over a native Android screen? I currently have an application that traps an outgoing call and stops it, I then want to pop up a dialog that would take over from the dialler screen and alert the user that there attempt to call has been blocked and allow them have some ne...

Title Pop Up window slow movement

Hello flexers, I have a big flex app with several elements laying out (see http://www.edoboard.com) When i create Popup of TileWindow with PopUpManager they show up well but are slooww when dragged around. Even slower in the version i am working on. Do you have any idea why is it slow ? Even on simple examples http://blog.flexmonkeyp...

How to intelligently load pop up form using jQuery?

I have created a jQuery a pop up form which I intend to load each time a user visits to my site. And then prevent it from loading if he hasn't left my site yet. How can I tell jQuery to do that? ...

WPF KeyboardFocus Popup issue

Hi ! I've got problem with keyboard focus. This is how it works now (not correctly): TextBox MyControl if MyControl.PopupShowed then GOTO 1. else GOTO 4. ComboBox I want by Popup Close to continue with the last tab focus, that means jump from 3 to 4. How could I do that, please? <Window> ... <TextBox /> <MyControl> ... <Po...

using .aspx page as Jquery Cluetip?

Hi, I am using an .aspx page as cluetip bound to an anchor tag. I need to pass a parameter from anchor to this page and then call a WCF service to populate my template with returned JSON. I tried putting body onload function but that doesnt seems to work. Thanks Koby. ...

Is it a bad idea to use window.open and try to communicate between windows?

I'm working on a web page that will have a google-reader type scrolling list of content, and I'd like to open that content when it's clicked on in a new window. The problem is that I'd really like to be able to update the scrolling list from one of the newly opened windows. For example; I'm looking at a list of products for sale on m...

How to show a window that acts like a popup menu?

Hi, When window A is show, I want to show another none-modal popup window B, but: I don't want window A to become inactive due to window B becomes the front window; I want that when window B is focused, I pull down a combo box control on window A with one click (generally you have to click twice, one for moving the focus to window A a...

How do I create a multilevel popup prompt like in Settings-Safari-Clear History?

I have a UITableView settings screen with options important enough that I should be asking the user to confirm whether or not they meant to hit them. I want to follow the apple convention as much as possible, thus I'd like to implement a warning that looks like this: http://img.photobucket.com/albums/v283/DurAlvar/Screenshot2010-02-03a...