ui tabs + tranfer $_GET

ui tabs + tranfer $_GET


Hi all.
First of all, pls excuse my bad english, especialy for the tecnic
terms...
I use in my website ui tabs. everythings works ok.
But i have to transmit GET var in the <div> open by the tab. So i've
wrote the <a href..> of the tab like that:
echo '<li><a href="index.php?id_mysql='. $donnees_2['id'] .
$donnees_2['options'] . '#fragement-' . $donnees_2['id'] .
'"><span>' . $donnees_2['nom'] . '</span></a></li>';
where $donnees_2['options'] is, for exemple,
&annee=2BAC&section=mecarat
the problem is that it does'nt work. And as my adress are generated by
a script that i don't want to change, i really need to transmit these
GET var.
Any idea of what to do?
pS: i've not a single knowledge in javascript...
Thanks in advance, ParalaX