Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

HOWTO: Data stream in to UP.browser

Hi,
Is there any way to stream in data to WAP phone browser (say UP.browser)
without user requesting for data.
To be clearer, If user logs in to some application in web server which keeps
getting data from a database every specified time interval (say score card
of live cricket match) then how to refresh UP.browser window with new data
every specified time interval until user logsoff from the application.
I am using asp to generate wml responses using data from relevant database.

-Chandrashekar
[536 byte] By [Chandra] at [2007-11-9 15:29:43]
# 1 Re: HOWTO: Data stream in to UP.browser
> Is there any way to stream in data to WAP phone browser (say UP.browser)
>without user requesting for data.

We haven't found a way to do this yet...

The way we worked around it was to
post a message to the phone telling
the user there is new information...

hope this helps...

take care
tony
Tony Farrell at 2007-11-12 0:16:39 >
# 2 Re: HOWTO: Data stream in to UP.browser
Hi Tony,

Thanks for the information, I hope we can also send alert to phone which
works on asynchronous push model, if that is so how we can use this facility
of provider in our application?

-Chandrashekar

Tony Farrell <tfarrell@brience.com> wrote in message
news:39eaf17d$1@news.dev-archive.com...
>
> > Is there any way to stream in data to WAP phone browser (say UP.browser)
> >without user requesting for data.
>
>
> We haven't found a way to do this yet...
>
> The way we worked around it was to
> post a message to the phone telling
> the user there is new information...
>
> hope this helps...
>
>
> take care
> tony
>
Chandra at 2007-11-12 0:17:33 >
# 3 Re: HOWTO: Data stream in to UP.browser
Why not set a timer that keeps refreshing the card?

/sten

"Chandra" <aithal_chandrashekar@hotmail.com> wrote:
>Hi,
> Is there any way to stream in data to WAP phone browser (say UP.browser)
>without user requesting for data.
>To be clearer, If user logs in to some application in web server which keeps
>getting data from a database every specified time interval (say score card
>of live cricket match) then how to refresh UP.browser window with new data
>every specified time interval until user logsoff from the application.
> I am using asp to generate wml responses using data from relevant database.
>
>-Chandrashekar
>
>
>
sten at 2007-11-12 0:18:36 >