action="" too! regards salvatore ----- Original Message ----- From: "Matt Horn" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, May 27, 2004 11:49 AM Subject: Re: [ cf-dev ] OT- Javascript form
> right > > document.DropDown.action='modrep_results.cfm' > > no .value > > that works > with the action='#' in the form > > > ----- Original Message ----- > From: <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, May 27, 2004 11:31 AM > Subject: Re: [ cf-dev ] OT- Javascript form > > > > > > This sends back to itself with a # on the end of the URL ..... lol - This > > is getting nuts.. Everything I find on google says do it like this but it > > doesn't seem to work .... > > > > Regards - Paul > > > > > > > > > > > > > > "Matt Horn" <[EMAIL PROTECTED]> on 27/05/2004 10:23:38 > > > > Please respond to <[EMAIL PROTECTED]> > > > > > > > > To: <[EMAIL PROTECTED]> > > cc: > > Subject: Re: [ cf-dev ] OT- Javascript form > > > > > > uum > > as far as a I know you need to have the attribute in the tag to set it > > > > so try <form name="DropDown" method ="post" action="#"> > > > > the Javascript should work then > > HTH > > > > Matt > > ----- Original Message ----- > > From: <[EMAIL PROTECTED]> > > To: <[EMAIL PROTECTED]> > > Sent: Thursday, May 27, 2004 11:20 AM > > Subject: [ cf-dev ] OT- Javascript form > > > > > > > > > > A new approach.... (this is the bit that doesn't work) > > > > > > I have this .... > > > > > > <form name="DropDown" method="post"> > > > <input type="button" value="Paul" > > > > > > onClick="document.DropDown.action.value='modrep_results.cfm';document.DropDo > > > > wn.submit()"> > > > </form> > > > > > > > > > Why doesn't this post to modrep_results when the button is clicked? > > > > > > Regards - Paul > > > > > > > > > > > > > > > > > > **************************************************************************** > > > > ********************* > > > The information contained within this e-mail (and any attachment) sent > by > > Birmingham City Council is confidential and may be legally privileged. It > > is > > intended only for the named recipient or entity to whom it is addressed. > If > > you are not the intended recipient please accept our apologies and notify > > the sender immediately, or telephone +(44) 121 303 6666. Unauthorised > > access, use, disclosure, storage or copying is not permitted and may be > > unlawful. Any e-mail including its content may be monitored and used by > > Birmingham City Council for reasons of security and for monitoring > internal > > compliance with the office policy on staff use. E-mail blocking software > > may > > also be used. Any views or opinions presented are solely those of the > > originator and do not necessarily represent those of Birmingham City > > Council. We cannot guarantee that this message or any attachment is virus > > free or has not been intercepted and amended. > > > > > > > > > **************************************************************************** > > > > ********************* > > > > > > > > > -- > > > These lists are syncronised with the CFDeveloper forum at > > http://forum.cfdeveloper.co.uk/ > > > Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ > > > > > > CFDeveloper Sponsors and contributors:- > *Hosting and support provided > > by CFMXhosting.co.uk* :: *ActivePDF provided > > by activepdf.com* > > > *Forums provided by fusetalk.com* :: *ProWorkFlow provided by > > proworkflow.com* > > > *Tutorials provided by helmguru.com* :: *Lists hosted by > > gradwell.com* > > > > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > > > > > > > -- > > These lists are syncronised with the CFDeveloper forum at > > http://forum.cfdeveloper.co.uk/ > > Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ > > > > CFDeveloper Sponsors and contributors:- *Hosting and support provided by > > CFMXhosting.co.uk* :: *ActivePDF provided by activepdf.com* > > *Forums provided by fusetalk.com* :: *ProWorkFlow provided by > > proworkflow.com* > > *Tutorials provided by helmguru.com* :: *Lists hosted by > > gradwell.com* > > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > > > > > > > > > > > > > > > **************************************************************************** > ********************* > > The information contained within this e-mail (and any attachment) sent by > Birmingham City Council is confidential and may be legally privileged. It is > intended only for the named recipient or entity to whom it is addressed. If > you are not the intended recipient please accept our apologies and notify > the sender immediately, or telephone +(44) 121 303 6666. Unauthorised > access, use, disclosure, storage or copying is not permitted and may be > unlawful. Any e-mail including its content may be monitored and used by > Birmingham City Council for reasons of security and for monitoring internal > compliance with the office policy on staff use. E-mail blocking software may > also be used. Any views or opinions presented are solely those of the > originator and do not necessarily represent those of Birmingham City > Council. We cannot guarantee that this message or any attachment is virus > free or has not been intercepted and amended. > > > > > **************************************************************************** > ********************* > > > > > > -- > > These lists are syncronised with the CFDeveloper forum at > http://forum.cfdeveloper.co.uk/ > > Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ > > > > CFDeveloper Sponsors and contributors:- > > *Hosting and support provided by CFMXhosting.co.uk* :: *ActivePDF provided > by activepdf.com* > > *Forums provided by fusetalk.com* :: *ProWorkFlow provided by > proworkflow.com* > > *Tutorials provided by helmguru.com* :: *Lists hosted by > gradwell.com* > > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > > > -- > These lists are syncronised with the CFDeveloper forum at http://forum.cfdeveloper.co.uk/ > Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ > > CFDeveloper Sponsors and contributors:- > *Hosting and support provided by CFMXhosting.co.uk* :: *ActivePDF provided by activepdf.com* > *Forums provided by fusetalk.com* :: *ProWorkFlow provided by proworkflow.com* > *Tutorials provided by helmguru.com* :: *Lists hosted by gradwell.com* > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > -- These lists are syncronised with the CFDeveloper forum at http://forum.cfdeveloper.co.uk/ Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ CFDeveloper Sponsors and contributors:- *Hosting and support provided by CFMXhosting.co.uk* :: *ActivePDF provided by activepdf.com* *Forums provided by fusetalk.com* :: *ProWorkFlow provided by proworkflow.com* *Tutorials provided by helmguru.com* :: *Lists hosted by gradwell.com* To unsubscribe, e-mail: [EMAIL PROTECTED]
