You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It redirects directly to the category name, which gives an error.
this is the way it should be $result .= "<option value=\"" . $redirecturl . "page/add?c=".$i . "\" $selected> " . $x['tpath'] . "</option>";
But this time the page is not posted either.
The text was updated successfully, but these errors were encountered:
$onchange = (empty($redirecturl)) ? " onchange=\"sedjs.redirect(this)\"" : "";
page.add onchange not working
It redirects directly to the category name, which gives an error.
this is the way it should be
$result .= "<option value=\"" . $redirecturl . "page/add?c=".$i . "\" $selected> " . $x['tpath'] . "</option>";
But this time the page is not posted either.
The text was updated successfully, but these errors were encountered: