Re: Passing html to a function from within an HTML file.

2002-08-19 Thread Luiz Fernando B. Ribeiro
Oi Kee, Resposta a sua mensagem de sábado, 17 de agosto de 2002: Kee> I'm flumuxed. Kee> ... Kee> Is there any way to make this work (without resetting escmode before Kee> each call to the function--not that I can get that to work either Try escaping the opening tag, this way: \ \Text\ This

Re: Passing html to a function from within an HTML file.

2002-08-17 Thread Ed Grimm
1.3 or 2.0? I seem to recall running into this issue in 1.3, and it was that the string was being parsed before it was sent to the function, so setting $escmode in the function didn't help (much). We fixed it by setting $escmode to 0, and then we set it to 7 right before outputing user input dat