In a vb.net 2010 webform application, I am going to display a popup javascript alert message for the user when there are 2 records in the database for the current school year for each unique student. This popup message is displayed since the user needs to update the database using vendor software.
For the javacript alert message, I have the following questions:
1. At the top the alert message, it says 'Message from Web Page' since that is probably the default value. Is there a way that I can change this message to something I want? If so, how can I change the message?
2. I am wondering what if there maximum length that I can display in the error message? If so, what is the maximum length?
3. Can I extend the maximum size of the message and if so, can you show me how to extend the size of the error message?
4. Can I change the display icon to be an error instead of a warning? If so, how would I accomplish this goal?
dcPosted Aug 18, 2016, 6:27 PM
Can JavaScript write to a message in a master page that is normally accessed by vb .net 2010 web form? If so,would you show me the code to accomplish my goal?
Can vb.net 2010 write directly to a JavaScript alert message? if so, would you show me the code?
dcPosted Aug 18, 2016, 6:25 PM
Can JavaScript write to a message in a master page that is normally accessed by vb .net 2010 wb form? If so,would you show me the code to accomplish my goal?
If know can vb.net 2010 write directly to a javascriptalert message? if so, would you show me the code?
dcPosted Aug 18, 2016, 6:24 PM
CanJavaScript write to anmessage in a master pagethat is normally accessed by vb .net 2010 wb form? If so,would you show me the code to accomplish my goal?
If know can vb.net 2010 write directly to a javascriptalert message? if so, would you show me the code?
Midhun TpPosted Aug 18, 2016, 2:57 AM
alertify.alert("Message");Nitin SontakkePosted Aug 18, 2016, 12:57 AM