Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 9 of 9
Search took 0.04 seconds.
Search: Posts Made By: NorbNYC
Forum: JavaScript programming 11-11-2012, 01:35 PM
Replies: 2
Views: 297
Posted By NorbNYC
Yup it was my mistake, numbertohide wasn't...

Yup it was my mistake, numbertohide wasn't actually coming out to 2.

Thanks Dan
Forum: JavaScript programming 11-11-2012, 01:29 AM
Replies: 2
Views: 297
Posted By NorbNYC
variable valuation in the for statement

Hi folks.

I know numbertohide = 2.

How come
for (var h=numbertohide;h<6;h++)
{

inputselectionelementid = '#inputselection' + h; ...
Forum: DOM and JSON scripting 11-05-2012, 03:31 AM
Replies: 1
Views: 729
Posted By NorbNYC
Can someone connect the dots for me? Javascript to Python via JSON

Hi all,

I'm looking for a way for javascript to interact with python (which runs a server side process). Essentially I want to send a command with a the web, and have python execute certain code....
Forum: JavaScript programming 09-16-2012, 11:57 AM
Replies: 2
Views: 230
Posted By NorbNYC
Thanks for this - is there anywhere where I can...

Thanks for this - is there anywhere where I can read up more on this. I'm still having trouble comprehending how it's able to load any image with this elongated file name.
Forum: JavaScript programming 09-15-2012, 04:20 PM
Replies: 2
Views: 230
Posted By NorbNYC
Newbie question: if (document.images)...

function reloadImage() {
if (document.images) {
document.images.myImageName.src = 'webcamcapture.jpg?' + (new Date()).getTime();
}
setTimeout('reloadImage()',5000);
} ...
Forum: JavaScript programming 09-15-2012, 01:28 PM
Replies: 1
Views: 215
Posted By NorbNYC
JS stops checking for server located file updates if the file is stale

Hi guys,

I have the following interval function executing every 0.5 second via SetInterval in Javascript:

$.ajax({
url: 'messaging/count.txt',
async: false,
success: function(data)...
Forum: JavaScript programming 08-28-2012, 02:17 AM
Replies: 2
Views: 305
Posted By NorbNYC
That did the trick! thanks

That did the trick! thanks
Forum: JavaScript programming 08-28-2012, 01:33 AM
Replies: 2
Views: 305
Posted By NorbNYC
Why do my CSS created buttons cause the page to scroll to top?

Regular html buttons work just fine, but the styled ones (Set High, Set Low, Bring world peace below) do more than asked of onclick- they also cause the page to scroll to the top.

What gives?
...
Forum: JavaScript programming 08-18-2012, 03:37 AM
Replies: 9
Views: 946
Posted By NorbNYC
Hi all, sorry to pull up what appears to be an...

Hi all, sorry to pull up what appears to be an ancient thread, but I'm am having the same caching issue using IE. I'm not clear as how to remediate it based on the above (sorry, somewhat new to JS)....
Showing results 1 to 9 of 9

 
Forum Jump

All times are GMT +1. The time now is 12:53 AM.