search for: popup

Displaying 20 results from an estimated 1044 matches for "popup".

2005 Nov 08
1
message command
hello i've got a problem with the "message command "option here is my config in smb.conf message command = /usr/local/samba/var/popup/get_popup "%f" "%t" "%s" "%I" & and the get_popup script date=`date +%d-%m-%Y` heure=`date +%H:%M` machine=$1 destinataire=$2 message=`cat $3` ip=$4 infos=`/usr/local/samba/bin/nmblookup -A $ip | grep "<03>"` echo Le $date a $heure la m...
2006 Dec 10
2
popups, queue & agents
Hi everyone - I have a nicely working system to which I'd like to add popups for incoming calls. Calls go into a queue, then all extensions ring. I'd like the agent that answers to call to get the popup on screen. I'm currently using Flash Operator Panel to get a popup (other suggestions welcome). Currently, all users get a popup when the call first g...
2006 Jun 14
1
Cross Browser Popups
Hi, Does anybody have a little cross-browser piece of code to resize a popup ? Excatly, I don''t know if it is possible ?, I would like to open a popup on the side of an existing window like if it would be a tabpane. So reducing window width by the width of the popup, set the popup on the side of the window. And the best of the best: when the window is resize, res...
2006 Nov 10
8
PeriodicalUpdater and popups.
Hi, I don''t know what might cause this, but maybe you do. If I put the code below in a html-file and open it in a popup. I get an error on row 129 in the latest prototype.js bundled with 1.6.5. popup.html: <script type="text/javascript" src="/inc/api/prototype.js"></script> <script type="text/javascript"> Event.observe(window, "load", function() { new Perio...
2009 Feb 12
4
Asterisk Queue and URL Calling
...ation if it is available. I do this as described below : 1-Setup login username for sugarcrm for each extension 2-Extension Users will login to the sugarcrm. 3-Develop php script to handle new call ( this script will execute from asterisk ) 4-The path to the script is like this : http://sugarcrmIP/popup.php?number=CALLERID&extension=EXT i.e. consider the extension number is 105 and the callerid is 7891234. so these numbers will replace the CALLERID and EXT as follows http://sugarcrmIP/popup?number=7891234&extension=105 5-In asterisk in extensions.conf File I have edited the Macro named...
1998 Nov 21
0
HELP with browsing and popups (Cont: Get popups)
...essage command". Please don't talk me about "message command". I have "message command" in my smb.conf. It seems to be another problem: I can browse all groups in local network but anyone can't find me in "Network neighboorhood" in Widows 9x. I can receive popups only from boxes with samba (Linux boxes) and can't receive any personal or group popups from Windoze boxes. If using "confirmation delivery" option Popup program in windows can't confirm delivery of message to my box . Here is my smb.conf: message command = /usr/bin/LinPopUp...
2006 Nov 20
2
getting form content for print popup
I''m trying to open a new window for printing a form from a link. I want to display the contents of the form for printing. I can get the popup to work, but am wondering how to get the contents of the form from the parent window, using RJS. I can use a submit option to get the form parameters in a link_to_remote, but the popup doesn''t work. <%= link_to_remote "Print", :url => {:controller => @controller_na...
2013 Jun 05
1
Link_to image_tag popup
Hello All, How can I add a popup in link_to image_tag? I am trying as :- <%= link_to image_tag(@user.avatar.url(:small)), ''/users/edit'', :popup=>[''original_image'', ''height=700,width=900''] %> It goes to the edit page. But it doesn''t opens popup. Is this the...
2008 Feb 19
1
adding an onclick option to link_to method
Hello, I''m trying to use the rail link_to to open a popup window and then print the popup window at the same time. Is there a way to add another "onclick" option to tell the popup to print? I know how to do this in javascript but not sure how to use the rails help to do it. I also am aware that the link_to_function method is used to call a ja...
2013 Jul 05
5
popup to all users ?
Hello I need to have a information popup will be send when my thunderbird's users connect to our server. Is there a function in Dovecot to do so ? Thank you
2008 Mar 26
4
outlook2007 shows frequent imap disconnect no matter what outlook-idle setting in dovecot.conf
Hello, I saw the problem quite often in various posts but could not find a real solution . Problem is that I frequently get annoying popups from outlook 2007 about imap idle timeouts which block working with outlook until the popup is acknowledged. The popup says: Your IMAP server closed the connection. This can occur if you leave the connection idle for too long. Protocol: IMAP Server: testhost Port: 143 Error Code:...
2007 Mar 26
1
how to close a popup?
hey all, I open a popup from a firefox extension with window.open(myurl). The content of the popup is a regular form with a text_field to fill. Is there a way to automatically close the popup after the user click the form''s submit button? thanx in advance Pat --~--~---------~--~----~------------~-------~--~---...
2009 Mar 26
1
Lightbox popup on ajax pages....
Hi, I''m using lightbox.js for displaying chromeless popup windows. I have a main page on which I have javascript_include_tag and stylesheet_link_tag to include lightbox. Calls to the lightbox popups from this main page work perfectly... But....calls to the lightbox popups from pages which are called by ajax(using link_to_remote) from the main page do not...
2005 Aug 05
3
Popup menu attached to a FXTreeItem
Hi, I''m using FXRuby 1.0 on Windows. I''d like to display a popup menu after a right click on a tree item, I cannot make it work : #-------------------- root = FXTreeList.new(parent, 1, self, 0) pop = FXMenuPane.new(parent) expandCmd = FXMenuCommand.new(pop, "Expand", nil, app) expandCmd.connect(SEL_COMMAND) { root.currentItem.expanded=(true)...
2006 Apr 03
2
popup forms?
I searched a bit, but have come up short. Are there any libraries for creating popup forms w/ rails? These would not be displayed in a separate browser window, but rather made visible over an open page and adjacent to a clicked link -- similar to the google maps baloons, or the gmail popups. Lots of other examples out there... Thanks --------------------------------- Talk is...
2006 Feb 03
4
CallerID popup
Hi, I'm trying to write a small Visual Basic app to throw a popup with CallerIDNum when a call center agent answers a queue call. Does anyone know what is the right manager event to intercept? Thanks Mimmus
2008 Mar 04
3
incoming call popup
hi, can you recommend "clean&simple&stable" solution for incoming call popup (in browser)? i'm using flash operator panel now but i want something without flash (maybe something in AJAX?) thanks --------------------------------------- Marek Cervenka =======================================
2006 Jul 24
4
how to get your controller to close a browser popup window
While editing a record I need to have a link to create a new record in another scaffold. I''ve done this by using a popup window <%= link_to("Add new Person", "/person/new", :popup => [''window_name'', ''width=600,height=600'']) %> It all works great - but when the save is done I want to kill the popup window. I''ve got the Cancel button to clos...
2001 Jul 20
1
Popup dialogs
Howdy, Prior to the major X11 changes of June, popup dialogs were nice and fast (as they should be). Since the X11 changes, the popup dialogs are very slow; 1-2 seconds to destroy one and pop up another on a 700MHz Athlon. Actually, all window creation is much slower, but I really notice it on the popup dialogs (because I use them a lot). Once th...
2014 Jun 28
1
Popup URL for outgoing calls.
What CRM your going to use? With regards N.Prakash From: Rusty Newton Sent: ?28-?06-?2014 01:01 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Popup URL for outgoing calls. On Sat, Jun 21, 2014 at 5:57 AM, Inventions <research at businesstz.com> wrote: > Can anyone tell me how to implement a popup URL native asterisk when > making outbound call? > > For example, a user (A Part) dial from a softphone number 07112233, when a &gt...