Topic awaiting preservation: limits in input type hidden? (Page 1 of 1) |
|
---|---|
Paranoid (IV) Inmate From: Sthlm, Sweden |
posted 07-11-2002 11:15
I'm working with an admin page that uses a combo of php, javascript and an iframe (supposed to be IE only) code: function setDataInEditor(){
code: function getDataFromEditor(){
|
Bipolar (III) Inmate From: Amsterdam |
posted 07-11-2002 14:06
Well, I don't know if you're posting the form or getting it, but if you use post it doesn't seem likely to be a php-error. Now should it be a html-error, a dirty trick like this might come in handy: |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 07-11-2002 14:22
First, you need to understand the difference between an event handler and a Javascript URL. |
Paranoid (IV) Inmate From: Sthlm, Sweden |
posted 07-11-2002 15:13
Nevel; the textarea trick did not work, same error... |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 07-11-2002 19:39
I bet it may have to do with the included content. I'm running into this with an application I'm writing. Are there any funky characters in the included content? especially quotes, single (apostrophe) or double quotes the included content will throw an error. |
Paranoid (IV) Inmate From: Sthlm, Sweden |
posted 07-12-2002 11:16
Bitdamaged, that was my thought as well. code: function formatData($string){
code: function unFormatData($string){
|
Paranoid (IV) Inmate From: Lebanon |
posted 07-15-2002 08:40
as far as i have experienced, the hidden fields when posted back and forth from and to php no limits errors appear. |