Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
KsmSolo #1
CFFORM and Javascript
Hi, i was moving all the javascripts to .js files, as per the recommendation of
several SEO persons. Apparently, since search engines don't read javascript,
they don't like to see it, which makes sense enough to me. Everything worked
great, except i noticed a block of javascript that was in my code, but not on
any of my pages code.
i asked my developer, and he stated it was generated by CFFORM.
Does anyone know a technique to move the generated javascript to a .js file,
so it will not be on the page the search engine will read (i.e. source code)?
thanks a lot.
kory
KsmSolo Guest
-
<CFFORM> halting Javascript?
Originally created .cfm to contain a dynamic object total to display onChange="Total()" to a text input. It works in backup .cfm. I recreated... -
Modify the javascript from CFFORM?
Hi, Is there a way to modify the javascript created by CFFORM. It seems to be created at run-time. I am trying to make one field required if... -
CFMX 7 javascript validation in CFform does not work
Hi, was hoping someone could help, Since upgrading to CFMX 7 from 6.1 all my cfform tags (100's of them!) have stopped recognising any cf javascript... -
cfform javascript change action
I am in the process off convertir all my form to cfform and here is my problem : <cfselect name="abc" onChange="document.form1.action='abc.cfm';... -
CFMX7 flash format CFFORM and Javascript
the getURL actionscript function worked for me. onclick=getURL('javascript:myfunction()')>



Reply With Quote

