Nope, that didn't fix it still getting the js code from ClientCore.js instead of a form.
On Jun 15, 3:38 pm, "Grooms, Frederick W" <[email protected]> wrote: > Off hand ... what happens if you change your HTML to be (to force the script > to know it is javascript)? > > <html> > <head> > </head> > <script language='javascript'> > alert('hello'); > </script> > <body> > <h1>Hello</h1> > </body> > </html> > > > > -----Original Message----- > From: Action Request System discussion list(ARSList) > [mailto:[email protected]] On Behalf Of Chuck > Sent: Tuesday, June 15, 2010 2:42 PM > To: [email protected] > Subject: Re: Mid-Tier 7.5 Patch 4/5 > > I see an issue with MT Patch 4 and Patch5 which is relatively simple > to reproduce. > Issue is not present in patch3. > 1) Create a display only form > 2) Add a View Field > 3) Create an active link to populate the View field on Window open > with some HTML Code that includes some Javascript code that pops up an > alert. > Instead of seeing the form you will see a bunch of javascript source > code instead. > remove the <script> section and it seems to be ok. > sample code for actlink setting view field: > "<html> > <head> > </head> > <script> > alert(""hello""); > </script> > <body> > <h1>Hello</h1> > </body> > </html>" > > Haven't found the defect id yet... > > _______________________________________________________________________________ > UNSUBSCRIBE or access ARSlist Archives atwww.arslist.org > attend wwrug10www.wwrug.comARSlist: "Where the Answers Are"- Hide quoted text > - > > - Show quoted text - _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org attend wwrug10 www.wwrug.com ARSlist: "Where the Answers Are"

