Sidebar Hangs When Reopens Pop Up Window

Sep 9, 2009

I have a sidebar application, I am using an IM functionality inside this sidebar. When a user is logging in, the connection with chat server will generate on this sidebar.The sidebar itself acts as a parent window. When a user click on the IM icon inside the sidebar, a child Pop up window will open. The child Pop up window uses the connection objects from the Parent sidebar. When closing this child Pop up window, the sidebar hangs. When I tried to reopen the child Popup window, the Pop up window also hangs for a long time. But I can not find the exact reason behind this hanging of sidebar, after closing the Pop up window.

View 3 Replies


ADVERTISEMENT

Window Hangs In Loading

Mar 2, 2010

In one of my project I require to open new window on button click which uses images and CSS. After clicking on the button it shows all the things perfectly the only problem is the progress bar on on the window never show 100%. [code]...

View 2 Replies View Related

SVG Grapher Sidebar

Jul 11, 2002

If you by chance happen to have a SVG-enabled release of Mozilla handy (:)), take a look at the zip file attached to my reply on this thread (can't attach multiple files per reply).

Basically, it can graph:

functions:

polar equations
4 basic conic sections (circle, ellipse, hyperbola, and parabola)

It accepts any Javascript constant and method for input (graphing f(x) = Math.random()*x gets interesting).

And is basically really cool - the XUL interface is pretty slick imho too (was originally written in XHTML 1.1, but decided to learn XUL and rewrite it in it for fun).

And for even more fun - I define the example conic equations using presentation MathML 2.0 :D.

Anyway, I need to implement 2 things before it becomes really usable:

1. zooming - easy enough with the SVGTransform interface
2. changing the x-min/x-max, y-min/y-max box settings - which is also easy enough via SVGTransform.


If you regularly used a SVG-enabled Mozilla, what would you like to see in the sidebar calculator application?

View 23 Replies View Related

Any Way To Get Sidebar Google Map V3 In DIV?

Feb 13, 2010

Does anyone know how to get the sidebar for Google Map v3 in div's instead of the dropdown options? I'm using this google tutorial: [URL]

View 2 Replies View Related

XMLHttpRequest Hangs On ReadyState 3

Aug 11, 2006

I'm using the XMLHTTPRequest JavaScript object to fetch updated info
from the server.

The problem I'm having occurs on Windows 2000/IE 6. There is a very
long pause on readyState 3 (close to a minute, maybe more) but it
eventually gets to readyState 4. I have no idea why. The page works
just fine on Windows XP/IE 6.

There is no delay or hang up on the server side as far as I can tell
(if we get to readyState 3 is because the server already sent its
response).

Does anyone know what takes place between readyState 3 and 4 and why
does this happen on Windows 2000 but not on Windows XP? Code:

View 2 Replies View Related

Onmousedown Hangs In Mozilla

Jul 20, 2005

I'm trying to make it so when I click a image it prints out the image
again and a load of other stuff. So far i've got this far.

<html>
<head>
<script language="JavaScript" type="">
document.onmousedown = onmousedown;
function onmousedown(e)
{
document.writeln("hello");
}
</script>
</head>
<body bgcolor="FFFFFF">

<img border="1" src="iecadaptor.jpg">

</body>
</html>

but in Mozilla it prints out hello then hangs looking like it's doing
something then I have to press back. In Explorer it works doesn't hang.
Any ideas anyone why it's hanging in mozilla(linux)?
Also if I change the document.writeln("hello"); to

document.writeln("<img border="1" src="iecadaptor.jpg">");

it doesn't print out an image just hangs in mozilla. Any ideas?

Ideally I would like it so document.writeln doesn't have to reload to a
new page and just uses a layer using <div stuff but that's next.

View 6 Replies View Related

IE Hangs When Accessing Clipboard / Cause Of It?

Jul 28, 2009

We are using a javascript code which is setInterval("window.clipboardData.setData(' ')",20)in our application for managing clipboard content. While accessing our website via Internet Explorer 7, system will prompt a warning message �Do you want to allow this web page to access your Clipboard?�. This confirmation message will have two buttons �Don�t Allow� and �Allow Access� . Suppose if I click the input field in the Application, system will prompt this confirmation message , and I can continue by click on any of the button. but sometime it happens that the CUSTOMER NOT ABLE TO CLICK ANY OF THE CONFIRMATION BUTTONS, AND BROWSER WILL HANG ON. customer will not allow to disable/enable clipboard access properties via IE Tools->Internet options. THIS IS VERY VERY URGENT FOR ME.. Can anyone give a solution for this.

View 3 Replies View Related

Display A Sidebar Hyperlink?

Jul 22, 2011

I'm looking to add a "widget" to a website, but do not want to add to every page. Is there a way to add it to the main page and the entire site displays it. The site has many static pages :mad:

I want to use something like what is displayed on this website [url]...

The live chat link on the left hand side.

View 1 Replies View Related

JQuery :: Ajax Request Hangs IE6?

Oct 13, 2009

XP IE6 virtual PC for test, latest version of jquery the browser hangs after an ajax request. $.get("/myurl", {random: $.random()}, mycallback); I read that IE6 hangs for some cache searching stuff, that is why I added a randomstring with my $.random() but keeps hanging the browser.

View 1 Replies View Related

Show Sidebar Navigation On Only One Page?

Apr 20, 2011

<?php if ( is_404() || is_category() || is_day() || is_month() || is_year() || is_search() || is_paged() ) {?>
<li>
<?php /* If this is a 404 page */ if (is_404()) { ?>

[Code].....

how I can clean it up a bit, since there is stuff in there I don't think I need. I would like it to only be "Nyheder", under this there shall be (as now) a list of post, shown by which month they where made.

View 3 Replies View Related

Get The Form To Validate - It Hangs Up On Password

May 28, 2011

[URL]how I can get the form to validate it hangs up on password.

View 1 Replies View Related

Plugin To Make Sliding Sidebar?

Jan 16, 2011

I have a site that I'm building that I would like to have a scrollable sidebar using jQuery. I've attached the Photoshop concept screenshot showing the sidebar.

View 2 Replies View Related

JQuery :: Floating Sidebar Margin?

Jun 3, 2011

I already have most of the code to successfully float my sidebar and make it follow your scrollbar.The problem I have however, is that there is a small margin between the sidebar and the footer when the scrollbar reaches its end.How do I correct this little margin? Nothing, that important but I do want to fix it badly.

View 21 Replies View Related

Menu Hangs When Cursor Is Still Nearby

Jan 27, 2011

[code]...

This code allows me to make a drop down menu when the cursor hovers over a link.

I have a horizontal menu, so when I hover over a certain link, I get a drop down menu, but the problem is that it won't go away if my cursor is still around the horizontal menu. It will go away if my cursor is outside of the menu.[code]...

View 2 Replies View Related

JQuery :: Implement UI Tabs In Sidebar Widget?

Jan 8, 2012

How I can implement JQuery UI Tabbs into my WordPress Blogs Side Bar. What would be the most appropriate place to ask this question as I have zero experience with any of this and I am using the Genesis Framework for my Blog which can be found here[url]

View 2 Replies View Related

Restoring The Background On Collapsible Floating Sidebar?

Nov 4, 2010

I haven't used much Javascript before and I have a question about the following code. I've taken it from this tut [URL] and changed it a bit so it applies an expand/collapse functionality to a floating sidebar on the side of a website I'm working on.

When I remove the background on the toggle function, it refuses to come back. I have a feeling it's a simple solution, I just don't know what syntax to fill into the second part of the conditional to restore the background image. I've tried display, show, an actual path to the image...

<script language="JavaScript" type="text/javascript">
function toggle() {
var bar = document.getElementById('floater');
var barText = document.getElementById('f_news');

[Code]....

View 1 Replies View Related

Js Accordion Navigation In The Bottom Of The Sidebar On Site

Dec 17, 2009

I've been experimenting with accordion nav in the bottom of the sidebar on this site. I got it from this work put up by Marco van Hylckama Vlieg, and I think he's done a good job. At a glance, it looks like my menu works, but as you click around, you will see it is not consistent at remembering which section of the menu to leave open - it should remember its state. It uses cookies, and I wonder if there is a problem with that, or a conflict with other scripts on the site (this is a Squarespace site). I'm hoping a js expert might see an obvious problem. I asked Marco, but he saw no problem. I've tried it on several machines and always had problems.

View 1 Replies View Related

Exec Function Hangs In Internet Explorer

Feb 5, 2011

I am trying to get an exec to work on the following code:
Code:
i=0;
alert("before exec");
while ((result = /\r\n ?w:/g.exec(lines)) != null) { i++; } //Counts number of lyric lines
if (i > 1) lyricRegExp=/\r\n ?w:([^\]*)/ ;
alert("after exec");

If I find more than one occurrence of a line starting with "w:" (or has spaces before the "w"), I will need to change a regular expression used. The exec() runs fine in Firefox but hangs in Internet Explorer. The whole script I'm trying to test is abctst.htm on line 494. If anyone tries to run this click on Submit, my testing code is already filled in. The alerts shown will run first followed by about six more alerts before highlighted code is created in the bottom textarea.

View 4 Replies View Related

Looping Through All Form Fields Hangs System

Jul 20, 2009

I'm currently working on a PHP project, in which i have a search form for users to set search criteria and displays the result. for each result row i have created a checkbox for the user to select that row such that they will be able to identify which rows to export out.

now, as this could be a potentially generate a huge list of results, individually selecting each checkbox can be a pain. so i created a "toggle" checkbox which will toggle the checkboxes "on" or "off" using a javascript function.[code]...

View 4 Replies View Related

JQuery :: Googlemaps: Sidebar: Linking Externally To Menu Items?

Oct 24, 2010

Another quick question re. the JQuery sidebar I have on my Google map. I would like to link to individual markers from different websites or via email, so would like to convert for example, the 'javascript:myclick(7)' link on the menu to an external URL that will click to the marker and info box containing the video. Is this possible?I have tried something like [URL].. but that doesn't seem to work. Does someone know of anotherwayto do this?[URL]...

View 4 Replies View Related

Short Blip Sound Played Whenever Roll Over The Links In The Sidebar

Dec 20, 2010

the person whose site this is wants a short blip sound played whenever you roll over the links in the sidebar. I know it's not advised, but she insists. I've tried implementing a few scripts but no luck in Firefox or Chrome.

View 2 Replies View Related

JQuery :: Browser Hangs When User Clicks On Any Link On Page

Apr 12, 2010

I've got a jQuery ajax call to a php script which gets aborted when a user clicks on any link on the page.

The ajax call aborts ok, but the php script, which includes a sleep() function is not aborted until after the sleep() has finished sleeping.

Does anyone know if there's any way to make the sleep() function also abort when a user cancels / aborts the ajax request?

View 10 Replies View Related

Script With Document.write Inside Iframe Hangs First Time, Works Second Time (in IE)?

Dec 22, 2010

I have put together a script which does this:

1. Make ajax request (via getHTTPObject(), no libraries is used)

2. Create an iframe with script, src is "blank.html".

3. use iframe.document.write() to execute scripts (inkluding document.write based scripts) in the iframe.

4. call parent window's document to clone the iframe content.

5. Append the content clone to parent body.

Works like a charm in all browsers but IE, where every version - including IE9 beta - hangs on iframeWindow.document.close() with empty cache, leaving the window/tab unresponsible. When I force quit, restart and load the page again (now in cache) it works.What I've tried already:

* Googled.

* called the ajax request callback manually with string instead of request.responseText - it works even with empty cache here.Removed document.close() - resulting in scripts in iframe not executing at all (again, only with empty cache, cached pages works fine).

* Tested to make the ajax request synchronous - no difference.

Console.log trace:

Code:
append() begin
unlimited-scroll.js:160 install() begin
unlimited-scroll.js:194 iframe begin[code].....

View 2 Replies View Related

Child Window Close Event - Opening Another Link In A Separate Window Using Window.open()

Jan 29, 2010

I have a HTML and I am opening another link in a separate window using window.open() . The child window is something like 'http://yahoo.com' which is out side html. I need to refresh the parent window when the child window is closed.

View 4 Replies View Related

WEB Site Opens An Application Window And Then, From Its Original Window It Navigates To A Status Page?

May 11, 2011

My WEB site opens an application window and then, from its original window it navigates to a status page.

Code:
var newWindow
function popUpApplication() {

[code]...

View 5 Replies View Related

Automaticaly Clsoe The Parent Window When The Child Window Opened In Firefox?

Mar 24, 2011

i have this code i need to close the parent.html window when the child window opened, i need the code for that working well in IE and Firefox Parent.html

<HTML>
<SCRIPT TYPE="text/javascript">
function sendTo()
{
window.open('child.html','_blank','resizable=yes,width='+(screen.width-500)+',height='+(screen.height-500)+'');
}
[Code]...

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved