Jump to content

Chikwado

Members
  • Posts

    287
  • Joined

  • Last visited

Posts posted by Chikwado

  1. How to output data using console. I used this code then when I process the code I did not see anything.

    console.log(5 * 5);
    I did not see anything in browser. What am I doing wrong here. I am using firefox I press ctr+shift+k a new field open with text input if type anything there a bunch of example highlight. If I select console it show a deferent function command. What is that please?
  2. My question was different with the answer that were been pushing in. The text with red color that you found above was that, when I made the post I used bbcode tag and it generated html tag, why? If you view html source of that post it generated something like this:

    <span style="bla bla hash red color">Red color display here</span>
    Can you tell why it generate that html tag, because i did not input that while making the post.
  3. You can parse the text to get the delimeter, pattern and flags and create regular expression object

    I don't know how to do that, Can you help me do it? I like to type my phrase in the textarea and input pattern in text field to match some word.
  4. Can some one tell me why i am passing ajax file in my mobile device. When I processed ajax file it open successfully, if I hit the trigerable button, Ajax response by printing text file in div. No server were involved in my mobile device. Can you tell me why my device is responding for ajax request?

  5. Some one help view this: I was hoping that this script would work, It some how behave as it work. code This is what want to do with that script: In textarea I will type my bla bla phrase then in the text field i will type regexp pattern and the script will pass the match to new div. Ok, for example if i type "hello world" in the textarea i will type this

    /world/i;
    to match world. Then it stop working. But if i remove this character
    //i;
    it start to return the match
  6. Sorry, when I made that post, then the post lasted several days and no one had talk about it and I remove the file. The file are here download code my device is unable to format code properly, that's why I had always link the url.

  7. What is the available c/c++ free and paid tutorials? I were able to install "TURBO" for primary testing , Some one help with suggestion. Thanks.

  8. This script perform its task fine, but while downloading it does not return the name of the file been downloaded. Instead it return its own name. The file are here Some syntax. Some one help.

×
×
  • Create New...