View Single Post
  #17 (permalink)  
Old 07-02-2008, 03:21 AM
fishtoprecords's Avatar
fishtoprecords fishtoprecords is offline
Senior Member
 
Join Date: Jun 2008
Posts: 475
fishtoprecords is on a distinguished road
in urls and servlets, you use ampersand "&" to separate tag/value pairs, and use equal sign "=" between the tag and value

someurl/servletalias?tag1=val1&anothertag=secondsval
Reply With Quote