Tagged Questions

0
votes
4answers
38 views

What is JavaScript’s Max Int? What’s the highest Integer value a Number can go to without losing precision?

Is this defined by the language? Is there a defined maximum? Is it different in different browsers?
0
votes
3answers
19 views

How can I reformat form input before POST using Javascript (or Rails)?

I have a field in my form labeled "Name" that will contain both the First & Last name. Our existing dynamic server (to which the form is being POSTed to), expects two separate …
0
votes
2answers
13 views

How to reproduce -‘An error has occured in the script on this page.’

Can any one give me a scripts (HTML/CSS/Javascript) that can reproduce this error on IE 7.0? I am trying to fix this bug in my page where I get this warning but could not exactly f …
1
vote
0answers
25 views

Move the cursor programmatically from one page to other page using JavaScript

Hello, I have 2 pages on the screen (actually more as it is a kind of proprietary web application with a few frames and I cannot figure out actually the whole structure) I enter …
0
votes
2answers
55 views

How can I use Javascript to identify a client?

I have a problem where I cannot identify visitors to my intranet page because their browser is configured to use a proxy, even for the local intranet. I always see the proxy IP and …
0
votes
1answer
23 views

What would make offsetParent null?

I am trying to do positioning in JavaScript. I am using a cumulative position function based on the classic quirksmode function that sums offsetTop and offsetLeft for each offsetP …
1
vote
4answers
46 views

Can event handler defined within javascript object literal access itself?

I know I could do this with closures (var self = this) if object was a function... <a href="#" id="x">click here</a> <script type="text/javascript"> var obj …
1
vote
1answer
45 views

Is there a fully-functional dropdown replacement for HTML SELECT that works in IE?

We determined in a previous question that many features of HTML SELECTs are not supported in IE. Is there an alternative widget that you would recommend from your experience that …
0
votes
0answers
33 views

Modifying the style attributes of selected table cells with jQuery?

I'm building a pretty basic HTML table creator/editor (based on a designMode iframe) at work, using direct DOM manipulation. It's a pain, obviously due to Internet Explorer. When …
-1
votes
5answers
82 views

php being called from JavaScript

hello, i have a html file calling this JavaScript. var xmlHttp function GetEmployee() { xmlHttp=GetXmlHttpObject() if(xmlHttp==null) { alert("Your browser is not supported?") } v …
0
votes
1answer
37 views

javascript user selection highlighting

I'm trying to find a way with javascript to highlight the text the user selects when they click some odd highlight button (as in <span style="background-color:yellow">highlig …
0
votes
10answers
74 views

javascript not being called

Hello, I am using this HTML <html> <head> <Title>EBAY Search</title> </head> <script language="JavaScript" src="ajaxlib.js"&g …
0
votes
1answer
21 views

submitting form

Hi I have used AJAXToolkit AutoComplete extender in my project.It works fines.But the issue is with the form of the page. when i type in the AutoComplete, i get list of suggestio …
0
votes
1answer
16 views

Comet applications without using IFrames

I am just getting started creating an AJAX application using server side push. I am using Grizzly Comet on Glassfish V2. Almost all the sample applications use IFrames for updating …
2
votes
5answers
47 views

Drawing on top of an image in Javascript

I want to let the user draw on an image in a browser. In other words, I need both bitmapped graphics and drawing capabilities, whether vector or bitmapped. Canvas looks good, but …

153050per page