Search results

  1. B

    html pre tag, extract text only?

    Is there anyway to extract text of a pre element using JavaScript? example: <pre> <span style="color:red">red</span> <span style="color:blue">blue</span> </pre> convert to: redblue
  2. B

    html textarea support of pre & span tag?

    I have a pre tag which displayed a multi color text, is there any way to have such a thing in a textarea I want a textarea element which supports pre & span tags ?
  3. B

    PHP POST Data problem?

    Hi I have a input element in my html body and i want to $_POST it, the problem is that the input element each time has different name, is there any way to find the element then $_POST its value in php ? is there any function to find the element in php ? $myvar = stripslashes($_POST['???']);
Back
Top