H
Harry
I have a couple of questions concerning both asp.net and
javascript, if anyone could take some time to enlighten
me on this I'd appreciate it a lot, and sorry if JScript
is out of topic on this forum - in that case ignore this
post.
- Is there any way in javascript to retrieve the
favorites from the user browser, so that they could be
displayed on an .aspx page ? I know there's an easy way
to add a link to the favorites list, but for obvious
security reasons I guess there's no way to get access to
the list itself.
Could someone confirm/infirm my thought ? <- I could do
this with a .net embedded control, but this requires File
Access security permissions which I will not have, so
javascript seems the only way to do this.
- Second and last question, what is the best way to
display an "uploading ..." message on a page ?
My situation is as follows : the user is uploading from
his local drive to the asp server, which is in turn
uploading this to a web service. I fail to see a way to
display the message during the upload from the client to
the asp server (maybe with JScript ?), and creating a new
page just to display the message during the asp->web
service upload is not only cumbersome, it's also a pain
to do since the client file is not accessible directly
anymore and needs to be saved locally.
Thanks a lot for any answer !
Harry
javascript, if anyone could take some time to enlighten
me on this I'd appreciate it a lot, and sorry if JScript
is out of topic on this forum - in that case ignore this
post.
- Is there any way in javascript to retrieve the
favorites from the user browser, so that they could be
displayed on an .aspx page ? I know there's an easy way
to add a link to the favorites list, but for obvious
security reasons I guess there's no way to get access to
the list itself.
Could someone confirm/infirm my thought ? <- I could do
this with a .net embedded control, but this requires File
Access security permissions which I will not have, so
javascript seems the only way to do this.
- Second and last question, what is the best way to
display an "uploading ..." message on a page ?
My situation is as follows : the user is uploading from
his local drive to the asp server, which is in turn
uploading this to a web service. I fail to see a way to
display the message during the upload from the client to
the asp server (maybe with JScript ?), and creating a new
page just to display the message during the asp->web
service upload is not only cumbersome, it's also a pain
to do since the client file is not accessible directly
anymore and needs to be saved locally.
Thanks a lot for any answer !
Harry