we have a scenario where in we have to change the callout based on other item I have no clue how should we go about. [html][/html]now based on the option selected I should change the cgi-callout in below item to call two different files.[html][/html]Any suggestions how this could be done would be helpful.--Phanie
Phanie, use two items instead. SO make the item visible based on the above selection
FormAPI - use an onCallout event handler - and have the handler function perform that actual callout [open(...)] and then return false to prevent the button click from attempting to launch the URL defined with the callout itself.