12-15-05 07:51 AM
Thank you Brian,
Yes, you are right. Using Javascript window.open(<paramtersList> ) is the
only idea i have so far, but it will be a kind of Pop up , we have to
beware of newest browser standards that blocking pop-up.
Sigh, my project sponsor don't understand it, I have to keep working on it.
Regards
alex
"Brian J. Sayatovic" <bsayatovic@amig.com> wrote in message
news:dnpngr$7u1g$1@news.boulder.ibm.com...
> While there are old JavaScript tricks where you can pop up a new browser
> window, turning of toolbars, addressbar, etc., you can't rely on this for
> two reasons:
>
> 1. The newest browser standards are going to prevent that so that web
pages
> can't masquerade as system dialogs tricking users into doing bad things.
>
> 2. You can never rely on particular HTML client (i.e. browser) features
for
> security. Never trust the client. Always enforce security from the
server.
> Things like this you do in the client are only for the user's convenience,
> not systematic enforcement.
>
> Regards,
> Brian.
>
> "alex" <zhenleil@hotmail.com> wrote in message
> news:dno3ur$9jn8$1@news.boulder.ibm.com...
> browser's
Please[vbcol=seagreen]
>
>
[ Post a follow-up to this message ]
|