I need to link to a FoxWeb script and pass some form variables. I'm not sure of exactly what to use. Would I use the document model? What would be the syntax?
For example, I have the follwoing (using the document model)
document.ReqData.StartDate.value
document.ReqData.CompDate.value
I need to hand these off to a script using the ? operator. Would this be something like
<a href="newscript.fwx?startdate=document.ReqData.StartDate.value&compdate=document.ReqData.CompDate.value'>Check Dates</a>
Thanks,
Jeff