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... Quote 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? Quote Link to comment https://forums.phpfreaks.com/topic/255269-javascript-location-href-problem/#findComment-1309074 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.