Alan Brooks Posted November 14, 2006 Posted November 14, 2006 Hello all, I would like to pass two strings to a script and can do so with a URL but not with a form. The link that works is: results_test.xsl?-db=mydb&-lay=mylayout&-script=DateRange&-script.param=01/01/2005...01/01/2006&WebID=&Password=&-findFixed Date Search The form that does not work is: results_test.xsl Can this be done using a form? If so, what am I doing wrong here? MORE INFO: The script takes the left-most 10 digits and the right-most 10 digits, parses them and pastes them into two date range search fields which yield a result in a portal. I only have to find one record to display this portal and thus, reveal the data contained in the there on the web page and as I mentioned before, it all works fine with the link... (Obviously, I wish to have the web user ENTER the two dates for the search so the link won't work in my application; I just built it to see if it would function.) Thanks
Martin Brändle Posted November 15, 2006 Posted November 15, 2006 You forgot the hyphens before script and script.param
Recommended Posts
This topic is 6581 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now