How do i prevent my open web pages from being deleted when the system is being restarted

windows 7
how

Do you mean pages that are reopened in tabs via session restore?
* http://kb.mozillazine.org/Session_Restore
Make sure that you do not use [[Clear Recent History]] to clear the 'Browsing History' when you close Firefox.<br />
If you use [[Clear Recent History]] to clear the 'Browsing History' when you close Firefox then restoring tabs from the last session ("Save & Quit" or "Show my windows and tabs from last time") doesn't work.

Similar Messages

  • How to open web pages from japplet??

    Hi
    Does anybody know how to open web pages from java japplet??
    Any help is apreciated!
    zick

    the getAppletContext() method of the Applet class will get you an AppletContext, with which you can call the ShowDocument(URL url) or ShowDocument(URL url, String target) method...
    check it out at http://java.sun.com/j2se/1.4/docs/api/java/applet/AppletContext.html
    have a good one :)
    Jay

  • How do i Hyperlink to a web page from a java application?

    How do i Hyperlink to a web page from a java application using internet explorer as my default web browser?

    It's very simple.You can start any Application with the class Runtime. The command is an array consisting of the path of .exe and the file to be open.
    String [] cmd={path of IE+Filename.exe,"URL of your website"}
    try
    Runtime.getRuntime().exec(cmd);
    catch (Exception e)
    System.err.println(e.toString());
    }

  • TS3276 i am unable to open web pages from email links on my ipad

    I am unable to open web pages from email links on my ipad

    A few more details might help, if nobody else recognizes this.   
    What happens when you try to open the links?
    Can you post an example of a link that doesn't work?
    Is there any particular source for the mail with the (bad) links, or is mail from all sources failing?
    If you happen to know it, what's the format of the mail message?  (Maybe the message is an image?)
    Do the embedded links work as expected from an OS X system running Mail.app, or some system and some other other mail client?
    To view the link in iOS: if you press on and hold your finger on an embedded link in most contexts, iOS will show a pop-up with the link contents, and will offer to copy it.  You can use that to acquire and post the link.  If pressing and holding on the link doesn't offer the pop-up, the format of the link itself may not be valid, or it might not really be a link.

  • How do you "pause" an open application, like Mac automatically does when the memory is full?

    How do you "pause" an open application, like Mac automatically does when the memory is full?
    I would like to do so proactively when I am not using a certain program but need to keep it open, and I want to free up computer resources.
    In other words, I want to keep a given program open, but stop it from "thinking".

    There is an application that I can only open a set number of times before it expires.  Every time the program closes, you get one less use out of it.  I want to use it as long as possible, so I thought I would just keep it open all the time.  However, it consistently turns on the fan on the computer, so I imagine it uses a lot of resources.  I got the idea after the Force Quit program "paused" it once after getting overloaded with all the apps I had open.  It stopped the fan, and I was able to open it and run it again later with no problems.  The tricky thing with trying to intentionally overload the system is that it's a hit or miss on which open program the OS will pause (to my knowledge).

  • HT1379 Summary: how to transfer files from SD card when the system (Mac OS X v 10.7.5) will NOT recognize SD cards.

    How to transfer files from SD card when the system (Mac OS X v 10.7.5) will NOT recognize SD cards?
    Insert the SD card.
    System opens iPhoto with SD contents.
    Want to transfer files from SD card to system drive.  iPhoto closes
    SD card directory removed from the Finder window and is not available again. 
    I don't want to have to reboot the system every time I want to perform this option.
    What's wrong here. 
    The support columns show this isn't an isolated incident with all sorts of solutions possible.
    This is a simple task - there should be a simple method for the system to recognize SD cards.
    What's the answer?
    I've reviewed a recommendation to reset the SMC.
    https://discussions.apple.com/message/18500187#18500187
    and
    http://support.apple.com/kb/HT3964
    and another thread that says, basically, you must buy extra hardware to perform this simple task,
    https://discussions.apple.com/message/16911326#16911326
    another one that has the same problem with OS Mountian Lion,
    https://discussions.apple.com/message/21919740#21919740
    another one with the problem that says SD cards can't be read by Apple unless the card is formatted specifically for Apple, ie. that Apple is not compatible with other cards, but the problem maybe something else that requires Apple service - (bad SD card reader?).
    https://discussions.apple.com/message/18711818#18711818
    there are probably more discussions, but I dont' want to spend my entire sunny in Seattle day working this.
    thanks for the help!

    Bucky Fullmeister wrote:
    When I plug in an SD card, the finder window shows it under the DEVICES section.  At this point, I can drag the contents to the hard drive.  However, when I screw up and click the character on the right side of the name - it apparently closes the SD card and I can't find any command to reload or re-recognize the card.  I have to remove and reinsert the card and then sometimes it recognizes the card.  Other times I reboot and it will recognize it.
    What does that character on the right side of the SD card name do?  Is it an eject function - with no way to subsequently reread the drive?
    It ejects or unmounts the card. When the SD card mounts click on it once to highlight it and then drag the files shown within it to the new folder.
    Pete

  • Open web pages from an applet

    I'm developing an applet that has to open some web pages.
    The only way I know is to use the method showDocument that
    needs and URL. So, how to pass parameters to the web page?
    I don't want to put them in the URL: everyone can see
    "secret data"!
    Help me, please.

    Take a look at this example that uses a JEditor pane to hold the HTML page.
    //Create a new JEditor Pane
    jep = new JEditorPane( );
    //Ensure the pane is not editable
    jep.setEditable(false);  
    //Use this to get local HTML file
    URL fileURL = this.getClass().getResource("Manual/Manual.htm");
    //add the html page to the JEditorPane
    jep.setPage(fileURL);Ok the core line of code here is this.
    URL fileURL = this.getClass().getResource("Manual/Manual.htm");The standard method for accessing a html file via a URL is thus. As you can see its very similar.
    URL fileURL = new URL("http://www.comp.glam.ac.uk/pages/staff/asscott/progranimate/docs/Manual/Manual.htm");this.getClass().getResourse() will return the file location of the class you are working with.
    By doing the following you can access manual.html in a folder called Manual that sits in the same file location as the class file you are using.
    URL fileURL = this.getClass().getResource("Manual/Manual.htm");I hope this helps.
    Andrew.

  • Open web page from URL iview in maximized window

    Hi,
    I would like to open a web page in a <b>maximized</b> browser window, using an URL iView.
    I know how to open a window in a separate window, I just can't get it maximized.
    N.B. I do <b>NOT</b> want to open in <b>fullscreen</b> mode, i.e. I want a title bar and menus.
    Does anyone know how to do it?
    I tried to play around with the "window function" property of the iView, but no luck so far. I can't specify a fixed width and height of the target window at design time, as these values may vary at runtime.
    regards
    Lothar

    Hi Lothar,
    Yes, That will require Java Coding, Its true. Basically what the problem here is that to maximize we are trying to fetch the Screen resolution dynamically through Portal that Portal is not allowing us. Thats why I feel that we should go for Java Programing, Create a Par, Deploy it in the server and then create iView for that.
    For Creating the Abstract Portal Component for Opening a Maximized Window You should do following steps.
    1. Open Your NWDS
    2. Create a project ie Portal Application
    3. Create Portal Object ie Abstract Portal Component.
    Now here is the piece of code that may help you
              response.write("<SCRIPT language=javascript>");
              response.write("function onOpenWindow()");
              response.write("{");
              response.write("window.open('http://abc.com','windowName','width=screen.availWidth,height=screen.availHeight,resizable=yes')");
              response.write("}");
              response.write("</SCRIPT>");
              response.write("<a href = \"javascript:onOpenWindow()\">abc.com</a>");
    Paste this code in doContent...
    I think it may help you
    Thanx & Regards
    Anish

  • Open web page from applet

    Hi guys,
    I am new to Java applet and I need your help. I want to open a web page (or a servlet) with known URL from an applet when I press a button. I know how to set up HttpURLConnection for the applet. But I don't how to open this web page. Could you please help me? What method I should use?
    Many thanks in advance.
    jh

    getAppletContext().showDocument(URL url)
    You should search the forum and then post over here. Also go through the api.

  • Won't open homepage on open, won't open web pages from the menu 'open new window', Can't open menu button

    Ok, since update to version 31.0, I have been having some problems.
    I have tried doing everything stated in the support page about resetting, reinstalling, safe mode, restarting pc etc.
    First problem, when I open Firefox no web page loads. It just says New Tab and a blank white page. If I press the home button I am taken to my homepage which is google.
    Second problem, when I right click on a link and the menu pops up, if I click open in new window, a new window opens but it just says New Tab with a blank page and no URL information, just blank.
    Third problem, the Open Menu button just doesn't work at all. You can click all you like, that thing is not opening.
    I am really stuck as to what to do. I have only been using Firefox for about a month and t was good until these problems. If I can't resolve it, I will have to use another browser as it is really annoying.
    I am using Windows 8.1 by the way and have scanned my computer thouroughly for both virus's and malware.

    Hi zenithtwc, to test whether this is a settings issue, could you do a three-minute experiment?
    '''Create a new Firefox profile'''
    A new profile will have your system-installed plugins (e.g., Flash) and extensions (e.g., security suite toolbars), but no themes, other extensions, or other customizations. It also should have completely fresh settings databases and a fresh cache folder.
    Exit Firefox and start up in the Profile Manager using Start > search box (or Run):
    firefox.exe -P
    ''Don't delete anything here.'' Any time you want to switch profiles, exit Firefox and return to this dialog.
    Click the Create Profile button, assign a name like Test731, and skip the option to change the folder location. Then start Firefox in the new profile you created.
    Can it reach the internet?
    When returning to the Profile Manager, you might be tempted to use the Delete Profile button. But... it's a bit too easy to accidentally delete your "real" profile, so I recommend resisting the temptation. If you do want to clean up later, I suggest making a backup of all your profiles first in case something were to go wrong.

  • Restoring open web pages from previous hard drive back up

    I've had to replace a hard drive on a Mac computer running OSX. I had a large number of web pages open in Firefox on the previous drive, which I backed up completely before the new one was put in. I would like to restore these pages (similarly to the "restore previous session" function) perhaps using the Profile data from the application backed up on the previous drive.
    Is there a data file or files that I can simply copy and paste over from the Firefox application contents on the previous hard drive which will allow me to to restore the session I had up before the hard drive was replaced when I start Firefox on the new computer? A solution to this would be much appreciated.

    The ''sessionstore.js'' file in your profile folder stores your open tabs.
    * [[Profiles - Where Firefox stores your bookmarks, passwords and other user data|What information is stored in my profile?]]

  • 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.

  • Setting of "opening web pages from last session"not works when open next time

    In Options, setting to "open windows & tab pages from last time" does not work. I have tries several time but nothing happens. have written to you earlier also , please help

    ''setting to "open windows & tab pages from last time" does not work.''
    That would be very surprising but a change was made to Firefox 4 to always have the choice of going to History ("Alt+S") and choose "Restore previous session".
    With Firefox 5 coming out in a few days (June 21-22) you might try again then, if the solution the developers built in does not work for you. Do you know about pinning tabs ('''app-tabs''') they persist across sessions as a convenience -- if I really want to keep something permanently then I would bookmark such things as a group. Because they can be closed easily.

  • Cannot access certain web pages using ANY browser (when other systems can)

    (As [BDAqua|http://discussions.apple.com/profile.jspa?userID=528118] noted, this issue may be separate from [that which Alexander Solo is experiencing|http://discussions.apple.com/thread.jspa?threadID=1467311], though many aspects are the same or very similar. I've mostly copied my original post in that thread to this new one).
    I'm having trouble accessing a handful of particular web pages/domains, from my Mac Mini G4, using Safari (latest), Firefox (latest), Camino, Opera, Mozilla, IE, OmniWeb... I've tried every browser I have. It's really a problem as I'm taking a course in Web App Development now where we need to be able to access a course site which uses the code we are learning... and I can't because the page just doesn't load. There are lots of other students in the program using Macs, even members of the course team... I'm the only one who can't load that page.
    Anyway, a seemingly-random few sites just don't load for me, consistently... some of them are important to me, others not so, but one is critical and it's been driving me bonkers. It's not a router issue, since it doesn't matter where I'm plugged into the router and my wife's Dell notebook (Vista) accesses any of these pages (when she has it here). A friend of mine was also able to access them, both from his house and plugged into the same router as I was, at the same time (Dell notebook/XP Pro).
    A few of the pages that won't load:
    [https://telemat.open.ac.uk/ssl-logons/tt380mf/tt380_login.cfm]
    (The course web page... other https pages at the Open University load fine, though, so it doesn't seem to be an https issue.)
    http://www.hotmail.com quickly redirects twice, stopping at:
    [http://login.live.com/?id=2] ... and then does nothing... I don't use Hotmail, but my wife sometimes tries to access it (or was trying) if she leaves her notebook at work.
    I also can't load any page on the versiontracker website:
    [http://www.versiontracker.com] ... that is really a drag for me.
    There are a few, seemingly random, other sites that just don't load and haven't been loading for about a couple of months now. I don't know if I might have installed some bad app or something (I've checked and my system is negative for the DNSChanger trojan... not that I've ever visited pr0n sites... ).
    The problem has persisted through re-boots of the system and the router. I've tried booting from a firewire backup drive (I believe that one was still pre-security-release 2008-002, but otherwise nearly the same) and the problem persisted in all browsers. I've tried terminating processes that I didn't think were necessary to be running. I've tried fixing permissions, running diagnostic/repair apps, anything and everything I could think of. When attempting to find a solution on Google, I found a number of other mainstream news sites and such which also didn't load (at all), even after several minutes, but I haven't ; and of course trying to find mention of the problem in a Google search yields waaay too many irrelevant hits to have yielded an answer. I'm starting to suspect malware, since the problem doesn't make any sense and, if a culprit wrote something to do this, in addition to the "random" sites, they might block certain sites where we might find answers. I found a few more sites which didn't load (news sites and such) when I was doing a run through what Google could come up with. One of significance was:
    [CNET's news.com domain|http://www.news.com> ... Though I haven't had a chance to have another local user check, it seems to fit the pattern of the others (doesn't load in Safari or Firefox, etc) and doesn't load even if I use the IP address: [216.239.113.101|216.239.113.101]
    In short: It sounds like just the same [problem Alexander Solo is having|http://discussions.apple.com/thread.jspa?threadID=1467311], except that I can access the site he can't, so it's not a situation where we can say "technology x is running on these sites and our pre-Intel Macs don't like it."
    In short, I've tried everything I could think of to troubleshoot this problem (drive utilities, searches for known malware, terminating unnecessary processes, re-starting my system and router... so any help or ideas would be most appreciated.
    --Lowell

    I should add something which may indicate that I'm experiencing two separate issues: when it comes to news.com, versiontracker.com and other sites I've been unable to access, it's never seemed to matter whether I try to access a particular page on the site or the site root.
    In the case of my course website, however, I'm able to at least partially load the course chair's (more-or-less empty) "home page" at the site root. It may be that packets from other people trying to access the site are not following anything like the same route, but I really know very little about all that. I had anticipated being completed moving to Bristol (England) by now (most of the other students on this "correspondence" course are in England), but my Mac is still sitting in Frankfurt, Germany. In any case, what loads of the site root, loads verrrrry slowly. Following is output of an attempted "traceroute" to the IP (a second attempt followed the same pathway with similar results):
    Traceroute has started ...
    traceroute to 137.108.64.203 (137.108.64.203), 64 hops max, 40 byte packets
    1 192.168.220.1 (192.168.220.1) 1.994 ms 0.806 ms 0.595 ms
    2 * l0.ffm4-lns4.mcbone.net (62.104.190.24) 15.769 ms *
    3 ae1-2.ffm4-j.mcbone.net (62.104.212.11) 16.067 ms 21.954 ms 11.263 ms
    4 linx-gw1.ja.net (195.66.224.15) 40.108 ms 23.915 ms 43.079 ms
    5 so-0-1-0.lond-sbr4.ja.net (146.97.35.129) 236.518 ms 28.585 ms 24.008 ms
    6 po0-0.lond-sbr6.ja.net (146.97.33.10) 38.361 ms 213.896 ms 24.868 ms
    7 po1-0.lond-bar5.ja.net (146.97.35.230) 28.451 ms 25.599 ms 25.235 ms
    8 146.97.41.146 (146.97.41.146) 40.709 ms 37.987 ms 34.126 ms
    9 * * *
    10 * * *
    51 * * *
    *And Ping:*
    Ping has started ...
    PING 137.108.64.203 (137.108.64.203): 56 data bytes
    --- 137.108.64.203 ping statistics ---
    10 packets transmitted, 0 packets received, 100% packet loss
    I'm no "IT-guy", so I'm not really sure how to interpret what's happening, but I'm *beginning to suspect* this could be *related (similar in some way) to [the issues some Mac users were having accessing the Crate and Barrel website*|http://discussions.apple.com/thread.jspa?threadID=1400045&start=50&tst art=0] (before Crate and Barrel resolved things on their end).
    I'm also beginning to suspect that the *versiontracker.com and news.com siteload issues are related* to each other as I've found I can get successful ping (0% loss) and traceroute results, even if neither site loads in my browsers.
    Following is the *traceroute for versiontracker.com* (which I see, now, is also a CNet-hosted site):
    traceroute to versiontracker.com (216.239.122.65), 64 hops max, 40 byte packets
    1 192.168.220.1 (192.168.220.1) 3.053 ms 0.857 ms 0.670 ms
    2 * * l0.ffm4-lns4.mcbone.net (62.104.190.24) 11.342 ms
    3 ae1-2.ffm4-j.mcbone.net (62.104.212.11) 17.879 ms 257.938 ms 6.059 ms
    4 62-180-226-9.de.ignite.net (62.180.226.9) 27.322 ms 64.627 ms 42.776 ms
    5 t2c1-ge12-0-0.de-fra.eu.bt.net (166.49.172.97) 24.997 ms 6.568 ms 6.541 ms
    6 t2c1-p10-0.uk-glo.eu.bt.net (166.49.195.77) 27.185 ms 48.494 ms 26.892 ms
    7 t2c1-p9-3.uk-eal.eu.bt.net (166.49.195.206) 26.112 ms 44.471 ms 28.768 ms
    8 t2c1-p5-0-0.us-ash.eu.bt.net (166.49.164.65) 113.535 ms 116.857 ms 232.755 ms
    9 12.118.44.33 (12.118.44.33) 171.404 ms 112.384 ms 111.555 ms
    10 tbr1.wswdc.ip.att.net (12.122.80.194) 152.134 ms 241.023 ms 222.211 ms
    11 tbr1.sl9mo.ip.att.net (12.122.10.30) 152.181 ms 152.193 ms 150.917 ms
    12 tbr2.dlstx.ip.att.net (12.122.10.90) 243.249 ms 152.823 ms 155.137 ms
    13 12.122.100.97 (12.122.100.97) 153.575 ms 160.091 ms 150.454 ms
    14 12.87.121.22 (12.87.121.22) 146.324 ms 145.756 ms 146.214 ms
    15 c18-rb-techtrack-vt-lb.cnet.com (216.239.122.65) 151.691 ms 458.570 ms 153.433 ms
    *Hotmail (live.com) is another story.* Traceroute fails as follows:
    traceroute to live.com (207.46.30.34), 64 hops max, 40 byte packets
    1 192.168.220.1 (192.168.220.1) 15.813 ms 1.824 ms 1.606 ms
    2 * * *
    3 ae1-2.ffm4-j2.mcbone.net (62.104.212.12) 15.931 ms 24.736 ms 18.985 ms
    4 ge-3-0-0-0.dus2-j2.mcbone.net (62.104.191.190) 101.213 ms 135.919 ms 32.239 ms
    5 nyiix.as8075.msn.net (198.32.160.199) 89.352 ms 88.661 ms 88.866 ms
    6 ge-0-3-0-54.nyc-64cb-1a.ntwk.msn.net (207.46.36.13) 88.328 ms 88.388 ms 230.446 ms
    7 ge-0-0-0-0.nyc-64cb-1b.ntwk.msn.net (207.46.37.150) 102.443 ms 109.923 ms 89.281 ms
    8 ge-0-1-0-0.blu-64c-1b.ntwk.msn.net (207.46.33.121) 94.065 ms 95.808 ms 94.160 ms
    9 * * *
    10 ge-6-1-0-0.sjc-64cb-1a.ntwk.msn.net (207.46.33.209) 168.823 ms 168.235 ms 172.494 ms
    11 ge-7-1-0-0.by2-64c-1a.ntwk.msn.net (207.46.33.18) 169.049 ms 338.920 ms 173.219 ms
    12 ten8-4.by2-76c-1a.ntwk.msn.net (207.46.45.17) 177.052 ms 177.154 ms 178.412 ms
    13 * * *
    64 * * *
    and Ping:
    PING 207.46.30.34 (207.46.30.34): 56 data bytes
    --- 207.46.30.34 ping statistics ---
    10 packets transmitted, 0 packets received, 100% packet loss
    Since my wife's (Vista) Dell notebook can access these sites from the same router (and I was able too for a while), I'm beginning to suspect that the issues may have started with my update to OS X 10.4.11 or the first security update. It has been quite a while since we've successfully been able load Hotmail (in any browser) on this machine. My smug "Mac guy" superiority is taking a serious hit with these issues...

  • HT2101 How do I prevent my new iphone 4 from getting hot in the first place?

    I got a new iPhone 4 for Christmas. It is constantly overheating and getting insanely hot when charging. My battery life is suffering, it takes hours to charge and loses battery life very quickly. How can I prevent my device from getting hot in the first place? I use it in a room temperature environment and only have about 2 apps running at one time.

    Idealy you should move your itunes content from your old computer to your new one
    Here are your options
    http://support.apple.com/kb/HT4527
    Then just sync your iPhone with the new computer. It will ask to erase but as everything in in your new itunes this is OK. Then choose what to sync back onto your iphone
    If you no longer have the old computer here is how to restore your library from the iPhone
    https://discussions.apple.com/docs/DOC-3991
    Then you can sync your machine with the new computer.
    If you do not care about this and just want to extract the items mentioned
    I found this and it will extract your Contacts and messages.
    http://www.transfer-iphone-recovery.com/transfer-music-from-iphone-to-itunes.htm l
    if you use it in evaluation mode it is free

Maybe you are looking for

  • How do I add color to a text box border in Pages app?

    Can't find it anywhere. And don't have time to keep looking. Wondering if you can do this in Pages (in Word, you insert text box, then under Format you get in drop down menu "Borders and Shading" and then you can add color just to the border). Can yo

  • Regarding Check boxes in ALV

    Hi   Can anyone tell how to insert checkboxes in to ALV and based on the checkboxes selected i want to display the data. I have tried like this, but it is giving a dump as Field Symbol is not yet been assigned. Data: c1(1). wa_layout-box_fieldname =

  • Contact folder in iPhone

    I've been having problems syncing my iPhone to my address book on my mac. Ive recently purchased an iPhone and am currently updating all my contact list & entering new ones. As a member of mobileme I am using the option of updating on the contacts on

  • Recommend Performance monitor for interface

    Hi, I am configuring my network monitoring application to monitor my Cisco Routers and I am looking for recommended (best practice) thresh hold values for following the interface parameters (Ethernet interface): Bandwidth Utilization (%) Error rate (

  • URGENT:Update multiple rows of a table as a transaction

    Hi, I am trying to update mutliple rows in one table as a transaction, but only update on the last row is commited to database. Updates on the previous rows is not committed. I must be missing some thing which is obvious. Has any got a clueeeeeeeeeee