Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~24.4K People Reached
Favorite Forums
Favorite Tags
Member Avatar for MattTheHat

Is it possible to do something like this? [icode]<div id="btn1" onclick="//somehow call page2Link here"><a href="page2.html" id="page2Link">Page 2</a></div>[/icode] Basically it's to try and make the text work with the a:hover text effect I have whilst making the whole layer sensitive to clicks. i tried this already: [icode]<a href="page2.html" id="page2Link"><div id="btn1" ><a …

Member Avatar for Killspree2012
0
23K
Member Avatar for b0tz

Hello, I need a script that will be added after </body> and will be displayed at the top of the page. I know is posible, I have one : [CODE]<script type="text/javascript"> var object = document.createElement('div'); object.innerHTML = 'The banner script is HERE'; var body = document.getElementsByTagName('body')[0]; body.insertBefore(object, body.firstChild); </script>[/CODE] The …

Member Avatar for b0tz
0
253
Member Avatar for MattTheHat

Hi all, I'm having some fun with the good old "object expected" error from IE and was hoping you guys could help me out. I get the error message Object Required : Line 86. mmm cryptic as there is only 67 lines on that page but after some digging I …

Member Avatar for Airshow
0
89
Member Avatar for postal07

I have been trying this also and can,t get it to work thought i had the right code.Please help

Member Avatar for codejoust
0
528
Member Avatar for MattTheHat

I'm having a problem with a quite complex piece of code, basically i cannot use an onClick event on my <div></div> element because it contains a flash file that is capturing all the clicks on it. Let me guide you through my code: It uses an XML document to load …

Member Avatar for MattTheHat
0
170