I searched through the forums a little, but I didn't find any glaring reference to this problem so apologies in advance if this has already been discussed.
I didn't personally do the install of the bv app in to our server (I think BV themselves did it for us.) But as long as I've been working on this system there has been an error with the logout function.
My javascript
knowledge isn't great, but I can basically follow the logic of stuff and follow the references around and so far as I can tell everything is referenced correctly. When I look at the signout link before clicking it, it does refer to the correct address:
http://99.139.xxx.xxx:xxxx/bvc5/logout.aspx and when I click it, it does seem to run the javascript
to log the user out, but it does not pop up the page that has a link back to "home." It just shows the default page can not be displayed error.
I haven't edited or moved any of the files that refer to these links and I'm pretty sure no one else has, but this is really driving me nuts.
If I manually change the link to the home page then obviously the log out script
won't run and that's no good either. Any suggestions? I don't really want to try hacking together a new script
from parts of the login and logout script
s since my brain is exploding from my html/css/asp binge of the last week and a half, but I don't think that's the problem anyway because the user is logged out when I navigate back to the main page.
Any ideas would be greatly appreciated.
edit:
I realized it's vbscript
, not js. But regardless, it isn't working and I don't know it very well.