Questions tagged as 'alert'

0
answers

Call Alert When I Get a Value in the Session

Hello I'm trying to call a javascript alert as soon as I get some value in a Session. I'm using C # with ASP.NET Follow my code with the attempt to show the alert, but without success: @if((string)Session["alertaErro"] != null) { <...
asked by 22.11.2017 / 18:50
0
answers

how to click the "ok" button in an Internet Explorer alert using VBA?

Hello, I have a VBA code that accesses a web page and excludes the registered items. When I click the "delete item" button it will open an alert on the screen with two buttons ( "ok" and "cancel" >) and displaying the message "Confirm d...
asked by 25.07.2017 / 18:57
1
answer

Alert or Popup javascript after form validation in SharePoint 2013

This is my first entry, please excuse beginner errors. Friends, I need to make an alert or a javascript or jquery popup to use in sharepoint form. I need him to give me a message if he does not pass the field validation or successful registra...
asked by 19.04.2017 / 18:52
0
answers

Create confirmations with JAlert (flwebsites.biz/jAlert/)

I'm using a plugin called JAlert v4 (available at link ) to create error messages, but I can not use it to create confirmation messages because the browser simply ignores the confirmation message, only executing what comes after it. $("#form-...
asked by 19.11.2016 / 05:38