swatik Posted January 18, 2012 Share Posted January 18, 2012 i have 2 buttons on their on click event i have written javascript redirection using location.href, to 2 different pages but they redirecting on the page written for the first one.. here is the code <input type="button" name="addmore" id="addbtn" value="Add More" onClick="location.assign('menuadd.php'); " /> <br /> <input type="button" name="editcontent" id="editbtn" value="Edit Content" onClick="location.assign('menuadd.php?mid=<?php echo $insid; ?>');" /> and this happening in google chrome on IE its working fine.. can you help me to sort out this iisue... Link to comment https://forums.phpfreaks.com/topic/255269-javascript-location-href-problem/ Share on other sites More sharing options...
Adam Posted January 18, 2012 Share Posted January 18, 2012 [...] to 2 different pages but they redirecting on the page written for the first one.. Sorry, I don't understand what the problem is? Link to comment https://forums.phpfreaks.com/topic/255269-javascript-location-href-problem/#findComment-1309074 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.