macromedia.coldfusion.advanced_techniques
[Top] [All Lists]

Re: Passing text field value in url

Subject: Re: Passing text field value in url
From: Ian Skinner
Date: Mon, 27 Oct 2008 10:44:35 -0700
Newsgroups: macromedia.coldfusion.advanced_techniques


You can't reference a javascript function as the value of a url, AKA get, parameter. Can you? I sure have never seen anything like that and it does not make sense to me.

I would expect to see something like this....
<a href="purposeEdit.cfm" onClick="GetValue();">EDIT</a>

Then the getValue() function would do something to pass that parameter on to the next page.

<Prev in Thread] Current Thread [Next in Thread>