|
 |
application_development thread: System Login problem...
Message #1 by quintons@k... on Thu, 1 Nov 2001 11:40:05
|
|
I am developing a knowledge base reseach web site which has a login
screen. I am looking to Send data and recive a response from the server
which will tell me weather or not the security login information that the
user has entered is correct, But I wish to do this without having to
refresh the browser.
Can this possiby be done? if so what technologies are capable of pulling
this off.
Many thanks,
Quinton.
Message #2 by <parmarkanaiya@y...> on Thu, 1 Nov 2001 20:51:43 +0530
|
|
Quinton,
One thing is de-facto that if you want to have anything checked from the
database, you need to make a trip to the server from the client/browser
and hence your browser needs to get refreshed. But yeah, in IE, you can
user inner frame in the page so with the help of it, you don't need to
refresh the whole page, you just need to refresh te said inner frame
only. for example, you must have seen the rotating banners on various
sites which are getting altered without affecting whole page.
Syntax is something like this. Plz check out this syntax from other
reference.
<IFRAME SRC="" and other attributes>
Another way, could be using an applet and through applet you can fetch
data from the server without refreshing whole page, only applet would
get affected.
HTH,
Kanaiya Parmar
----- Original Message -----
From: <quintons@k...>
To: Application Development <application_development@p...>
Sent: Thursday, November 01, 2001 11:40 AM
Subject: [application_development] System Login problem...
> I am developing a knowledge base reseach web site which has a login
> screen. I am looking to Send data and recive a response from the server
> which will tell me weather or not the security login information that the
> user has entered is correct, But I wish to do this without having to
> refresh the browser.
>
> Can this possiby be done? if so what technologies are capable of pulling
> this off.
>
> Many thanks,
> Quinton.
Message #3 by Quinton Sheppard <quintons@k...> on Thu, 1 Nov 2001 17:41:36 -0000
|
|
Kanaiya,
Do you know of an applet which I could aquire to do the job, maybe one that
I could pre-configure to add the appropriate text box's for user input.
Quinton.
-----Original Message-----
From: Kanaiya Parmar - Yahoo [mailto:parmarkanaiya@y...]
Sent: Thursday, November 01, 2001 3:22 PM
To: Application Development
Subject: [application_development] Re: System Login problem...
Quinton,
One thing is de-facto that if you want to have anything checked from the
database, you need to make a trip to the server from the client/browser
and hence your browser needs to get refreshed. But yeah, in IE, you can
user inner frame in the page so with the help of it, you don't need to
refresh the whole page, you just need to refresh te said inner frame
only. for example, you must have seen the rotating banners on various
sites which are getting altered without affecting whole page.
Syntax is something like this. Plz check out this syntax from other
reference.
<IFRAME SRC="" and other attributes>
Another way, could be using an applet and through applet you can fetch
data from the server without refreshing whole page, only applet would
get affected.
HTH,
Kanaiya Parmar
----- Original Message -----
From: <quintons@k...>
To: Application Development <application_development@p...>
Sent: Thursday, November 01, 2001 11:40 AM
Subject: [application_development] System Login problem...
> I am developing a knowledge base reseach web site which has a login
> screen. I am looking to Send data and recive a response from the server
> which will tell me weather or not the security login information that the
> user has entered is correct, But I wish to do this without having to
> refresh the browser.
>
> Can this possiby be done? if so what technologies are capable of pulling
> this off.
>
> Many thanks,
> Quinton.
Message #4 by "Kanaiya Parmar - Yahoo" <parmarkanaiya@y...> on Sat, 3 Nov 2001 08:10:43 +0530
|
|
This is a multi-part message in MIME format.
------=_NextPart_000_0029_01C1643F.08D24600
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Quinton,
Actually, applets should be written as per our requirements. It may
happen that publicly available applets may not be of use to you. Still,
you do one thing, move on java.sun.com and then there move on applets
part. There you would find lots of URLs on which you can find such
freely available applets which can serve your purpose upto some extent.
Let me know if you don't get the URLs, i would try to gather them up and
send them to you.
HTH
Kanaiya
----- Original Message -----
From: Quinton Sheppard <quintons@k...>
To: Application Development <application_development@p...>
Sent: Thursday, November 01, 2001 11:11 PM
Subject: [application_development] Re: System Login problem...
> Kanaiya,
>
> Do you know of an applet which I could aquire to do the job, maybe one
that
> I could pre-configure to add the appropriate text box's for user
input.
>
> Quinton.
> -----Original Message-----
> From: Kanaiya Parmar - Yahoo [mailto:parmarkanaiya@y...]
> Sent: Thursday, November 01, 2001 3:22 PM
> To: Application Development
> Subject: [application_development] Re: System Login problem...
>
>
> Quinton,
>
> One thing is de-facto that if you want to have anything checked from
the
> database, you need to make a trip to the server from the
client/browser
> and hence your browser needs to get refreshed. But yeah, in IE, you
can
> user inner frame in the page so with the help of it, you don't need to
> refresh the whole page, you just need to refresh te said inner frame
> only. for example, you must have seen the rotating banners on various
> sites which are getting altered without affecting whole page.
>
> Syntax is something like this. Plz check out this syntax from other
> reference.
> <IFRAME SRC=3D"" and other attributes>
>
> Another way, could be using an applet and through applet you can fetch
> data from the server without refreshing whole page, only applet would
> get affected.
>
> HTH,
> Kanaiya Parmar
>
> ----- Original Message -----
> From: <quintons@k...>
> To: Application Development <application_development@p...>
> Sent: Thursday, November 01, 2001 11:40 AM
> Subject: [application_development] System Login problem...
>
>
> > I am developing a knowledge base reseach web site which has a login
> > screen. I am looking to Send data and recive a response from the
server
> > which will tell me weather or not the security login information
that the
> > user has entered is correct, But I wish to do this without having to
> > refresh the browser.
> >
> > Can this possiby be done? if so what technologies are capable of
pulling
> > this off.
> >
> > Many thanks,
> > Quinton.
>
parmarkanaiya@y...
$subst('Email.Unsub')
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
|
|
 |