Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Javascript] Remote Scripting


  • From: javascript@xxxxxxxxxx (BEKIM BACAJ)
  • Subject: [Javascript] Remote Scripting
  • Date: Thu, 28 Jun 2001 18:05:06 +0200

------=_NextPart_001_0001_01C0FFFC.DCD40DA0
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Try this http://msdn.microsoft.com/scripting/default.htm?/scripting/jscri=
pt/download/jsdown.htm link, you will find it useful I guess.
Or go to http://www.activeserverpages.com/learn/remotescripting.asp It ha=
s few god examples.


 =20
----- Original Message -----
From: Andrew Dunn
Sent: Thursday, June 28, 2001 3:16 PM
To: javascript@xxxxxxxxxx
Subject: RE: [Javascript] Remote Scripting
 =20
What is remote scripting??
 =20
Thanks.
 =20
 =20
-----Original Message-----
From: javascript-admin@xxxxxxxxxx [mailto:javascript-admin@xxxxxxxxxx]On =
Behalf Of BEKIM BACAJ
Sent: Thursday, 28 June 2001 7:50 PM
To: javascript@xxxxxxxxxx
Subject: Re: [Javascript] Remote Scripting


cursor style on body level can do...
 =20
but you have to find the way of controlling it's wait state and switching=
 it to ready mode again when the data are retrieved.
the logic of you're original script would be helpful to see what referenc=
e conditionals could be taken to manage the control of the display for th=
e cursor state.
----- Original Message -----
From: Andrew Gibson
Sent: Wednesday, June 27, 2001 3:55 PM
To: javascript@xxxxxxxxxx
Subject: [Javascript] Remote Scripting
 =20
I've been playing around with remote scripting and got it working ok.
The script I'm using grabs some database from a database and drops it int=
o a
Javascript function.

But I've noticed, while it is getting the data, the mouse just stays as a=
n
arrow and I'd like the mouse to be a hour glass, so the user knows someth=
ing
is happening.


Andrew Gibson


_______________________________________________
Javascript mailing list
Javascript@xxxxxxxxxx
http://www.LaTech.edu/mailman/listinfo/javascript




Get more from the Web. FREE MSN Explorer download : http://explorer.msn.c=
omGet more from the Web.  FREE MSN Explorer download : http://explorer.ms=
n.com

------=_NextPart_001_0001_01C0FFFC.DCD40DA0
Content-Type: text/html; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<HTML><BODY STYLE=3D"font:10pt verdana; border:none;"><DIV>Try this <A hr=
ef=3D"http://msdn.microsoft.com/scripting/default.htm?/scripting/jscript/=
download/jsdown.htm">http://msdn.microsoft.com/scripting/default.htm?/scr=
ipting/jscript/download/jsdown.htm</A>&nbsp;link, you will find it useful=
 I guess.</DIV> <DIV>Or go to <A href=3D"http://www.activeserverpages.com=
/learn/remotescripting.asp">http://www.activeserverpages.com/learn/remote=
scripting.asp</A>&nbsp;It has few god examples.</DIV> <DIV>&nbsp;</DIV> <=
DIV>&nbsp;</DIV> <DIV>&nbsp;</DIV> <BLOCKQUOTE style=3D"PADDING-RIGHT: 0p=
x; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; M=
ARGIN-RIGHT: 0px"> <DIV style=3D"FONT: 10pt Arial">----- Original Message=
 -----</DIV> <DIV style=3D"BACKGROUND: #e4e4e4; FONT: 10pt Arial; COLOR: =
black"><B>From:</B> Andrew Dunn</DIV> <DIV style=3D"FONT: 10pt Arial"><B>=
Sent:</B> Thursday, June 28, 2001 3:16 PM</DIV> <DIV style=3D"FONT: 10pt =
Arial"><B>To:</B> javascript@xxxxxxxxxx</DIV> <DIV style=3D"FONT: 10pt Ar=
ial"><B>Subject:</B> RE: [Javascript] Remote Scripting</DIV> <DIV>&nbsp;<=
/DIV> <META content=3D"MSHTML 5.50.4522.1800" name=3DGENERATOR> <DIV><SPA=
N class=3D840152013-28062001><FONT face=3Dverdana>What is remote scriptin=
g??</FONT></SPAN></DIV> <DIV><SPAN class=3D840152013-28062001></SPAN>&nbs=
p;</DIV> <DIV><SPAN class=3D840152013-28062001><FONT face=3Dverdana>Thank=
s.</FONT></SPAN></DIV> <DIV><SPAN class=3D840152013-28062001></SPAN>&nbsp=
;</DIV> <DIV><SPAN class=3D840152013-28062001></SPAN>&nbsp;</DIV> <DIV cl=
ass=3DOutlookMessageHeader dir=3Dltr align=3Dleft><FONT face=3DTahoma>---=
--Original Message-----<BR><B>From:</B> javascript-admin@xxxxxxxxxx [mail=
to:javascript-admin@xxxxxxxxxx]<B>On Behalf Of </B>BEKIM BACAJ<BR><B>Sent=
:</B> Thursday, 28 June 2001 7:50 PM<BR><B>To:</B> javascript@xxxxxxxxxx<=
BR><B>Subject:</B> Re: [Javascript] Remote Scripting<BR><BR></FONT></DIV>=
 <DIV>cursor style on body level can do...</DIV> <DIV>&nbsp;</DIV> <DIV>b=
ut you have to find the way of controlling it's wait state and switching =
it to ready mode again when the data are retrieved.</DIV> <DIV>the logic =
of you're original script would be helpful to see what reference conditio=
nals could be taken to manage the control of the display for the cursor s=
tate.</DIV> <BLOCKQUOTE style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; M=
ARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px"> <DIV=
 style=3D"FONT: 10pt Arial">----- Original Message -----</DIV> <DIV style=
=3D"BACKGROUND: #e4e4e4; FONT: 10pt Arial; COLOR: black"><B>From:</B> And=
rew Gibson</DIV> <DIV style=3D"FONT: 10pt Arial"><B>Sent:</B> Wednesday, =
June 27, 2001 3:55 PM</DIV> <DIV style=3D"FONT: 10pt Arial"><B>To:</B> ja=
vascript@xxxxxxxxxx</DIV> <DIV style=3D"FONT: 10pt Arial"><B>Subject:</B>=
 [Javascript] Remote Scripting</DIV> <DIV>&nbsp;</DIV>I've been playing a=
round with remote scripting and got it working ok.<BR>The script I'm usin=
g grabs some database from a database and drops it into a<BR>Javascript f=
unction.<BR><BR>But I've noticed, while it is getting the data, the mouse=
 just stays as an<BR>arrow and I'd like the mouse to be a hour glass, so =
the user knows something<BR>is happening.<BR><BR><BR>Andrew Gibson<BR><BR=
><BR>_______________________________________________<BR>Javascript mailin=
g list<BR>Javascript@xxxxxxxxxx<BR>http://www.LaTech.edu/mailman/listinfo=
/javascript<BR></BLOCKQUOTE><BR clear=3Dall> <HR> Get more from the Web. =
FREE MSN Explorer download : <A href=3D"http://explorer.msn.com/";>http://=
explorer.msn.com</A><BR> <P></P></BLOCKQUOTE></BODY></HTML><br clear=3Dal=
l><hr>Get more from the Web.  FREE MSN Explorer download : <a href=3D'htt=
p://explorer.msn.com'>http://explorer.msn.com</a><br></p>

------=_NextPart_001_0001_01C0FFFC.DCD40DA0--