On Wednesday, October 2, 2002, at 06:22 PM, Keith Christian wrote:
> The only way I know to do this is to grab a session/engine ID from the > home > page of a BroadVision site (and these ID's could be embedded in a form > and not > on the URL) then have this "fresh" session info inserted into the links > that > ht://Dig presents on the search results page. If it can be embedded into the search form or is available as a CGI environment variable, then it can be presented as part of the template. CGI environment variables are supported by default, so you could have a template like so: <a href="$&(URL)$&(CGI_VAR)">text</a> In the case of adding a "custom" form element, you'll want to look at the allow_in_form attribute: <http://www.htdig.org/attrs.html#allow_in_form> -- -Geoff Hutchison Williams Students Online http://wso.williams.edu/ ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ htdig-general mailing list <[EMAIL PROTECTED]> To unsubscribe, send a message to <[EMAIL PROTECTED]> with a subject of unsubscribe FAQ: http://htdig.sourceforge.net/FAQ.html

