Skip to main content
Participant
February 24, 2017
Question

Button

  • February 24, 2017
  • 2 replies
  • 1143 views

Hi.. I'm new to cold fusion and still in process of the learning cold fusion.

I have a problem in create a button for update..i've use all kind of tag such us <a>, <input> and <button> but still it didn't work..

this is the result when i run the coding..anyone have a solution?

This topic has been closed for replies.

2 replies

WolfShade
Legend
February 28, 2017

Is the HTML hard-coded by you?  As haxtbh​ pointed out, there could be a JavaScript library that is affecting the TDs.  Since the code is hard-coded and not pulled from a third source, I feel like this is being affected by something else.  If you "View Source" the section where the button is supposed to be, does the TD value start with &lt; or other encoded representation for '<'?

HTH,

^_^

Inspiring
February 24, 2017

What is the actual code? What ever the content is you are entering here is just a string not HTML.

Without seeing how you are producing this though or what the code is, its impossible to tell. Could just simply be malformed HTML in the rest of it.

Participant
February 27, 2017

this is my code..if i remove the tag output the result is still the same..

Known Participant
February 27, 2017

Try this instead of <button...

<input type="Submit" name="Submit" value="Pilih " />