This is a javascript question, it has nothing to do with php. php merely outputs the html and javascript, and your issue is client side.

Louie Miranda wrote --- napísal::
Whenever i load this on my old/mac broweser like IE5, etc. The whole
page just wont show up. How can i load this on php? to load it right?

this loads ok on my new browser, im confused how can i get the " and
the ' to work with php? to load right on my weird-javascript-old-
browser

<script language="JavaScript">

        function UpdateQty(item)
        {
                itemId = item.name;
                newQty = item.options[item.selectedIndex].text;
                
                document.location.href =
'cart4.php?action=update_item&id='+itemId+'&qty='+newQty;
        }

</script>

hope u got my point?



-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to