javascript - Status bar Message Not shown on hosted website -
i have used below script show message on status bar in browser.
if session("username") isnot nil dim strusermessage string = session("username").tostring & ", welcome abc application" page.clientscript.registerstartupscript(me.gettype(), "struser", "<script>window.status = '" & strusermessage & "' </script>") end if
however, message shown on locahost/intranet.
but whenever have hosted site on internet. message not shown.
do have create configuration settings ???
javascript asp.net
No comments:
Post a Comment