2
是否可以在移動Safari瀏覽器中顯示提示以要求用戶自動填充具有其聯繫信息的字段集?自動填充移動Safari提示
是否可以在移動Safari瀏覽器中顯示提示以要求用戶自動填充具有其聯繫信息的字段集?自動填充移動Safari提示
您應該使用Confirm Box
if (confirm("Do you want us to auto-fill this form for you?"))
{
//autofill the form here
}