Blake Starkenburg wrote:

> Hello
> Stephen Turner answered the question I had about virtual domains and the
> web. However I am still a little confused as to the values of the select
> statement? If someone could look at the configuration I have below, and
> let me know if this would be correct?
>
> IN THE ANALOG CONFIG FILE:
> LOGFILE /path/to/log/file http://www.domain1.com
> LOGFILE /path/to/log/file http://www.domain2.com
> LOGFILE /path/to/log/filr http://www.domain3.com
>
> IN THE ANALOG FORM (html form)
> <select NAME="LOGFILE">
> <option value="http://www.domain1.com">DOMAIN1</option>
> <option value="http://www.domain2.com">DOMAIN2</option>
> <option value="http://www.domain3.com">DOMAIN3</option>
> </select>
>

I think you want something more like this:

<select NAME="LOGFILE">
<option value="/path/to/log/file http://www.domain1.com">DOMAIN1</option>
<option value="/path/to/log/file http://www.domain2.com">DOMAIN2</option>
<option value="/path/to/log/file http://www.domain3.com">DOMAIN3</option>
</select>

HTH,


--
Jeremy Wadsack
Digital Media Consultant
___________________________
Wadsack-Allen Digital Group
http://www.wadsack-allen.com/digitalgroup/


------------------------------------------------------------------------
This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe analog-help" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/[email protected]/
------------------------------------------------------------------------

Reply via email to