php forum
php mysql forum
php mysql smarty
 
Topic Options
#109879 - 02/09/04 08:41 PM Another command for "block"?
PFCritics Offline
Junior Member

Registered: 02/06/04
Posts: 3
I am trying to use two tabbed menus on my website. With the coding I have, their is interferance between the two I believe in part of the code, causing one of them not to work. Here is part of the JavaScript Code:

Code:
 <!--
function show_table( table_id ) {
  if ( document.getElementById ) {
    var tbl_qb = document.getElementById( 'qb' );
    var tbl_rb = document.getElementById( 'rb' );
    var tbl_wr = document.getElementById( 'wr' );

    if ( table_id == 'qb' ) {
      tbl_qb.style.display     = 'block';
      tbl_rb.style.display = 'none';
      tbl_wr.style.display = 'none';
    }
    if ( table_id == 'rb' ) {
      tbl_qb.style.display     = 'none';
      tbl_rb.style.display = 'block';
      tbl_wr.style.display = 'none';
      }
    if ( table_id == 'wr' ) {
      tbl_qb.style.display     = 'none';
      tbl_rb.style.display = 'none';
      tbl_wr.style.display = 'block';

    }
  }
}

show_table( 'qb' );
remove_duplicate_games( 'qb', "" );
remove_duplicate_games( 'rb', "" );
remove_duplicate_games( 'wr', "" );
-->
 
I believe the problem has to do with the term "block" that I have in the coding. Does anyone know a word I can use to replace it on one of the codes? Or are there any other solutions?

Top
#109880 - 02/09/04 08:59 PM Re: Another command for "block"?
Ian Spence Offline
Master Hacker

Registered: 01/25/03
Posts: 3765
Loc: Saint Johns, PA
try, instead of 'block' , use ''

Top



Latest Posts
[7.2.1] - Naked shoutbox
by bellaonline
05/05/12 05:00 PM
[7.x] Stop Forum Spam Integration v0.4
by bellaonline
05/05/12 03:53 PM
Shout Box

(Views)Popular Topics
Known public proxy servers 1689885
Integrated Index Page (IIP) 5.3.1 555705
Finished-[6.5.2] Games Arcade Deluxe v1.9 501236
Integrated Index Page (IIP) 5.1.1 415112
TLD Bv2.1 Released - Threads Links Directory 396822
[6.0x] Who's Online 4.0.0 [Finished] 389412
Finished-[6.5.1] Integrated Index Page (IIP) 6.5 330423
Q & A 298663
Slash UBB 266936
[6.3.x] [beta] Hit Hack 2.0 227970
Forum Stats
13621 Members
59 Forums
37191 Topics
295716 Posts

Max Online: 686 @ 06/28/07 07:04 AM

 

 

 
fusionbb message board php hacks