Programs With Long Run Time - System Halts

Mar 26, 2010

When I run a Javascript program that needs a long run time, the system halts periodically with the message "a script in this program is causing your computer to run slowly ..." and I have to click to restart the program. Is there a way of cancelling this facility, or of adjusting the time it allows before responding? This seems a simple question but I have not been able to find an answer. I have used IE7, IE8 and Chrome.

View 8 Replies


ADVERTISEMENT

Tight Loop Of Code Long For A Long Period Of Time Without Freezing The Page?

May 11, 2011

Is their anyway to have a tight loop of code long for a long period of time without freezing the page? I want to be able to do:

for (i=0;i<9999999999;i++){
//some code
if (i%100==0){
yield();
}
}

View 8 Replies View Related

Programs That Connect In Real Time With A Server

Oct 14, 2011

I am wanting to write some programs that connect in real time with a server. The problem is I do not have a server and really do not know a whole lot about servers. I do know the basics, it connects with sockets and uses a unique port but I do not know how to build one, So I turn here.

Is it possible to make a server using javascript? If not, then what language is used for servers? is it possible for JS to connect to a foriegn language server?

Anyone know where some good tuts are on this? I type in javascript server in yahoo and just get info on JSP and SSI's..

View 3 Replies View Related

Check The User Enter Time With Current System Time

Mar 2, 2011

I am trying to check the user enter time with current system. If user enter the time less than the current system time then I want to display the alert box. But the code is not working. Here is the code

<html>
<head>
<title>test</title>
<script type="text/javascript">
var d = new Date();
var curr_hour = d.getHours();
var curr_min = d.getMinutes();
[Code].....

View 11 Replies View Related

Passing Server Time - Countdown Timer That Currently Uses The Client's System Time To Calculate The Countdown

Feb 4, 2011

I'm using a javascript-based countdown timer that currently uses the client's system time to calculate the countdown. I assume that this line of code is where this is performed:

Code:

I'm trying to make the script use server time instead as some people may have wrong dates/times set or live in different time zones etc.

So what I did was use a bit of php:

PHP Code:

This gives a result but now the countdown is 30 days off. I am testing on my local xampp server (which also uses system time) so there should be no discrepancy. I also tried adding

Code:

But no difference.

I can post the whole script if required but it is reasonably long.

View 9 Replies View Related

Cookie To Not Expire For A Long Time?

May 31, 2010

I am using jQuery to set a cookie and the expiration date is:

date.setTime(date.getTime() + (options.expires * 24 * 60 * 60 * 1000));

which lasts for 1 day, but I would like the cookie to not expire for a long time, is this possible? I know google has one that like expires in 2035 or something but I would like this on to last long. What should I do?

View 4 Replies View Related

Way To Detect Overall System Idle Time?

Apr 16, 2009

Is there some way for javascript to detect an overall system idle time?I have seen examples and working copies of javascript detecting no mouse movements as long as the mouse cursor stays within the scope of the open browser window. What I am wanting is to detect mouse movements outside of the browser window, when the browser is minimized, etc. and have that not count against idleness.Basically I am wanting to be able to leave the browser window minimized and if the mouse is not moved within a certain period of time, that browser window is logged out of its current application.For the purpose of this, I am content to use mouse movement as the sole arbiter of idleness.Is something like this possible with javascript?

View 1 Replies View Related

Add 4 Hours To Current System Time?

Oct 26, 2011

I want to validate the time field so that the user can enter the time more than 3 hours from the current time.

View 2 Replies View Related

JQuery :: Tabs Halts Form Action Function?

Nov 3, 2011

As you'll notice, I have no idea what i'm talking about. With that said, let me explain. I have a form that with the action changing onSubmit. The form works fine by itself but, when I place it into the jquery tabs, it no longer calls the function onSubmit="SubmitSearch()" and uses the default action for the form. Here is the code and links:

[Code]...

View 2 Replies View Related

Handling With Clock - Take Value Of Current System Time In One Textbox In Another Textbox

Dec 31, 2010

I have two textfield in html forms I want to take value of current system time in one textbox in another text box I need manupulation(subtract 30 minutes) on times stored in textbox and want to display result in another textbox. is it possible through javascript?

View 1 Replies View Related

Where To Write Script Programs And How To Run Them?

Sep 14, 2010

where to write java script programs and how to run them

View 2 Replies View Related

Run Script Programs Locally Without Web Server Piece?

Feb 12, 2010

anyone know of a good method or run JavaScript programs locally without the web server piece? For example. I use jQuery, and develop in FF initially. Sometimes I will get a JS in error, something like Invalid Argument line 12 in jQueryThat tells me nothing. Which script is causing the error? Who knows. It's a pain as I'm sure many are aware. Aside from removing one script at a time, and clearing your cache all the time, is there a better method to pinpoint errors?

View 4 Replies View Related

Running Local Programs From A Webpage For Internal Users

Feb 9, 2007

I'd like a way to run a local program on the users system from a webpage.

Obviously this is generally a VERY BAD IDEA (format c: -y anyone?) but in this case it is internal and only a few people will be doing it, so the website can be put into any relevant "trusted" containers in the browser.

Basically what I want is a link like this:
<a href=.....>123.456.12.32</a>

and when the user clicks on the link it opens up their local copy of vnc and attempts to vnc to the IP address supplied.

View 4 Replies View Related

User Detail Detection Script And Versions Of The Programs Displayed And Automatically Updated?

Aug 24, 2009

I'm looking for a javascript that will detect the following user information: OS version, browser version, quicktime + flash + adobe reader + java + windows media player + sliverlight versions of the users computer.I am looking to put this script into an HTML page and the information be displayed so the user can see what versions of the programs they have. I don't know a whole lot about javascript so if there is a script i could copy and paste, that would be great!!!!

Also, is it possible to have the current versions of these programs displayed and automatically updated as well so the user can compare the version they have with the most current version of the program?

View 2 Replies View Related

Img Src Is Too Long

Jul 20, 2005

I am trying to create a ( xhtml 1.0 transitional ) page that contains "img" element.

The problem is that "src" would be really long. I have tried and some where along the way, end of the url is cutted down.

Does anyone know how to use POST-method for "img" "src"? Or alternate means for achieving what I am trying to do..

View 2 Replies View Related

How Do You Develop Long Bookmarklets?

Jan 16, 2007

To edit or modify a bookmarklet code, it must be in the form of a multi
line code in a html file or a js file.

But to test or run the bookmarklet, I need to do three things:

1. go to online bookmarklet builder site
2. paste my (multi-line) code there and generate bookmarklet link
3. drag it to toolbar

And I need to go thru these tedious three steps several times because
developing a long bookmarklet (like MyPage) is not like:
write code -test it -done.
but it's like:

write code -test it -it doesn't work. -modify code(put debugging
code) -test it -it still not work -modify code -...
How do you get around with this tediousness? Is there a way to skip the
three steps?

View 1 Replies View Related

Long Number To Array?

Feb 7, 2011

How do you take a long number such as Math.PI and break it out into an array? code...

I suppose that because of the decimal you would have to convert it into a string first? It would be ideal if I could keep the number as a number without converting it to a string, but I'm not sure if that's possible.

Every thread I've found online so far seems to indicate that you need a delimiter between the string you want to split up - that you can't just put every character of a string into an array... but there must be a way.

View 49 Replies View Related

Very Long Link In A Pop Up Window?

Aug 24, 2010

I have a problem with a very long link in a pop up window, when I do the same with a shortest one work fine but with this one does not work. Also I want to know how can I pass parameters to the link, for example: the value of one variable.

<script type="text/javascript">
function newPopup(url) {
popupWindow = window.open(

[code]....

View 4 Replies View Related

Ajax :: Get Function Take So Long In IE?

Aug 24, 2009

I don't have this problem in any other web browser. I've googled about and I haven't managed to find anything...

[Code]...

View 2 Replies View Related

Repositioning Long Forms After A Post

Dec 7, 2006

After a javascript-generated post event (this is a post, not ajax
messaging) the current screen has to be redrawn. But on *long forms*
(longer than a single screen) then the current screen positioning
is lost, and the current form ends up redrawn, with a different
vertical positioning--after the post event.

However, If I sent the x,y mouse position as post parameters,
and if the current widget (that generated the post) had
a well-known anchor tag name, would there be a way
to combine that much information, after the post, in order to redraw
the form close to it's original vertical positioning?

How?

View 6 Replies View Related

JQuery :: How To Abort A Long Poll

Apr 12, 2010

I've got the following jquery code querying my server, but can't figure out how to Abort the query and reload the page immediately if someone clicks on <a> link. how to abort the current (all) ajax calls if someone clicks on <a> link??

[Code]...

View 2 Replies View Related

JQuery :: Dom Ready Takes Very Long In IE 8?

May 20, 2009

I am hiding a login panel like:

$(document).ready(function() {
$("#login").css({marginTop: "-105px"});
});

But in IE 8 it takes very long to hide? I don't like to set it in CSS because if javascript is turned off people can still login as it is visible... is there anyway to make it faster ?

View 3 Replies View Related

JQuery :: Landscape Width Too Long?

Jun 22, 2011

Using jQuery Mobile, when I turn my phone (iPhone 3) into landscape, the width adjusts correctly and then extends. It's too long. It does this with paragraphs as well as lists. Even the [URL] site does this :)

How can I override the width? Is there any way to test iPhone 4? Any of you have one to test the [URL] site in landscape view?

View 1 Replies View Related

Geocoding Google Maps LAT LONG?

Feb 16, 2010

in my code below, I need to change the linemap.setCenter(new GLatLng(i[0], i[1]), 13); to have the LAT and LONG from my database therefore, I think maybe I need to open a database connection (which I think i am on the same page) and put some ASP in my JavaScript?!

[Code]...

View 1 Replies View Related

Figuring Out How Long It Takes To Become A Millionaire

Mar 6, 2006

I want to start out by entering an investment amount as well as an interest amount. Then I want to find out how many years it would take to become a millionaire, using each cycle through a looping statement as one year. What would be the best way to do this?

View 13 Replies View Related

Display Images With Long Titles?

Jul 17, 2011

m tryig to display titles of more than one word of scrolling images when hover on the images. But there is a problem in my code. It shows only the first word when hover the images. e.g the images title is "My first image" then it will display only 'My' as the title. Is there any option to fix this problem using the javascript.

View 3 Replies View Related







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