A window to another site?

hi, im trying to make a window in an applet, display content of another site, a bit like if i was using <iFrame> in html.
now the thing is i have no idea what-so-ever how to do this, i tried with JEditorPane, but that cant read Java, javascript, ect.
i was wondering if anyone knew how to do this? an object ect.
if you need more info please tell
thanks.

imagen i have an applet with an IRC client, and some other stuff. insted of seperating the applet, into 2 deffirent applets, (i would have to do that, in order to fit the window in the right place) i could just have it as 1 big.
this might give an idea of how it would be displayed with <iFrame>
(window in html - iFrame) --- (Applet)
|
(IRC client - Applet)
(http://img147.imageshack.us/img147/1398/sunforumexampleyr7.png)
now i would like that to all be the same applet if you understand.

Similar Messages

  • Wife is getting old and keeps closing my google phone window is there a way to stop it from being closed or going to another site?

    Wife is getting old and keeps closing my google phone window is there a way to stop it from being closed or going to another site? The window needs to be left open so we can receive phone calls.

    You can use an extension to lock specific tabs.
    *Tabberwocky: https://addons.mozilla.org/firefox/addon/tabberwocky/
    *Tab Mix Plus: https://addons.mozilla.org/firefox/addon/tab-mix-plus/

  • File not found when adding a link to another site collection on the navigation page

    When I am adding a link to another site collection in the navigation page, I got the following error. Is there any limitation for the navigation setting? why can't we add a link to another site collection in the navigation page?
    This is SharePoint 2007

    Hi
    the URL provided is working?  (check it in separate browser window )
    Romeo Donca, Orange Romania (MCSE, MCITP, CCNA) Please Mark As Answer if my post solves your problem or Vote As Helpful if the post has been helpful for you.

  • Is there a way to open a new window with one site when the home setting on Firefox has multiple websites?

    While working in Firefox is there a way to open a new window with one site when the home setting on Firefox has multiple websites?

    I guess I'm not explaining myself fully. I have a home page designation in firefox preferences that starts firefox up with 5 sites. that pretty fills up my screen with tabs.
    At some point I want to initiate another WINDOW in firefox (NOT a tab). I would like to be able to open up a window that ONLY has ONE tab, or as if there were only one site designated as the home page. This gives me a workspace that has my most useful sites available in tabs in one window, and also another WINDOW that I can move around in and even create more tabs without messing up my primary set of TABS (in my primary window). I see how this might not be doable without doing what I do now, which is open up a new window, and then close tabs until the new window just has one tab for me to work from.

  • When I click on an Icon on my desktop to take me to a site (such as google) I get a message that it could not find the loaction. Then it goes ahead and opens a Firefox window with the site anyway as if the message never happened.

    When I click on an Icon on my desktop to take me to a site (such as Google) I get a message that it could not find the location. Then it goes ahead and opens a Firefox window with the site anyway as if the message never happened. Then when I close the window I see that the message is still there. I have to close it separately. Any suggestions? Oh, and this only happens if Firefox is NOT already active. If I have another Firefox window open when I click on the Icon, it just opens as expected. This message appears no matter which site Icon I select. It did not happen before I upgraded to ver 9.0.

    Hello BassoonPlayer,
    Since you are using one of the the school's Macbooks, it is quite possible that the time and date are not properly set on the computer that you are using.  FaceTime will not work if you do not have the proper time zone set up for the location that you are in.  This past week, there were a two other Macbook users I've helped by simply telling them to set the Date/Time properly.  By the way, you described your problem very well, which makes it easier for us to help you.  Hope this solves your problem -- if not, post back and I can suggest other remedies.
    Wuz

  • Another site and no image transition and error message

    Here is another site that I'm having a similar issue. Except this one never worked while in Dreamweaver Live view and is not working at this link http://www.cfour11.com/
    I have the following code to run the script and there is no duplicate body tag. This page is simply a place holder until the site goes live but the client has images with statements that they want to use to create interest the site is ready to launch. In addition on the bottom left hand corner of the browser it say Done but has the following error message
    Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; WOW64; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET CLR 1.1.4322; .NET4.0C)
    Timestamp: Wed, 22 Sep 2010 18:40:47 UTC
    Message: 'document.images.SlideShow.style' is null or not an object
    Line: 81
    Char: 7
    Code: 0
    URI: http://www.cfour11.com/
    Code on being used on page for Slideshow Script:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <title>CFour11</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <SCRIPT LANGUAGE = JAVASCRIPT>
    if (document.images)
       img1 = new Image();
       img2 = new Image();
       img3 = new Image();
       img4 = new Image();
       img5 = new Image();
       img6 = new Image();
       img7 = new Image();
       img8 = new Image();
       img9 = new Image();
    // =======================================
    // set the following variables
    // =======================================
    // Set slideShowSpeed (milliseconds)
    var slideShowSpeed = 3000
    // Duration of crossfade (seconds)
    var crossFadeDuration = 5
    // Specify the image files
    var Pic = new Array()
    Pic[0] = 'Slideshow/comingsoon.jpg'
    Pic[1] = 'Slideshow/whatiscfour11.jpg'
    Pic[2] = 'Slideshow/thepulseofthecommunity.jpg'
    Pic[3] = 'Slideshow/whatcancfour.jpg'
    Pic[4] = 'Slideshow/needcommunityinfo.jpg'
    Pic[5] = 'Slideshow/cfourhaswhatyouare.jpg'
    Pic[6] = 'Slideshow/lookingfor.jpg'
    Pic[7] = 'Slideshow/makecfouryouronlysource.jpg'
    Pic[8] = 'Slideshow/forcommunityinfo.jpg'
    Pic[9] = 'Slideshow/gotcfour11.jpg'
    var t
    var j = 0
    var p = Pic.length
    var preLoad = new Array()
    for (i = 0; i < p; i++){
       preLoad[i] = new Image()
       preLoad[i].src = Pic[i]
    function runSlideShow(){
    if (j<18){
       if (document.all)
          document.images.SlideShow.style.filter="blendTrans(duration=5)"
          document.images.SlideShow.style.filter="blendTrans(duration=crossFadeDuration)"
          document.images.SlideShow.filters.blendTrans.Apply()
       document.images.SlideShow.src = preLoad[j].src
       if (document.all)
          document.images.SlideShow.filters.blendTrans.Play()
       j = j + 1
       if (j > (p-1)) j=0
       t = setTimeout('runSlideShow()', slideShowSpeed)
    </SCRIPT>
    <!-- ImageReady Preload Script (index.psd) -->
    <script type="text/javascript">
    <!--
    function newImage(arg) {
    if (document.images) {
    rslt = new Image();
    rslt.src = arg;
    return rslt;
    function changeImages() {
    if (document.images && (preloadFlag == true)) {
    for (var i=0; i<changeImages.arguments.length; i+=2) {
    document[changeImages.arguments[i]].src = changeImages.arguments[i+1];
    var preloadFlag = false;
    function preloadImages() {
    if (document.images) {
    home_over = newImage("images/home-over.jpg");
    about_over = newImage("images/about-over.jpg");
    shows_over = newImage("images/shows-over.jpg");
    stars_over = newImage("images/stars-over.jpg");
    movies_over = newImage("images/movies-over.jpg");
    series_over = newImage("images/series-over.jpg");
    preloadFlag = true;
    // -->
    </script>
    <!-- End Preload Script -->
    <style type="text/css">
    body {
    background-color: #000;
    </style>
    </head>
    <link href="css/styles.css" rel="stylesheet" type="text/css">
    <center>
    <body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" ONLOAD="runSlideShow();init(0)">
    <!-- ImageReady Slices (index.psd) -->
    <table id="Table_01" width="776" height="879" border="0" cellpadding="0" cellspacing="0">
    <tr>
    <td rowspan="64" bgcolor="#000000">&nbsp;</td>
        <td colspan="36" bgcolor="#000000">&nbsp;</td>
    <td rowspan="64" bgcolor="#000000">&nbsp;</td>
    <td>
    <img src="images/spacer.gif" width="1" height="20" alt=""></td>
    </tr>
    <tr>
    <td colspan="3" rowspan="2" bgcolor="#000000">&nbsp;</td>
    <td colspan="6" bgcolor="#000000"></td>
    <td colspan="5" rowspan="2" bgcolor="#000000">&nbsp;</td>
    <td colspan="6" rowspan="2" bgcolor="#000000">&nbsp;</td>
    <td colspan="4" rowspan="2" bgcolor="#000000">&nbsp;</td>
    <td colspan="2" rowspan="2" bgcolor="#000000">&nbsp;</td>
    <td colspan="2" rowspan="2" bgcolor="#000000">&nbsp;</td>
    <td colspan="2" rowspan="2" bgcolor="#000000">&nbsp;</td>
        <td colspan="2" rowspan="2" bgcolor="#000000">&nbsp;</td>
    <td colspan="4" rowspan="2">
        <img src="images/index_13.jpg" width="32" height="37" alt=""></td>
    <td>
    <img src="images/spacer.gif" width="1" height="15" alt=""></td>
    </tr>
    <tr>
    <td colspan="6" align="left" valign="top" bgcolor="#000000" class="text1">&nbsp;</td>
    <td>
    <img src="images/spacer.gif" width="1" height="22" alt=""></td>
    </tr>
    <tr>
    <td colspan="36" rowspan="59" valign="top" class="text2"><p><img src="images/C411 Logofinal2.jpg" width="734" height="422"></p>
      <p><img src="Slideshow/comingsoon.jpg" name="Slideshow" width="734" height="100"/></p>
          <td>
    </tr>
    <tr>
    <td>
    <img src="images/spacer.gif" width="1" height="25" alt=""></td>
    </tr>
    <tr>
    <td>
    <img src="images/spacer.gif" width="1" height="30" alt=""></td>
    </tr>
    <tr>
    <td>
    <img src="images/spacer.gif" width="1" height="47" alt=""></td>
    </tr>
    <tr>
    <td>
    <img src="images/spacer.gif" width="1" height="5" alt=""></td>
    </tr>
    <tr>
    <td>
    <img src="images/spacer.gif" width="1" height="29" alt=""></td>
    </tr>
    <tr>
    <td>
    <img src="images/spacer.gif" width="1" height="5" alt=""></td>
    </tr>
    <tr>
    <td>
    <img src="images/spacer.gif" width="1" height="40" alt=""></td>
    </tr>
    <tr>
    <td>
    <img src="images/spacer.gif" width="1" height="4" alt=""></td>
    </tr>
    <tr>
      <td>
      <img src="images/spacer.gif" width="1" height="12" alt=""></td>
    </tr>
    <tr>
    <td>
    <img src="images/spacer.gif" width="1" height="17" alt=""></td>
    </tr>
    <tr>
    <td>
    <img src="images/spacer.gif" width="1" height="14" alt=""></td>
    </tr>
    <tr>
    <td>
    <img src="images/spacer.gif" width="1" height="6" alt=""></td>
    </tr>
    <tr>
    <td>
    <img src="images/spacer.gif" width="1" height="8" alt=""></td>
    </tr>
    <tr>
      <td>
      <img src="images/spacer.gif" width="1" height="1" alt=""></td>
    </tr>
    <tr>
    <td>
    <img src="images/spacer.gif" width="1" height="13" alt=""></td>
    </tr>
    <tr>
      <td>
      <img src="images/spacer.gif" width="1" height="10" alt=""></td>
    </tr>
    <tr>
    <td>
    <img src="images/spacer.gif" width="1" height="6" alt=""></td>
    </tr>
    <tr>
    <td>
    <img src="images/spacer.gif" width="1" height="25" alt=""></td>
    </tr>
    <tr>
    <td>
    <img src="images/spacer.gif" width="1" height="1" alt=""></td>
    </tr>
    <tr>
    <td>
    <img src="images/spacer.gif" width="1" height="10" alt=""></td>
    </tr>
    <tr>
    <td>
    <img src="images/spacer.gif" width="1" height="4" alt=""></td>
    </tr>
    <tr>
    <td>
    <img src="images/spacer.gif" width="1" height="4" alt=""></td>
    </tr>
    <tr>
      <td>
      <img src="images/spacer.gif" width="1" height="12" alt=""></td>
    </tr>
    <tr>
    <td>
    <img src="images/spacer.gif" width="1" height="5" alt=""></td>
    </tr>
    <tr>
    <td>
    <img src="images/spacer.gif" width="1" height="4" alt=""></td>
    </tr>
    <tr>
      <td>
      <img src="images/spacer.gif" width="1" height="3" alt=""></td>
    </tr>
    <tr>
    <td>
    <img src="images/spacer.gif" width="1" height="8" alt=""></td>
    </tr>
    <tr>
    <td>
    <img src="images/spacer.gif" width="1" height="1" alt=""></td>
    </tr>
    <tr>
    <td>
    <img src="images/spacer.gif" width="1" height="5" alt=""></td>
    </tr>
    <tr>
    <td>
    <img src="images/spacer.gif" width="1" height="4" alt=""></td>
    </tr>
    <tr>
      <td>
      <img src="images/spacer.gif" width="1" height="3" alt=""></td>
    </tr>
    <tr>
    <td>
    <img src="images/spacer.gif" width="1" height="9" alt=""></td>
    </tr>
    <tr>
    <td>
    <img src="images/spacer.gif" width="1" height="5" alt=""></td>
    </tr>
    <tr>
    <td>
    <img src="images/spacer.gif" width="1" height="2" alt=""></td>
    </tr>
    <tr>
    <td>
    <img src="images/spacer.gif" width="1" height="2" alt=""></td>
    </tr>
    <tr>
      <td>
      <img src="images/spacer.gif" width="1" height="10" alt=""></td>
    </tr>
    <tr>
    <td>
    <img src="images/spacer.gif" width="1" height="2" alt=""></td>
    </tr>
    <tr>
    <td>
    <img src="images/spacer.gif" width="1" height="3" alt=""></td>
    </tr>
    <tr>
    <td>
    <img src="images/spacer.gif" width="1" height="2" alt=""></td>
    </tr>
    <tr>
    <td>
    <img src="images/spacer.gif" width="1" height="4" alt=""></td>
    </tr>
    <tr>
      <td>
      <img src="images/spacer.gif" width="1" height="12" alt=""></td>
    </tr>
    <tr>
    <td>
    <img src="images/spacer.gif" width="1" height="3" alt=""></td>
    </tr>
    <tr>
    <td>
    <img src="images/spacer.gif" width="1" height="2" alt=""></td>
    </tr>
    <tr>
    <td>
    <img src="images/spacer.gif" width="1" height="4" alt=""></td>
    </tr>
    <tr>
      <td>
      <img src="images/spacer.gif" width="1" height="5" alt=""></td>
    </tr>
    <tr>
    <td>
    <img src="images/spacer.gif" width="1" height="4" alt=""></td>
    </tr>
    <tr>
    <td>
    <img src="images/spacer.gif" width="1" height="3" alt=""></td>
    </tr>
    <tr>
    <td>
    <img src="images/spacer.gif" width="1" height="5" alt=""></td>
    </tr>
    <tr>
    <td>
    <img src="images/spacer.gif" width="1" height="4" alt=""></td>
    </tr>
    <tr>
      <td>
      <img src="images/spacer.gif" width="1" height="12" alt=""></td>
    </tr>
    <tr>
    <td>
    <img src="images/spacer.gif" width="1" height="6" alt=""></td>
    </tr>
    <tr>
    <td>
    <img src="images/spacer.gif" width="1" height="3" alt=""></td>
    </tr>
    <tr>
      <td>
      <img src="images/spacer.gif" width="1" height="5" alt=""></td>
    </tr>
    <tr>
    <td>
    <img src="images/spacer.gif" width="1" height="5" alt=""></td>
    </tr>
    <tr>
      <td>
      <img src="images/spacer.gif" width="1" height="3" alt=""></td>
    </tr>
    <tr>
    <td>
    <img src="images/spacer.gif" width="1" height="4" alt=""></td>
    </tr>
    <tr>
      <td>
      <img src="images/spacer.gif" width="1" height="8" alt=""></td>
    </tr>
    <tr>
    <td>
    <img src="images/spacer.gif" width="1" height="7" alt=""></td>
    </tr>
    <tr>
    <td>
      <img src="images/spacer.gif" width="1" height="37" alt=""></td>
    </tr>
    <tr>
    <td colspan="36" bgcolor="#000000">&nbsp;</td>
    <td>
    <img src="images/spacer.gif" width="1" height="20" alt=""></td>
    </tr>
    <tr>
    <td>
    <img src="images/spacer.gif" width="20" height="1" alt=""></td>
    <td>
    <img src="images/spacer.gif" width="4" height="1" alt=""></td>
    <td>
    <img src="images/spacer.gif" width="3" height="1" alt=""></td>
    <td>
    <img src="images/spacer.gif" width="18" height="1" alt=""></td>
    <td>
    <img src="images/spacer.gif" width="34" height="1" alt=""></td>
    <td>
    <img src="images/spacer.gif" width="8" height="1" alt=""></td>
    <td>
    <img src="images/spacer.gif" width="7" height="1" alt=""></td>
    <td>
    <img src="images/spacer.gif" width="92" height="1" alt=""></td>
    <td>
    <img src="images/spacer.gif" width="21" height="1" alt=""></td>
    <td>
    <img src="images/spacer.gif" width="4" height="1" alt=""></td>
    <td>
    <img src="images/spacer.gif" width="16" height="1" alt=""></td>
    <td>
    <img src="images/spacer.gif" width="15" height="1" alt=""></td>
    <td>
    <img src="images/spacer.gif" width="3" height="1" alt=""></td>
    <td>
    <img src="images/spacer.gif" width="110" height="1" alt=""></td>
    <td>
    <img src="images/spacer.gif" width="34" height="1" alt=""></td>
    <td>
    <img src="images/spacer.gif" width="6" height="1" alt=""></td>
    <td>
    <img src="images/spacer.gif" width="10" height="1" alt=""></td>
    <td>
    <img src="images/spacer.gif" width="4" height="1" alt=""></td>
    <td>
    <img src="images/spacer.gif" width="3" height="1" alt=""></td>
    <td>
    <img src="images/spacer.gif" width="9" height="1" alt=""></td>
    <td>
    <img src="images/spacer.gif" width="20" height="1" alt=""></td>
    <td>
    <img src="images/spacer.gif" width="5" height="1" alt=""></td>
    <td>
    <img src="images/spacer.gif" width="10" height="1" alt=""></td>
    <td>
    <img src="images/spacer.gif" width="39" height="1" alt=""></td>
    <td>
    <img src="images/spacer.gif" width="6" height="1" alt=""></td>
    <td>
    <img src="images/spacer.gif" width="8" height="1" alt=""></td>
    <td>
    <img src="images/spacer.gif" width="51" height="1" alt=""></td>
    <td>
    <img src="images/spacer.gif" width="4" height="1" alt=""></td>
    <td>
    <img src="images/spacer.gif" width="48" height="1" alt=""></td>
    <td>
    <img src="images/spacer.gif" width="2" height="1" alt=""></td>
    <td>
    <img src="images/spacer.gif" width="57" height="1" alt=""></td>
    <td>
    <img src="images/spacer.gif" width="17" height="1" alt=""></td>
    <td>
    <img src="images/spacer.gif" width="34" height="1" alt=""></td>
    <td>
    <img src="images/spacer.gif" width="3" height="1" alt=""></td>
    <td>
    <img src="images/spacer.gif" width="18" height="1" alt=""></td>
    <td>
    <img src="images/spacer.gif" width="9" height="1" alt=""></td>
    <td>
    <img src="images/spacer.gif" width="2" height="1" alt=""></td>
    <td>
    <img src="images/spacer.gif" width="21" height="1" alt=""></td>
    <td></td>
    </tr>
    </table>
    <!-- End ImageReady Slices -->
    </body>
    </center>
    </html>

    It looks like your priorities are all wrong.
    You might want to clean up all those garbage spacer images and the table layout. Could be something going wrong in that mess. You might also want to clean up all the depricated style markup in your html file since you're using a css file. I would work on cleaning up your work before trying to mess with adding a slideshow behavior since behaviors can be more difficult if you're working with automatically generated markup.
    By the way, you're referencing the DOM incorrectly. That's most likely what's causing your SlideShow to break.
    document.images.SlideShow
    doesn't point at anything in your html file.

  • My current tab redirects me to another site on the same tab

    I usually spend time reading articles in various sites and some of these sites have videos on it matching the article. But I lose my reading/ watching progress because without even clicking or pressing anything, the current tab redirects me to another site. Mostly, it'll redirect me to sites that starts with some kind of survey or just some download video downloader stuff. And I know these are potentially harmful sites. It pisses me off losing my reading/ watching progress because of these redirects. Please help me solve this. Thank you.
    PS: I already disabled and removed all unwanted extensions and/or plug-ins

    Do a malware check with several malware scanning programs on the Windows computer.
    Please scan with all programs because each program detects different malware.
    All these programs have free versions.
    Make sure that you update each program to get the latest version of their databases before doing a scan.
    *Malwarebytes' Anti-Malware:<br>http://www.malwarebytes.org/mbam.php
    *AdwCleaner:<br>http://www.bleepingcomputer.com/download/adwcleaner/<br>http://www.softpedia.com/get/Antivirus/Removal-Tools/AdwCleaner.shtml
    *SuperAntispyware:<br>http://www.superantispyware.com/
    *Microsoft Safety Scanner:<br>http://www.microsoft.com/security/scanner/en-us/default.aspx
    *Windows Defender:<br>http://windows.microsoft.com/en-us/windows/using-defender
    *Spybot Search & Destroy:<br>http://www.safer-networking.org/en/index.html
    *Kasperky Free Security Scan:<br>http://www.kaspersky.com/security-scan
    You can also do a check for a rootkit infection with TDSSKiller.
    *Anti-rootkit utility TDSSKiller:<br>http://support.kaspersky.com/5350?el=88446
    See also:
    *"Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked
    *https://support.mozilla.org/kb/troubleshoot-firefox-issues-caused-malware

  • Safari has stopped opening certain webpages and says can't connect to server... This started 3 months ago with FB and now randomly with another site... all other sites are fine.. Help?

    Safari has stopped opening certain webpages and says can't connect to server... This started 3 months ago with FB and now randomly with another site... all other sites are fine.. Help?
    I've tried resetting safari, deleting all webpage data and setting time/date to automatic, but no such luck.
    The message that comes up is: "Safari can't establish a secure connection to the server 'Facebook' "
    I'd be genuinely impressed if anyone were to actually work out what was wrong.

    Hi ..
    Might be a cookies, cache, or extensions issue.
    From your Safari menu bar click Safari > Preferences then select the Privacy tab.
    Click:  Remove All Website Data
    Then delete the cache.
    Open a Finder window. From the Finder menu bar click Go > Go to Folder
    Type or copy paste the following
    ~/Library/Caches/com.apple.Safari/Cache.db
    Click Go then move the Cache.db file to the Trash.
    Quit and relaunch Safari to test.
    If that doesn't help, troubleshoot Safari extensions.
    From the Safari menu bar click Safari > Preferences then select the Extensions tab. Turn that OFF, quit and relaunch Safari to test.
    If that helped, turn one extension on then quit and relaunch Safari to test until you find the incompatible extension then click uninstall.

  • I'm unable to open additional tabs to open another site...the "+" at the top of the page doesn't work.

    I'm able to open sites from my toolbar but the "+" at teh top of the Mozilla homepage doesn't work. I cannot open another window to go to another site by using the "+" at the top of the page. If I try to open another site frm my toolbar, it replaces the current page.

    We have recently seen reports about a Community Toolbar extension causing this issue with not being able to open a new tab.
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem.
    *Switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance
    *Do NOT click the Reset button on the Safe Mode start window
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • When I first open Firefox it is fine but if I open a second tab to search another site I get a white screen and have to continually click 'back', click the site link, white screen, back, click the link, white screen and so on.

    When I first open Firefox it is fine but if I open a second tab to search another site I get a white screen and have to continually click 'back', click the site link, white screen, back, click the link, white screen and so on.

    This can also be a problem with the files [http://kb.mozillazine.org/sessionstore.js sessionstore.js] and sessionstore.bak in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Profile Folder]
    Delete [http://kb.mozillazine.org/sessionstore.js sessionstore.js] and sessionstore.bak in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Profile Folder]
    If you see files sessionstore-##.js with a number in the left part of the name like sessionstore-1.js then delete those as well.
    You will have to redo App Tabs and Tab Groups after deleting sessionstore.js.
    See:
    * http://kb.mozillazine.org/Session_Restore

  • Dragging tabs from one Terminal.app window to another

    In Safari, you can drag a tab off and "tear" it off from one window to another. Is there a way to make that work in Terminal.app? It doesn't seem to work on my end with Leopard OS X 10.5.5.

    g-pod wrote:
    That worked, thanks! I see what happened now. I tried to detach the tab by dragging the tab upward instead of downward, but didn't drag it up far enough for detachment.
    I discovered the "bug" with Safari - about dragging "up."
    I used the two tab example because it works more easily. But dragging "up" works even when the target terminal has no tab. It's a cool thing
    I suspect that the tab portion of termina (or Safari) only opens when "attacked" from below.

  • When I open a new tab it does not bring up my homepage. It brings up another sites search engine page.

    When I click on the new tab button, a small cross, it opens the new tab, but displays another sites search page, not my homepage. I cannot find where to tell it to open my homepage on all new tabs that are opened from the tab bar.

    The basic Firefox build has always opened a blank page when you open a new tab.
    Maybe some add-on you installed modified that feature of Firefox which now opens all tabs in a different page. Here's what you will need to do.
    Open Firefox -> go to Help Menu -> select "Restart with Add-ons Disabled"
    Firefox will close then it will open up with just basic Firefox. The tabs will now be opening in a blank page. You can Enable the add-ons again and check if its working properly.

  • ProjectCenter Webpart on another Site Collection "This Web Part was unable to load"

    Hi,
    Project Server 2013 on an url like http://domain.tld/pwa
    Trying to use the Project Center Web Part from another site collection, let's say http://domain.tld/sites/siteA
    I get the "This Web Part was unable to load" error and in the ULS I get Object Reference not set to an instance of an object classic error
    What am i doing wrong?
    Thanks!

    Thank you for the thoughts Michael but none of those worked for me.    
    What I have done so far is I have added the PWA features to the site which is what has made it work when logged in under the farm account.  
    So I have 3 account I am testing with
    1.) regular account with read only permissions to the Publishing page
    2.) Admin account that is in a group that is a site administrator to ALL sites
    3.) Farm account
    Currently it works for the Farm account and the Admin account but not the regular account.  I have added the regular account to the same group as the Admin account and will test when the change updates to see if I can access the information.  This
    will at least let me know that it is a Permissions issue which is what I think it is I just cant figure out which permission it would need to be. 

  • How do I move tabs from one window to another window?

    With the previous version of firefox, I could drag a tab from one window to another window. (and if there was only one tab left in that window, it would automatically close that window because there were no more tabs open in it)
    With the latest version of firefox, '''How do you drag or move a tab from one window to another window'''

    Hi,
    To move to the next tab it's '''Ctrl''' + '''Tab''' or '''Ctrl''' + '''Pg Dn''' (Page Down). To go to the previous tabs (reverse order) it's '''Ctrl''' + '''Shift''' + '''Tab''' or '''Ctrl''' + '''Pg Up''' (Page Up) keys. More about this and other keyboard shortcuts [https://support.mozilla.com/en-US/kb/Keyboard%20shortcuts here.]

  • Am unable to download itones app for my windows pc that site says like "Now that you've downloaded iTunes, you're just a few steps away from starting a digital entertainment collection and enjoying it on your Mac, PC, iPad, iPhone or iPod." but i couldn,t

    Dear Apple,
    I am unable to download itones app for my windows pc that site says like "Now that you’ve downloaded iTunes, you’re just a few steps away from starting a digital entertainment collection and enjoying it on your Mac, PC, iPad, iPhone or iPod." but i couldn,t find in system.
    please send the itones downloads link.
    Thanks
    suresh

    Hi Suresh,
    Thank you for your reply.
    Devices should appear in the top right of iTunes, as seen in this image:
    From:
    iTunes 11 for Windows: Connect a device
    http://support.apple.com/kb/PH12449
    If you do not see your iOS device in this menu when you connect it to your computer, it may not be recognized by iTunes. In this case, I recommend the troubleshooting steps in this article:
    iOS: Device not recognized in iTunes for Windows
    http://support.apple.com/kb/TS1538
    Best,
    Jeremy

Maybe you are looking for

  • My I Mac has a pink cloud in part of the grey top bar and also if I leave it with safari or mail open when I come back to it it has closed these down and I have to re open

    My I Mac has developed a pink cloud in part of the grey top bar and also if I leave for awhile with Safari or anything else left on when I return it has closed these down and I have to re open them, has anybody got any ideas how to cure these problem

  • How does this forum works?

    Forum members come up with suggestions and report defects all the time. But the question is: where does our suggestions and reports go? Will Sony looking to our discussion here and improve our phones with every update or we just talking to each other

  • Drag and drop row within same table.

    Version 12.1.2 I am trying to implement drag and drop row within same table, and I am trying to follow this sample from Frank: http://www.oracle.com/technetwork/developer-tools/adf/learnmore/106-reorder-table-rows-1921121.pdf But, I am getting this c

  • Available/used space display in folders

    Hello all, I went from Snow Leopard to  Mavericks, and prior to Mavericks my hard drive folder and external hard drives for example would show me how much space I had available in each at the bottom of their windows when I would open them. Is this st

  • XML C++ SDK Class Generator Question

    Hello. I have an XML schema definition file where some elements are defined inside other elements. When I generate classes for this schema I don't get classes for such elements (but only for the outermost level elements). How to use the class generat