zackster
06/20/2022, 4:12 PMwebsolete
06/20/2022, 5:52 PMwebsolete
06/20/2022, 5:53 PMwebsolete
06/20/2022, 5:53 PMnickg
06/20/2022, 8:58 PMGregory
06/21/2022, 9:31 AMaaronstoddard
06/21/2022, 5:28 PMAdam Cameron
Scott Steinbeck
06/21/2022, 7:42 PMJohn Merholtz
06/23/2022, 3:26 PMDave Merrill
06/23/2022, 4:19 PMJohn Wilson
06/26/2022, 5:53 PMJohn Wilson
06/26/2022, 5:59 PMsatauros
06/27/2022, 2:51 PMScott Steinbeck
06/27/2022, 7:39 PMnickg
06/28/2022, 3:58 PMdrewnathanson
06/28/2022, 6:07 PMsatauros
06/29/2022, 9:08 AMDave Merrill
06/29/2022, 5:40 PM10.10.8.37 <http://testdev.something.org|testdev.something.org>
(That's not real info.)
In an admin cmd prompt I did this:
ipconfig /flushdns
nslookup <http://testdev.something.org|testdev.something.org>
That gave me:
can't find <http://testdev.something.org|testdev.something.org>: Non-existent domain
What am I missing here?michael
06/30/2022, 2:36 PMDave Merrill
06/30/2022, 4:18 PMMark Takata (Adobe)
06/30/2022, 5:05 PMgsr
07/01/2022, 12:03 AMwebsolete
07/01/2022, 12:11 AMOokma-Kyi
07/01/2022, 2:32 AMDave Merrill
07/01/2022, 4:07 PMgsr
07/01/2022, 4:41 PMgsr
07/02/2022, 5:52 PM<cfajaxproxy cfc="cfc.alert" jsclassname="proxy">
<script>
function Ack(argumentAlertID) {
var x = new proxy();
x.Update(argumentAlertID);
}
</script>
gsr
07/02/2022, 5:57 PMfunction Ack(argumentAlertID) {
$.ajax("cfc/alert.cfc?method=Update?id="+argumentAlertID,{
success : function(json){}
});
};
gsr
07/02/2022, 5:57 PM