Date:  04/06/2010 09:52:20 AM Msg ID:  004156
From:  Jeff Grippe Thread:  004156
Subject:  linking to a script and passing form val
 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