Результаты поиска

  1. K

    how to create a user defined function?

    where to download 5.7 or 5.8 ? i just found 5.4 on zennolab.com
  2. K

    how to create a user defined function?

    hi, I didn't find "shared code tab" on OwnCodeUsing panel, how to add this feature? my version is v5.4.3.0
  3. K

    how to create a user defined function?

    I'm not good at C#, I want to create a custom function in C# code, I tried to create a class, but there has been no success. if in javascript, just like this: function myfunction() { //do somethings } now i want to use c#, then what should I do? can someone do an c# example for me? thanks
  4. K

    Is it a bug? help me please!

    thanks for your helps, I solved it by other ways, but I still think that's a bug.
  5. K

    Is it a bug? help me please!

    in this case, that's a test string. in my project, i need get some html source and find the id, and do something. so, i need executing code on current page.
  6. K

    Is it a bug? help me please!

    Javascrip code: var input_id; var patt=new RegExp(/(?<=id=")[\w\W]*?(?=")/); input_id = patt.exec('<input id="input_1" value="">'); I cannt get the input id when I running on current page, but i can get it running local. is this a zennoposter bug?