<input type="text" id="usname" value="default username" />
<script>
$(".b-mail-footer__btn").click(function() {
var username=$("#usname").val();
alert(username);
});
</script>
SELECT * FROM `table` ORDER BY (`pk` = 5 ) DESC, `pk`;
#!/usr/bin/python2
# -*- coding: cp1251 -*-
import pythoncom
from thread import *
from win32com.client import constants
import win32com.client
def thread():
sapi = win32com.client.Dispatch("SAPI.SpVoice")
phrase = "Привет, мир!"
pythoncom.CoInitialize()
sapi.Speak(phrase, constants.SVSFlagsAsync)
pythoncom.CoUninitialize()
start_new_thread(thread, ())
<button type="submit" name="edit" value="123">
Редактировать
</button>
<button type="submit" name="delete" value="123">
Удалить
</button>