Dynamic update another html from pop

Hi,
I have a main html(jsp) page which calls a pop up window to let user to add some items.
When user finished adding items in popup window, how can I update the main page(to show some items, like the finished uploading of attachment in "Yahoo Compose Mail") without refreshing the whole screen.
This question seems much more related to dynamic html(I don't know)
and anyway hopes someone can give me some advices?
thank
john

Hi,
dynamic update another html from pop???In this situation you can make use of Scripts like JavaScript or
VBScript for updating the mail html browser content from popup window.
These scripts provides access to objects like parent window..
Hope this helps.
Good Luck.
Gayam.Srinivasa Reddy
Developer Technical Support
Sun Microsystems
http://www.sun.com/developers/support/

Similar Messages

  • I have an app in my app store that is requiring an update but I never purchased the app and when I click update, another apple ID pops up that is not mine.  Now i keep getting reminders to update the app and I cant get rid of it from the app store.  Help.

    I have an app in my app store that is requiring an update but I never purchased the app and when I click update, another apple ID pops up that is not mine.  Now i keep getting reminders to update the app and I cant get rid of it from the app store.  Help.

    You installed a hacked app, originally from the Mac App Store. It contains the receipt for a different app, downloaded using an account that you don't control. You need to identify and remove the hacked app.
    Important: The app you need to remove is not necessarily the one named in the App Store notice. For example, if the App Store says you need to update "Twitter," the hacked app may be "Angry Birds" or something else entirely. Don't make any assumptions about which app you're looking for. To find it, you have to carry out a systematic search.
    Triple-click anywhere in the line of text below on this page to select it:
    kMDItemAppStoreHasReceipt=1
    Copy the selected text to the Clipboard (command-C).
    In the Finder, press the key combination command-F to open a search window, or select
    File ▹ Find
    from the menu bar. In the search window, select
    Search: This Mac
    from the row of tokens below the toolbar. Below that is a popup menu initially showing Kind. From that menu, select  Other...
    A sheet will drop down. In that sheet, select Raw Query and click OK or press return.
    Now there will be a text box to the right of popup menu. Click in that box and paste (command-V).
    The search window will show all the App Store products you've installed. Compare those search results with the list of your purchases from the App Store. To see the complete list, you may need to unhide hidden purchases. If any apps were download from the App Store using other Apple ID accounts that you control, sign in to the store under each of those ID's and check the purchases.
    At least one of the items listed in the search window is not among your purchases in the App Store. Move each such item to the Trash. You may be prompted for your administrator password. Empty the Trash.
    Log out and log back in. Test.

  • Dynamic update of text from JTree manipulation

    Hi I working on an application that uses both a JTree and text view at the same time.
    What I want to do is everytime a node is added/edited/removed from the JTree the text for that node is dynamically updated in the tree view.
    At the moment what I do is everytime something is edited in the JTree the whole text is re-written. This is causing the program to slow down for large files.
    What I have thought of doing is producing the text for only the edited node, however this may affect others node, for example if a child node is added the parent node needs a closing tag.
    Is there anyway I could possibly do this?
    An alternative I had thought of was, because it is the syntax highlighting that is taking the time. I thought I could produce the full text for the edited tree then compare it to the pre-editted text. Then only sytax highlight the difference and add it to the text view. Would this be possible?
    Cheers Alex

    On 04 Apr 2007 in macromedia.dreamweaver.appdev, DrBlanston
    wrote:
    > I am trying to figure out a way to update certain fields
    on my ASP
    > pages based on input from different fields. For
    instance, I am
    > writing a program with an SQL 2005 database underneath.
    This
    > program takes data from fields that the user will input
    and needs to
    > update another field with a calculated result, then
    update the
    > database.
    >
    > Example,
    >
    > TaxRateField * SquareFootage = BilledAmount
    > (where all three of these fields are in the table)
    >
    > When a new record page is there for the end user, I want
    them to be
    > able to select a rate code (which has a
    factor/multiplyer associated
    > with it), then enter the Square footage, and have the
    > BilledAmount field automatically calculated. So when
    they hit the
    > submit button, all three values are inserted into the
    database.
    >
    > Any suggestions?
    Just enter the rate and the square footage; do the
    calculation when you
    pull the data from the database. In general, you don't want
    information stored in a database which depends on other
    information (ie
    calculated fields). The prime example is calculating an age
    when you
    get Date of Birth information.
    Joe Makowiec
    http://makowiec.net/
    Email:
    http://makowiec.net/contact.php

  • Stop dynamic updating of ldap from radius

    We use iPlanet v.4.12 ldap server with radius extensions. At some point in time we have started dynamic updating of the ldap server with session information from the radius server and now I can't find out how to turn off this dynamic updating. I have removed the check mark beside Dynamic accounting in the console configuration page for the radius server, but am still getting the following error messages by the thousand
    [18/Dec/2002:17:39:13 +0100] - add value for type dynamicipaddress failed: duplicate value
    [18/Dec/2002:17:39:13 +0100] - add value for type dynamicsessionid failed: duplicate value
    Can anyone give me a detailed method of turning off this feature please.
    TIA
    James

    Solved this.
    When you turn off dynamic accounting in the console, the schema is changed from Dynamic=yes to Dynamic=false. I went in and manually adjusted the schema to Dynamic=no and dynamic accounting was finally turned off.
    Just in case anyone else has the same problem.
    mvh/regards
    James

  • Dynamically updating an HTML file

    hello everyone,
    I have recently developed a simple web server and now wish to update it so that i can include my own tags. These tags will be recognised by my server applicaion using the java.util.regex .
    However when the app stumbles across one of my tags in the web page i want it to replace it with a displayable element. For example if i emmbed the tag <time> in the page i want it replaced with code that places the current time in the displayed page. I understand that i may need to actually update the HTML file, however the File class is only an analyser of files and as far as i can see the HTML class doesn't have a way of ammending / replacing tags or text.
    Does anyone know of a way i can go about this? any help would be much appreciated.
    Thanks in advance.

    Your web server is going to get "HTML" from a file somewhere on your server, transform it according to certain rules, and send the result on to the client who requested it.
    I wouldn't use regex for this. I would store XML files on your server and use XSLT to transform them according to your rules, then send the resulting HTML on to the client.
    PC&#178;

  • Passing dynamic value into HTML from webforms

    We're setting up an imaging application on the web, and I need the ability to read an image path from the database with forms (or a stored PL/SQL procedure I can call from forms), and have that open an HTML file in a web browser and pass it the name of the file I need opened. The HTML file is mostly static, but needs to accept the filename parameter at runtime.

    For our application, we're using an image viewer called Spicer Image a.X 7.20 for the web.
    What I had to do was build a procedure named web_image in pl/sql to be called from a webform with web.show_document('server/pls/portal30/web_image?filename_in='||<oracle_file_id>,'_blank')
    That call worked just fine and I get a new instance of the web browser with the HTML I set up in my web_image procedure.
    Here's the procedure.
    create or replace procedure web_image(filename_in varchar) as
    begin
    htp.p('<HTML>');
    htp.p('<HEAD>');
    htp.p('<TITLE>AEC Web Image Integration</TITLE>');
    htp.p('</HEAD> ');
    htp.p(' <BODY>');
    htp.p('<!-- Embed the Image aX View Control. -->');
    htp.p('<OBJECT');
    htp.p(' CLASSID="clsid:1120C1B3-8768-11D1-8108-020701190C00"');
    htp.p(' ID="SpicerViewControl"');
    htp.p(' ALIGN="center" WIDTH="800" HEIGHT="500" BORDER="0" VSPACE="0" HSPACE="0">');
    htp.p('</OBJECT> ');
    htp.p('<!-- Embed the Image aX Document Control. -->');
    htp.p('<OBJECT');
    htp.p(' CLASSID="clsid:895CDC65-8837-11D1-8109-020701190C00"');
    htp.p(' ID="SpicerDocumentControl"');
    htp.p(' ALIGN="center" WIDTH="1" HEIGHT="1" BORDER="0" VSPACE="0" HSPACE="0">');
    htp.p('</OBJECT> ');
    htp.p('<!-- Open a file. Bind the View Control to the Document Control. -->');
    htp.p('<SCRIPT LANGUAGE="JavaScript">');
    htp.p(' <!--');
    htp.p(' SpicerDocumentControl.OpenFile("'||filename_in||'"');
    htp.p(')');
    htp.p(' SpicerViewControl.BindToDocumentControl(SpicerDocumentControl)');
    htp.p(' //--> ');
    htp.p(' </SCRIPT>');
    htp.p(' </BODY>');
    htp.p(' </HTML>');
    end;

  • How do I stop the Lenovo ThinkVantage Toolbox update message from popping up?

    There are times when I am streaming video, and do not want pop up messages showing on the screen. I do not like pop ups. There seems to be no way to turn off Lenovo ThinkVantage Toolbox update messages from popping up on the screen. If I could turn the pop ups off, i would. I am running Windows XP - Pro.

    Download and install MS Autoruns:
    http://technet.microsoft.com/en-us/sysinternals/bb963902
    Before you run Autoruns, in explorer, get properties on the chm help file and click the Unblock button if visible.
    Otherwise you may be unable to use the help file.
    Now run Autoruns.  Find all likely references to Thinkvantage Toolbox (PC Doctor) and disable (uncheck checkbox).
    You don't have to remove the references, just disable them.  You can re-enable them later if you like.
    Save and restart computer.  Poof! No more Thinkvantage Toolbox popups.  You will now need to run it manually.
    Ian

  • IPS Signature Dynamic Update

    Hello,
    I need to know what type of privilege I need to use IPS Signature Dynamic Update.
    Thank

    Since the IPS dynamic update is accessed from the Admin tab, only the accounts having Admin privilege can change/modify the dynamic update settings, Here is a description of the various user roles in CS-MARS (taken directly from the user guide):
    •Admin: has full use of the MARS.
    •Notification Only: for a non-user of the MARS appliance, use this to send alerts to people who are not administrators, security analysts, or operators.
    •Operator: has read-only privileges.
    •Security Analyst: has full use of the MARS, except cannot access the Admin tab
    Hope this helps

  • I was trying to restore my itouch and when i pressed "restore" and then pressed "restore and update", another sign popped up saying "The ipod "ipod" could not be restored. The disk you are attempting is full. Removing files and empty the recycle bin

    i was trying to restore my itouch because it showed on my itouch the itunes bar on top and the charger on bottom so i went on itunes and when i pressed "restore" and then pressed "restore and update", another sign popped up saying "The ipod "ipod" could not be restored. The disk you are attempting is full. Removing files and empty the recycle bin will free up additional space. What do I do?!?!?! please help me ASAP

    Hi
    I followed this guy's instructions and it worked:
    http://evsiphone.blogspot.com/2009/05/iphone-iphone-could-not-be-restored.html
    I did disable the security (AVG and Zone Alarm) when I tried on my own PC. My wife's laptop which eventually got it working also uses AVG and Zone Alarm but on an XP O/S whereas my PC is Vista - maybe this is why.
    Cheers for you help.
    Andy
    Message was edited by: bigbadandy

  • Every time i want to go to another page a pop up comes up with ' do you want to navigate away from this page'. How can i get rid of it?

    every time i want to go to another page a pop up comes up with 'do you want to navigate away from this page'. For instance when i am on FB and i want to view a picture i am asked the question, also if i go to hotmail and want to go to the inbox the same question is asked. All i want to do is navigate away from pages without being asked EVERY single time. How can i switch it off

    This issue can be caused gadgets on the Facebook page.
    You will have to check that out by removing each of them until you find the culprit.
    If you added or updated gadgets recently than start with those.
    See:
    * [[Troubleshooting extensions and themes]]

  • Any way for one VI to dynamically update images shown in another VI's Image Display control?

    I've just discovered (in LV v7.0) that, while I can wire to it, I cannot write image data to a "value" input terminal of a property node associated with an Image Display. When the VI runs I get this error:
    "IMAQ Vision: (Hex 0xBFF6051A) The Image Display control does not support writing this property node."
    (I must admit that I have to wonder why we are allowed to wire to it, if all it does is generate this error)
    Is there any way for one VI to dynamically update images shown in another VI's Image Display control?
    I am not interested in using IMAQWindDraw windows.

    OK, I have found one way to simultaneously access one VI's image data within another VI without the use of globals. I don't know if it makes use of a known feature of image data that will be with us forever or if it is a bug that will disappear sometime in the future...
    It seems that if I create an image data stream in one VI using IMAQ CREATE and name the data stream "ABC" and then create an image data stream in another VI using IMAQ CREATE and also name that data stream "ABC" then in fact they are both the same data streams and they can be read or written by either VI.
    Using this feature I can write the common data stream in one VI and using a shared occurrence or semaphore let the other VI know when it is OK to display the data from the common stream.
    This method requires that the displaying VI needs to have a while loop around the image display which is not nearly as simple as a display that is updated automagically by another VI writing to a VALUE input that is referenced back to the Image Display. I'd still like to know if there is some way to make that work.
    One corollary to this is that if you have several image data streams in use in a system (they can be in totally separate VI's, running independently) and you don't want them tromping on each other's image data then you need to make sure that they (the image data streams) get created with different names. An example of a place where this might bite you (and where I discovered this "feature") is to have multiple copies of the same VI with different names to do image acquisition and display from multiple cameras. Being copies of the same VI, they all had the same image data stream names, defined as constants, within them. When they were run simultaneously, the image data from all of the multiple cameras randomly appeared in all of the image displays. I don't know if this feature would hold up if the separate VI's were turned into separate executables and then run. Do any of you know if this sharing of image data streams with common names works across executables running on the same machine?

  • How can i update an html web page from Labview?

    I intend to publish the "status" of an experiment online through an web page. I mean, if my vi is running i would like to have a phrase or indicator set on at my web page. If my Vi is not running i would like this indicator set off. This page is hosted in a server and I would like to know if its possible to update the html file from labview through an ftp connection.
    Thanks in advance...
    MSc. Alexandre Michel Maul
    Parana Federal Univeristy - Brasil

    The system exec function is on the Communication palette. Its for executing system commands. On my Win2K system, the help for FTP is:
    "Ftp
    Transfers files to and from a computer running an FTP server service (sometimes called a daemon). Ftp can be used interactively. Click ftp commands in the Related Topics list for a description of available ftp subcommands. This command is available only if the TCP/IP protocol has been installed. Ftp is a service, that, once started, creates a sub-environment in which you can use ftp commands, and from which you can return to the Windows 2000 command prompt by typing the quit subcommand. When the ftp sub-environment is running, it is indicated by the ftp command prompt.
    ftp [-v] [-n] [-i] [-d] [-g]
    [-s:filename] [-a] [-w:windowsize] [computer]
    Parameters
    -v
    Suppresses display of remote server responses.
    -n
    Suppresses autologin upon initial connection.
    -i
    Turns off interactive prompting during multiple file transfers.
    -d
    Enables debugging, displaying all ftp commands passed between the client and server.
    -g
    Disables file name globbing, which permits the use of wildcard characters (* and ?) in local file and path names. (See the glob command in the online Command Reference.)
    -s:filename
    Specifies a text file containing ftp commands; the commands automatically run after ftp starts. No spaces are allowed in this parameter. Use this switch instead of redirection (>).
    -a
    Use any local interface when binding data connection.
    -w:windowsize
    Overrides the default transfer buffer size of 4096.
    computer
    Specifies the computer name or IP address of the remote computer to connect to. The computer, if specified, must be the last paramete
    r on the line."
    I use tftp all of the time to transfer files in a similar manner. Test the transfer from the Windows command line and copy it into a VI. Pass the command line to system exec and wait until it's done.

  • I can't open an update for Acrobat 9 pro I get asked to open another prog from the suite but when Io

    I can't open an update for Acrobat 9 pro I get asked to open another prog from the suite but when I do Acrobat just shuts down,help !!
    And I can't get back to the older version of Acrobat

    See this User Tip by turingtest2
    https://discussions.apple.com/docs/DOC-6562
    JimmieJag wrote:
    2. If I reinstall it, will I lose my store credit and non-iTunes songs?
    Nothing should be lost... However... it is both Prudent and Recommended that a backup should have been created and maintained.

  • Selecting from one table and Update another in the same Page

    Could someone help me with this HTMLDB task. In my page design, I am selecting data from two tables (masters: DEPT, EMP) which I want to display on the left column of the page and at the same time a user would be able to update another table (ATTENDANCE:with many children) which would have a radiogroup on the right side for each value of the master such as employee name. The placement of data has to appear in corresponding rows on the page. For instance, employee names of the master table must appear on the same row with its corresponding child value. The page would be grouped by DEPT_NO. The user would click on the department name, a new page with the employee name would apprar. From that page, the user would then update attendance column for each employee in that department. In this operation, it is only the ATTENDANCE table that is being updated. I can send out more information about the structure of the tables if you need more information. I tried many HTMLDB options, forms, reports, etc. I have not been able to get quite right. Your help will be appreciated.

    Raju,
    Thanks for responding to my problem. I have actually tried using the example on how-to you sent me a link to but it did not help as I expected. You see, the page would be updated every meeting date for each employee. I can send you more information about the table structure if you like. However, let me see if this will help you a bit.
    Tables are: 1) Dept [dept_no (pk),dept_name] 2) EMP [emp_no (pk),emp_name, dept_no(fk)] 3) Meetings [meet_key(pk),attended, meeting_date, emp_no(fk)]
    What I want to do is create two pages, one would list the departments, when a user selects a department, the user would be linked to a meeting attandance page. The meeting attendance page would list department name once, Meeting date once, and then list employees in that department. At the right column of every employee would be a checkbox for meeting.attended for update. The meeting_date would be pre-populated so that what the user would do is just check Yes/NO. The second page is the one I'm having the most problem with.
    If I can do a fetch from dept, emp, and meetings and then do an update on the Meetings table on the same page, I think that might solve the problem. That was how I solved it in MS Access three years ago.
    Here is email address in case you want to contact me directly. [email protected]
    Thanks again for your help.

  • Read from File which is dynamically updated

    Hello all
    Is there any class for reading from a file which is dynamically updated?and those updates are immediatley reflects in java File object without closing previous and reopen that file again to get the latest updates?
    thanks
    sjafery

    I meant RandomAccessFile

Maybe you are looking for