Quote:
Originally Posted by simonejones
Can i just ask where exactly in the code this goes?
|
The onClick is an attribute of the anchor tag, so combined they would look like this:
HTML Code:
<a href="scripts" onclick="window.location='?module=scripts'"></a>
To be honest though I don't see a reason why this would fix anything, although obviously it did for the OP. If this doesn't solve your problem then come back and link us to an example of a script not working and we'll be happy to have a look through the code and hopefully offer a solution.