Submit a form and execute an a href tag, simultaneously
问题 Is there any way to submit a form and execute an a href tag simultaneously? I need to call <a href="sms:14085551212?body=Please see this url:[url here]">Send SMS</a> and the following form code together: <form action="{% url 'insert_details' slug=unique %}" method="POST"> {% csrf_token %} <input type="hidden" name="unique" value="{{ unique }}"> <input type="submit" name="ok" value="OK"> </form> If I successfully do this simultaneously, it allows me to redirect the user to their phone's SMS