Jump to content
MakeWebGames

Criminal Pictures


badurek

Recommended Posts

Hi boys, im newbie in php,all this things and im looking for a free modification to show in the screen a picture of a crime when i pass the mouse up on the crime.

Example: I have two crimes in criminal page "Rob a car" and "Rob a house" when i pass the mouse in rob a car show a picture and when i pass in rob a house, show other picture.

Thanks boys, and sorry for my bad english ;P

Link to comment
Share on other sites

<script type="text/javascript">

function show(Id) {

document.getElementById(Id).style.display="inline";

}

</script>

maybe this is correct?

and i need to add the function in criminal.php here?

print "<tr><td>{$v['crimeNAME']}</td><td>{$v['crimeBRAVE']} Brave</td><td><a href='docrime.php?c={$v['crimeID']}'>Do</a></td></tr>";

how?

im newbie guys sorry :/

Link to comment
Share on other sites

<script type="text/javascript">

function show(Id) {

document.getElementById(Id).style.display="inline";

}

</script>

maybe this is correct?

and i need to add the function in criminal.php here?

print "<tr><td>{$v['crimeNAME']}</td><td>{$v['crimeBRAVE']} Brave</td><td><a href='docrime.php?c={$v['crimeID']}'>Do</a></td></tr>";

how?

im newbie guys sorry :/

mail me i will do for you

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...