hi i have a problem like this in my site i want to take which anchor clicked i want to make same work but i must take anchor's name to href i give the same name but not succesfull what can i do this
1-) <a href=''" onClick="display()" id="conn" name="ornek1.php">exmp2</a>
2-) <a href=''" onClick="display()" id="conn" name="ornek2.php">exm1</a>
if click 1 window.location.href =ornek1.php
if click 2 window.location.href=ornek2.php
i believe you can help me



Reply With Quote

Bookmarks