on 2008 Feb 21 2:31 PM
Has the January release been released? I am unable to add a script tag in clear text or code block...
I have to destroy the tag .... <xxxscript> or
<xxxscript>
I get a "HTTP 501 Not Implemented or HTTP 505 Version Not Supported"
--Amy Smith
Haworth
Request clarification before answering.
Hi Amy,
JavaScript is not allowed in messages because of possible XSS attacs. This is disabled on web server level.
Other than that, what exactly are the problems? E.g. here I try to post a code sniplet:
boolean b = true;
while(b == true) {
System.out.println("Hallo");
}
So it seems to work. Enclose the text with ... tags (without the empty spaces). You can also mark the whole code block and click the "< >" button in the button tab at the top of the editor which will automatically put the code tag around the selected block.
Let me know if something still doesn't work for you or if you have further questions.
Regards,
Michael
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
And that works, now try body with onload with valid javascript -
and that doesn't work...
So I'll try onload with invalid javascript and that doesn't work
Now I'll try obfuscating the onload param name
It's kind of hard to post code to a forum for a product that is a heavy user of javascript if you can't post javascript.
<body bgcolor="#FEFEFF" o n l o a d ="plantNum='{PlantNum}';bodyOnLoad();">
So I guess I need to know what the rules are for what I can post and what I can't post in the code markup. as I just posted valid javascript, but the onload seems to have been the trigger.
Seems to me that anything between the code markups doesn't get executed and we should be able to post code in there... Sigh. I know the world doesn't run on what I think! Would be nice though, well nice for me at least. LOL
Thanks and let me know,
--Amy Smith
--Haworth
People on the xMII forum are having trouble posting code. What is going on? This is a real impediment in a technical forum!
Thanks,
--Amy Smith
--Haworth
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.