Slow window onload on large page
Thu, 12 Jan 2006 08:41:03 -0800
I'm not sure this is a scripting problem, but here goes:
We are developing web-based applications that are heavily reliant on
client-side programming, and many of our apps are based on SQL-based data
with many line items. In this particular case, we use AJAX to retreive the
line items, and dynamically po ...
|
Error: Overflow or underflow in the arithmetic operation
Wed, 11 Jan 2006 13:38:24 +0100
Hi,
I get a strange error in JScript aspx pages. When I call the String
function .indexOf I sometimes get the error 'Overflow or underflow in
the arithmetic operation'. I tried solving this error by using a
dedicated function:
function ccIndexOf(aStr, aSrch, aPos, aCounter)
{
var startPos = aPos ? aPos : ...
|
Good scripting books
Tue, 10 Jan 2006 11:53:04 -0800
Anyone have suggestions for a good beginner scripting book?
--
Thanks! ...
|
Connecting to a .Net Object
10 Jan 2006 07:38:12 -0800
I inherited some jscript. I don't know much about it. The following
code:
var o = new ActiveXObject("ASCMenu.Application")
o.DoCmd(MyString);
seems to hook up with an ActiveXObejct that is currently running.
Application is a class in the object which is VB6 and DoCmd is a method
...
|
check Overflow for <DIV>
Sat, 7 Jan 2006 14:02:49 -0500
Hello,
In DHMTL page, I have "<DIV style='width=100px;overflow:hidden'
id=divTest>test test test test</DIV>", I need to check if all text within
"<DIV>" and "</DIV>" is displayed; in other words, check if any charactor is
hidden. Could you tell how to check it by using javacript? Thanks a lot.
Charlie
...
|
Javascript UserControl
6 Jan 2006 10:39:11 -0800
Hi,
I have a usercontrol that gets loaded in an aspx page. I have
textboxs on the page and at the end of the second textbox I have an
onchange event that should fire, calculating acouple of values and
putting them in the third textbox but its not working. What am I doing
wrong?
Heres some code:
<td><a ...
|
showModalDialog displays status bar when told not to
Fri, 6 Jan 2006 10:09:45 -0500
I am opening a modal dialog with showModalDialog.
I specify "status: No;" but the status bar is displayed anyway.
This happens on the msdn example of the showModalDialog at
http://msdn.microsoft.com/workshop/samples/author/dhtml/refs/showModalDialog.htm
I set Dialog Box Status to No, and the method syn ...
|
|
|
Need help reading controls added dynamically using JavaScript (innerHTML) in asp.net
Sun, 1 Jan 2006 08:46:21 -0500
Greetings,
I am creating a web form which will all the user to add an unlimited number
of email addresses. Basically I have 3 buttons, "Add Another Email", "-" to
remove, and a "Save" button. When the user clicks the "Add another email" it
will call a client side JavaScript function, add_email, which will ...
|
using the power of jscript
Fri, 30 Dec 2005 13:44:02 -0800
Hi guys, I'm just wondering about jscript and how it can help me out.
I'm a coder who is making a game where people will be able to script their
own creations. Would i be able to use jscript, define some parameters and
have people code their creations in jscript?
Essentially what I'm asking is whether i ...
|
Continuous Webpage Autoscroll
Fri, 30 Dec 2005 09:37:02 -0800
I'm looking for any information on how to make a webpage function in this
order:
1. Page autoscrolls from top to bottom
2. Page refreshes
3. Page returns to top and autoscrolls from top to bottom, again
(this loops continuously)
So, I have a work in progress report in a production area and need t ...
|