Every time I open a thread on this board I get a run time error line 30 object required.
- Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
- Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!
Run Time Error on this board
Collapse
X
-
Karl1
Karl1- Thanks (Given):
- 0
- Thanks (Received):
- 0
- Likes (Given):
- 0
- Likes (Received):
- 0
-
ScotsPine
ScotsPine- Thanks (Given):
- 0
- Thanks (Received):
- 0
- Likes (Given):
- 0
- Likes (Received):
- 0
-
Geffa
Geffa- Thanks (Given):
- 0
- Thanks (Received):
- 0
- Likes (Given):
- 0
- Likes (Received):
- 0
Re : Object Error
Simple JS bug.
They need to change the showEl method to
function showEl(name,s)
{
if (document.getElementById)
        {
                var el = document.getElementById(name);
                if (el != null)
        el.style.display = (s)?"":"none";
       
        }
}
Checking that the element actually exists before trying to tweek its display style property.Comment
-
t0bytoo
t0bytoo- Thanks (Given):
- 0
- Thanks (Received):
- 0
- Likes (Given):
- 0
- Likes (Received):
- 0
or..
you could switch off script debuggin in your browser:
tools>internet options>advanced> disable script debuggingComment
-
fiddleabout
fiddleabout- Thanks (Given):
- 0
- Thanks (Received):
- 0
- Likes (Given):
- 0
- Likes (Received):
- 0
Re: or..
hmm..
I'm feeling left out here - I don't see any js errors and I still have js debugging turned on. (IE6 here and 5.summat at the orifice)
what am I doing wrong ?
oh woe woe...Comment
- Home
- News & Features
- First Timers
- IR35 / S660 / BN66
- Employee Benefit Trusts
- Agency Workers Regulations
- MSC Legislation
- Limited Companies
- Dividends
- Umbrella Company
- VAT / Flat Rate VAT
- Job News & Guides
- Money News & Guides
- Guide to Contracts
- Successful Contracting
- Contracting Overseas
- Contractor Calculators
- MVL
- Contractor Expenses
Advertisers
Contractor Services
CUK News
- The weird, the wonderful and the genuinely useful: what contractors get wrong about expenses Today 06:00
- Right to Work changes from October 2026: a contractor’s explainer Yesterday 15:46
- Data Kraken v Torry Harris: 5 lessons for software developer contractors Yesterday 06:09
- Loan Recall Case Study: Amanda Sep 1 06:00
- How IR35 inflated an £8.5bn consultancy bill — and tests Burnham at the Budget Aug 28 07:47
- Autumn Budget 2026: FCSA’s 5 contractor asks of John Healey Aug 27 04:15
- Andy Burnham's Zoom gripe doesn’t apply to IT contractors, say recruiters Aug 26 03:41
- Check your Loan Recall paperwork for the Isle of Man: it could matter Aug 25 03:27
- Budget 2026: Contractor advisers ask for ‘IR35 reset’ Aug 24 04:57
- Why might an umbrella company fail to pay its total tax bill to HMRC? Aug 18 06:08

Comment