I have finally sourced the error that was causing the error in the inline.js file.
Code:
// ################################################################### // Set the name of the go button function write_button(avalue)
{
fetch_object("inline_go").value = "Go (" + avalue + ")";
}
Everytime my friend tries to access a thread he got and error message, and the above code was what his debugger returned.
Your help with this would be apprecaited.