Quote:
Originally Posted by All_Starzes
Hello....
This hack for the Shoutbox vb 2.1 is great but i have an error in Internet Explorer....
In Firefox its all perfect.
erro ist in IE 'User' is null or no object... in this code snip:
Code:
function showUsers()
{
if (UserRequest)
{
if (UserRequest.handler.readyState == 4 && UserRequest.handler.status == 200 && UserRequest.handler.responseText)
{
Users = fetch_object('vbshoutwolusers')
Users.innerHTML = UserRequest.handler.responseText
setTimeout('requestUsers()', 10000)
}
}
}
I hope someone can help me.... please...
i will be crazy 
|
Works great on opera and ie right now. Question how do i set the width, my username is Caraudiojunkyard.com and the horizontal scrollbar shows up.