Javascript Alert showing URL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2017 09:25 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2017 09:35 AM
That is a default javascript alert. I do not believe you can change the attributes of it... however you have other options.
such as:
client side:
g_form.addInfoMessage();
g_form.addErrorMessage();
server side:
gs.addInfoMessage();
gs.addErrorMessage();
or you can do something custom like sweetalerts:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2017 09:50 AM
Thanks Nathan. I was not able to get the "sweetalert" to work.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2017 09:56 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2017 09:38 AM