Jump to content

EDYYY

New Members
  • Posts

    8
  • Joined

  • Last visited

    Never

Everything posted by EDYYY

  1. actualy i've tried with onclick and the bugs still are there ... <td title='{$server['s']['name']}' style='text-align:left'> <p onclick=\"newDialog('detaills.php?s={$server['o']['id']}')\">{$misc['name_filtered']}}</p> </td> i hope this is what you asked.. if you click slowly on one row, it openes the dialog, then click another row, it openes .. but if you click fast let's say one click / second on different rows, then the problem appears. with onmouseover is the same, the problem is that i don't know what function to call on onmouseout=close(event) or something like this ...
  2. i user onmouseover event and sometimes it opens multiple dialogs ...
  3. thanks a lot ! it has some bugs but it works !
  4. i can't edit anymore my last post. Can you help me with that or not ? Please.
  5. oh ... i'm uploading the whole php so you can see better, i don't even understand how to call it Just treat me like i'm dumb, please. I cannot comprehend anymore any of this ... link HERE
  6. i didn't understand a bit from there, but i managed to get the data. now, as a final push : how to make it to open in new box (onmouseover and onmouseout). I've seen something but i don't know how to connect what i have with what i should have .. here is my script: Also as you see here i already have a function that shows something on mouseover .. So how can i make it to show in a "pop-up", div, table or whatever it's called so you can understand me I showed you the other function just to see that i already have one for mouseover function, maybe can be modified but it should not mess with the other content it displays.. ps: Thanks a lot for youre help ! Later edit: maybe if i can PM you the link, you can see better what i'm talking about ?
  7. thanks for your advice I googled it but with no results. I found some tutorials that works for one page(link) but now in my case here. I should say that i'm no coder, some stuff are are foreign language for me .. Can you please point me in the right direction ? By the way, excuse me for not "speaking" correctly.
  8. Hello. If someone can help me, i'll be grateful So i have a foreach and an $output .= function that fills some infos in a table. Inside it i have a div for each line that when hovering your mouse should get some data .. Here i have a big problem, because for each line it should get some data and i don't know how to do it ... i'll post here some of my code for better understanding. so basicly when i hover my mouse over each row it should get data from the file for that id... The problem is that only one page can be loaded with file_get_contents. I read over the internet that some ajax functions can do it but i really don't know how. Please help me, i've been looking for 3 days already without any luck :'(
×
×
  • 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.