Then I'm sorry...
I have no idea why remote scripting would execute before that line of code.
And unfortunately, I have no experience of remote scripting...
/Robert
-----Original Message-----
From: Gadigi, Suresh [mailto:GadigiS@n...]
Sent: den 10 december 2001 15:37
To: javascript
Subject: [javascript] Re: DHTML: cursor position in text box and busy cursor
Robert,
The code is correct, it is spelled as 'cursor'. it was my typo error in
writing the mail..
Once, the control comes back to the function, the cursor changes to the busy
one,, but does not changes before calling the remote script, even though the
wait cursor is specified before calling the remote script.
Suresh
-----Original Message-----
From: Nyman, Robert [mailto:Robert.Nyman@i...]
Sent: Monday, December 10, 2001 9:28 AM
To: javascript
Subject: [javascript] Re: DHTML: cursor position in text box and busy
cursor
document.body.style.cursor = "wait"; should work just fine.
I'm just guessing here, but did you copy and paste your code?
Because there was a spelling error in, cusor instead of cursor
(window.document.body.style.cusor = "wait";).
/Robert
-----Original Message-----
From: Gadigi, Suresh [mailto:GadigiS@n...]
Sent: den 10 december 2001 14:37
To: javascript
Subject: [javascript] Re: DHTML: cursor position in text box and busy cursor
Gerhard,
Thanks for that, that solved the first problem. any ideas for the second
problem?
Regards,
Suresh
-----Original Message-----
From: Gerhard Wentink [mailto:data@w...]
Sent: Friday, December 07, 2001 12:39 AM
To: javascript
Subject: [javascript] Re: DHTML: cursor position in text box and busy
cursor
There was a discussion on this topic in this list in november. The subject
was "placing character in Textarea" I think you will find what you want
there.
Regards,
Gerhard Wentink
----- Original Message -----
From: "Suresh Gadigi" <gadigis@n...>
To: "javascript" <javascript@p...>
Sent: Thursday, December 06, 2001 9:12 PM
Subject: [javascript] DHTML: cursor position in text box and busy cursor
> Hi All,
>
> I have couple of problems which i am not able to resolve.. please
> help.. I need this to work on IE 5+
>
> 1. There is an Text box and i need to insert some special
> characters into this text field where the cursor is placed
> on the text box.
> For Ex: if the Text field has value "The quick brown" and
> if the cursor is placed between 'quick' and 'brown', and
> click an another button should insert some special
> characters between 'quick' and 'brown'
>
> I am able to insert special characters at the end of the
> text field value, but i need to insert these characters where
> the cursor is positioned in the text box..
>
> Is there any way to get the cursor position within the
> text field??
>
> 2. I have a page which uses remote scripting to do some
> functionality. I need to change the cursor to a busy one
> when i am calling the remote scripting. I have the written
> the code to change the cursor to busy cursor, (
> window.document.body.style.cusor = "wait"; ), IE is not
> changing the cursor to busy cursor.
>
> Is there any another way to change the cursor to a
> different one???
>
> Thanks in Advance,
> Suresh
>
$subst('Email.Unsub').
>
"The information in this email, and in any attachments,
may contain confidential information and is intended
solely for the attention and use of the named addressee(s).
It must not be disclosed to any person without authorization.
If you are not the intended recipient, or a person responsible for
delivering it to the intended recipient, you are not authorized
to, and must not, disclose, copy, distribute, or retain this
message or any part of it."
"The information in this email, and in any attachments,
may contain confidential information and is intended
solely for the attention and use of the named addressee(s).
It must not be disclosed to any person without authorization.
If you are not the intended recipient, or a person responsible for
delivering it to the intended recipient, you are not authorized
to, and must not, disclose, copy, distribute, or retain this
message or any part of it."