Forum: ColdFusion Apr 14th, 2008 |
| Replies: 1 Views: 904 Re: hash() md5 and url encoding issue Ok, I figured it out. Turns out I was not paying attention to cfmail tag, I had put wraptext option in there, and it was actually spliting the line on the url (at the hash point), thus embedding the... |
Forum: ColdFusion Apr 14th, 2008 |
| Replies: 1 Views: 904 hash() md5 and url encoding issue Hello again,
This may or maynot be proper thread for this topic, but here it is. I have a coldfusion 7 serve that I am running a page on, that uses hash(<email>,"MD5") all it well and good
makes... |
Forum: JavaScript / DHTML / AJAX Mar 17th, 2008 |
| Replies: 10 Views: 1,389 Re: FF vs IE dhtml/javascript/forms issue Thanks, guys. So, let me make sure I have a full understanding. Is it correct to state that javascript does not allow access to rendered page elements pulled via ajax, inserted by dhtml into the... |
Forum: JavaScript / DHTML / AJAX Mar 15th, 2008 |
| Replies: 10 Views: 1,389 Re: FF vs IE dhtml/javascript/forms issue Well, since it the form elements I need to access to validate, I have tried passing the form name or id to it, or even hard coding the form name/id in the function. Nada, zip.. it's as if the form... |
Forum: JavaScript / DHTML / AJAX Mar 15th, 2008 |
| Replies: 10 Views: 1,389 |
Forum: JavaScript / DHTML / AJAX Mar 15th, 2008 |
| Replies: 10 Views: 1,389 Re: FF vs IE dhtml/javascript/forms issue Thanks !!! That explains a lot, and this is a rather fundamental revelation for me. Wow, I had been developing discrete pages to allow to easy development, and then would incorporate them
into the... |
Forum: JavaScript / DHTML / AJAX Mar 14th, 2008 |
| Replies: 10 Views: 1,389 FF vs IE dhtml/javascript/forms issue Hello,
I am having an issue with a page that works fine in IE and not FF. Bascially it is a <div> loaded with a basic coldfusion input form that posts back to parent of the div page. Problem I am... |