Search found 1 match

by zampat
Thu Dec 11, 2008 10:14 pm
Forum: PHP - Code
Topic: handling location.href and window.open
Replies: 0
Views: 107

handling location.href and window.open

In one of my forms I want to use both " location.href " and " window.open ". Something like this : location.href = "product_list.php"; window.open("product_details.php?id=123"; After using these lines, when the pages get opened, the user should view the page w...