Jump to content

inter4522

New Members
  • Posts

    2
  • Joined

  • Last visited

inter4522's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. This is php. There is two buttons that you can click on show info or hide info...I want the buttons gone and have it just show the data...
  2. here is the code <p style="text-align: center"> <a style="color: #004d99; font-family: Arial;font-size: 16px" onclick="GetData('groups', '{$groups[g].id}','show')" id="show_hyips_{$groups[g].id}"><img src="images/show{$groups[g].name}.png" id="img_show_{$groups[g].id}" border="0" /></a> <a style="color: #004d99; font-family: Arial;font-size: 16px" onclick="GetData('groups', '{$groups[g].id}','hide')" id="hide_hyips_{$groups[g].id}"><img src="images/hide{$groups[g].name}.png" id="img_hide_{$groups[g].id}" border="0" /></a></p> I need this code to display the data right away and not display buttons to click on to show data and hide data...
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.