Reply
Old 04-30-2006, 03:45 PM DOM help
rab
Average Talker

Posts: 21
I'm having problems with this bit of code.

index.html
Code:
<a href="index.php?id=home" onmouseover="writeinfo('home')">Home   </a>|


<div id="information">
                                modules <br />
                                modules <br />
                                modules <br />
                                modules <br />
                                modules <br />
</div>
js file
Code:
function writeinfo(type)
{
    var info;
    if(type=='home')
    {
       info = "<div align='center'><b>Home Page</b></div><br />
             News is displayed<br />";
    }else if(type=='flash')
    {
         info = "<div align='center'><b>Flash</b></div><br />
             All of my flash creations, good or bad<br />
            I've just started to learn flash.<br />
            If you want to use something, tell me<br />
            Questions and comments are welcome<br />";
    }else if(type=='web')
    {
         ....
    }

document.getElementById('information').innerHTML=info;

return;
}
Any help?
rab is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
     
Old 04-30-2006, 03:49 PM Re: DOM help
chrishirst's Avatar
Super Moderator

Posts: 11,866
Location: Blackpool. UK
and the problem is ????
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
Indifference will be the downfall of mankind, but who cares?
Code Samples | People Counting System
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 04-30-2006, 03:56 PM Re: DOM help
rab
Average Talker

Posts: 21
it wont work
rab is offline
Reply With Quote
View Public Profile
 
Old 04-30-2006, 04:12 PM Re: DOM help
chrishirst's Avatar
Super Moderator

Posts: 11,866
Location: Blackpool. UK
what debugging errors are there ?
have you used FF and the javascript console?

more to the point why oh why are you writing content onto the page with javascript?????!!!
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
Indifference will be the downfall of mankind, but who cares?
Code Samples | People Counting System
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Reply     « Reply to DOM help
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.12499 seconds with 13 queries