View Single Post
  #3 (permalink)  
Old 12th January 2009, 17:32
lifeform lifeform is offline
D4PHP User
 
Join Date: Jun 2007
Location: Naples, FL
Posts: 40
lifeform is on a distinguished road
Default

Thanks, as always, 405hp. Yes, that was the clue.

Here's how it works:

PHP Code:
function cboJSChange($sender, $params) 

?> 
      var calledfrom = event.target || event.srcElement;
      alert(calledfrom); 
<?php 
}
Simple, when you know how...
__________________
If it was too easy it would be no fun
Reply With Quote
Sponsored Links