Jump to content

Javascript .. location .href problem.


swatik

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.