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?
--
Louie Miranda
http://www.axishift.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php