in reply to RE: Re: Data Missing?
in thread Data Missing?
I find it helpful to return the values as text, but use a bit 'o Javascript to fake a hyperlink on some of the returned text. (Clicking the link calls a Javascript function to Submit the value clicked. That way you can have a form submission with no Submit button, it just looks like a hyper-link.)
This is useful when you are returning your results as text, but want some interactivity functionality.