I updated the script on RSMaker.com and put a short notes there (see the note with pink background) Unfortunately, by doing that somehow it hid all the other tab content and put unnecessary need of clicking the tab before can see the content..Urm...let me rephrase. - Go to rsmaker.com - Choose a file from "server files" tab and choose an action e.g. upload. - The page will refreshed. Supposedly it should show users the "server files" page again with an option to upload file but in my case, users need to click on "server files" to continue with their action previously. Try it. - So, what I'm trying to achieve now is that to have the alert shows together with the content, not hiding content behind it. (What I meant with hiding content was the tab need to be click on before you can see the available options and upload bar.) So, perhaps someone here can take a look on the source of the site and tell me what went wrong. I honestly tried everything I can but still cannot solve this issue. Please help me.
I already told you this earlier, there is a javascript error, "document.getElementById('tb5') is null" - that's most likely why the rest isn't working (and i got this error in Firebug while browsing rsmaker.com!). it looks to me like you do indeed have a <table> with id=5, but it looks like it's inside of another table, try moving it outside.
Just a thought.... Have u made onclick event (on "server files") show the "upload input file" field? If yes, u should use onload event here.
I know you told me about the javascript error and when I tried to fix it, I did not know where to fix. I run firebug and did not notice any errors. Weird. The id="5" is within the table of other tab content. Where should I move it?
move the table with id=5 (remember the closing tag of this table also) just below the final </table> tag. i'm not saying it's a solution, but it's a start - seeing as you somehow aren't getting a javascript error and i am. it's just a warning btw, you dont see it probably if you haven't got firebug setup to catch it. out of curiousity, what did you change all the tab numbers to? e.g. is Main Window cell 1, and chat box cell 5? if so, then what tab is the one that pops up on first load (with the ".:Your Attention Please:." in it)?
I see that by default rapidleech shows tab1 as the main content. The "Your attention please" have no tab number as I want it to be shown above all tab content. Something like whichever tab people opened, the alert message will always be on top of the content. Or should I also have it in a tab?