SYNTAX PROBLEM FOR JAVASCRIPT

Question: Hello guys,

I can't find a solution to filter through a dropdown box the values of all DATA_PROVIDER in my web template. If I put * or '*' or "*" it doesn't work, but if i write the name of just one DATA_PROVIDER it is ok.

Here is my code:
<script type="text/javascript">
function createfilter(opt)
{
alert (opt)
if (opt == "")
{
var jump = window.location
}
else
{
var jump= SAP_BW_URL_Get()+ "&DATA_PROVIDER=*&FILTER_IOBJNM=YBSC_SUOU&FILTER_VALUE_1="+opt
}
alert (jump)
return jump
}


</script>



Thanks for your help
_________________
Nicola
+33614704772

Answer:
As stated in Basic rules, do not use uppercase letters. This is considered as being rude or as shouting.

click here to find out more reasons why this is not allowed



Snowy
_________________
SapFans Moderator
NetWeaver ‘04–SAP Web AS for ORACLE certified

Search: /forums/search.php
SAP Notes: http://service.sap.com/notes
SAP Help: http://help.sap.com
Basic Rules: /forums/viewtopic.php?t=222759
Copyright ?2007 - 2008 www.jt77.com