Cardinal wrote:
[color=blue]
> In the application I'm developing, I need a link to behave as a form
> submit.[/color]
Bad idea. If the look is so important (and it shouldn't be, the button look
tells the user that it is going to do something with the form and isn't
just a regular link, its generally a bad idea to hide that information from
the user) then you can style the button to look like a link in most
browsers.
[color=blue]
> <tr>
> <form action="action1.cfm" method="POST" enablecab="No"
> name="CareerActionPlanLink">
> <td align="center">[/color]
http://validator.w3.org/
[color=blue]
> Then I did it for real and it keeps throwing Javascript errors at me.
> Can anyone look at the following code and give me a clue where I might
> be going wrong.[/color]
Its a lot easier to debug code if we can see the code causing the problem
(rather then some Cold Fusion code that when executed will generate the
HTML and JavaScript that you are having trouble with)
--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is