P
pzi
Is anything significant not ok with my code?
It works in IE but not with any other browser. What did I wrong - I
dont see the point.
Thanks for any hints.
<script language='javascript'>
<!--
function CalcPrices(inPrice)
{
return (inPrice * 1.0 );
}
function PicID(inPrev,inNext)
{
location.href (inPrev + 1633 + "&fID=1086" + inNext);
}
//-->
</script>
<a
href='javascripticID("Shop.asp?act=add&pID=","&prID=1004&pdetID=1301");'>
<script>document.write(Math.round(CalcPrices(155)))</script>
</a>
It works in IE but not with any other browser. What did I wrong - I
dont see the point.
Thanks for any hints.
<script language='javascript'>
<!--
function CalcPrices(inPrice)
{
return (inPrice * 1.0 );
}
function PicID(inPrev,inNext)
{
location.href (inPrev + 1633 + "&fID=1086" + inNext);
}
//-->
</script>
<a
href='javascripticID("Shop.asp?act=add&pID=","&prID=1004&pdetID=1301");'>
<script>document.write(Math.round(CalcPrices(155)))</script>
</a>