I have an alert box and i want to pass message with url using meta tag

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tigerHardik
    New Member
    • Aug 2015
    • 1

    I have an alert box and i want to pass message with url using meta tag

    I want do following....

    echo "<script> alert('News added successfully')</script>";
    echo "<meta http-equiv='refresh' content='0;url= admin.php&msg=login_success#msg'/>";

    is it possible????

    If you have another way to go with alert box then please tell me
  • Dormilich
    Recognized Expert Expert
    • Aug 2008
    • 8694

    #2
    have you tried it?

    but I wonder why you don’t load the desired page in the first place.

    Comment

    Working...