Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Prashum

  1. Prashum

    JavaScript Function With a Parameter which contains Double quotes

    ya.. i am sorry.. i meant prepend.. the code which comes after prepending the string with baclslashes is: \"LIGHT-FOR-DATES\" WITHOUT MENTION OF FETAL MALNUTRITION, Still this string when passed as a argument to the javascript function is causing problems
  2. Prashum

    JavaScript Function With a Parameter which contains Double quotes

    Appending the double quotes with a backslash is not working...
  3. Prashum

    JavaScript Function With a Parameter which contains Double quotes

    This is where i call the function using onclick:"sendValuesNew <td width="10%"><a href="#" class="blueLinkSub" onclick="sendValuesNew('<%=vo.getCode()%>&nbsp;&nbsp;&nbsp;<%=CMSUtil.appendBackslash(vo.getDescription())%>');"><%=vo.getCode()%></a></td> the string: vo.getDescription() =...
  4. Prashum

    JavaScript Function With a Parameter which contains Double quotes

    Hi friends, I have String which uses has Double quotes in it. "LIGHT-FOR-DATES" WITHOUT MENTION OF FETAL MALNUTRITION, The above string is to be used as a parameter to a JavScript function. But becoz of the double quotes.. it is not allowing me to do.. I appended the doublequotes with...

Part and Inventory Search

Back
Top