I have a magazine subscription. I go into the publisher's website to change my address details (coz I've just moved house), and get to a list of hyperlinks. I click on one of these and a javascript error pops up:
So I View Source and locate the offending bit of code:
Before I phone or email the publisher to rant at them for pointing me at a useless non-facility I'd like to be able to provide them with some sort of solution, because it seems to me it should be a simple thing to sort out. But my javascript is fairly lamentable, hence this post.
Any solutions ?
Oh, er, I'm using IE6 SP1.
Cheers,
Mike
Code:
Object doesn't support this property or method.
Code:
<a href="javascript:document.forms['myformname'].submit();">Some text</a>
Any solutions ?
Oh, er, I'm using IE6 SP1.
Cheers,
Mike