Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Willie Howell   on Aug 22 In Java Category.

  
Question Answered By: Dominic Murphy   on Aug 22

you should write  a function like following :

function a(linkId){
location.href="[your location]?id="+linkId;
}

and write in body tag like following :

<body>
Link 1
Link 2
</body>

you should handle  [linkId] with server  side script.

Share: