On Sun, Mar 29, 2009 at 2:53 PM, Martin <[email protected]> wrote:
>
> There is a difference in the browser page source.
>
> v2.34 keeps the + signs from my code.embed.file
> v2.68 leaves them out. There are no + signs in the browser page
> source.
>
> This line comes out as:
> v2.34: (i = 0; i <len; i++) {
> v2.68: (i = 0; i <len; i    ) {
>
> v2.34: document.form3.mm.value + "/" + document.form3.dd.value + "/
> v2.68: document.form3.mm.value   "/"   document.form3.dd.value   "/
>
> How can I preserve the script? I have it inside <code>


I'd still really like to track down this bug. I put some code in
code.embed.test with + and more, then in page test.embed I put <embed
test> and everything came through perfectly.

Could you give me the entire code in the code.embed page, and how you
are inserting it into the page. If I can replicate the bug, I can fix
it. So far as i can tell, all my javascript functions are working fine
still...

Cheers,
Dan

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"BoltWire" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/boltwire?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to