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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Removing characters from function

Status
Not open for further replies.

bryanfl100

Technical User
Dec 2, 2005
17
US
Below is part of the javascipt:
<script>
function look_$data[computer.id](s){

When the actual search is done from the website the function results looks like this:
<script>
function look_Dell|Optiplex(s){

How do remove the character "|" from the function results so it looks like this:
<script>
function look_DellOptiplex(s){
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top