JSFiddle - React, Tailwind, and code Playground
try_usage_bex_net_ack48
by dledle2
HTML
Hi
<!--
javascript_:document.querySelectorAll("iframe")[0].sandbox="allow-forms allow-popups allow-scripts allow-same-origin allow-modals allow-top-navigation allow-xxx";console.log("")
// -->
JavaScript
javascript:function get2post_inputnameSubmit_and_hardCodedUrl1(u, t) {
p = 'http://72.240.24.36/cgi-bin/ack';
var q = u.split('?')[1].split('&');
var d = document;
var f = d.createElement("form");
f.setAttribute('action', p);
f.setAttribute('method', 'POST');
f.setAttribute('target', t || '_parent');
f.style.display = 'none';
for (i = 0; i < q.length; i++) {
var e = d.createElement("input");
var param = q[i].split('=');
e.name = param[0];
if (param.length >= 2) e.value = decodeURIComponent(param[1]);
f.appendChild(e)
}
d.body.appendChild(f);
HTMLFormElement.prototype.submit.call(f)
}
get2post_inputnameSubmit_and_hardCodedUrl1('http://72.240.24.36/cgi-bin/ack?policy=48&web=/bg/&cmd=ack');
/*
47=past 75 or 80%
48=UsageAlert-R-85=85% warning=policy 48
49=past 100%
policy=49&policyname=UsageAlert-R-95
"You have exceeded 95% of your current data plan for this billing cycle"
"If you reach 100%, you will be charged overage charges at the rate of $10 (non-prorated) for each additional allotment of 50 GB"
Customer representatives are available 24/7, even holidays, to answer any questions you may have or to help upgrade your data plan.
419-724-9800.
CLICK HERE to check your Internet consumption.
TAKE STEPS TO
AVOID GOING OVER.
You have the option to add more data to your account's plan each month to help avoid overage charges.
GET MORE DATA FOR THE MONEY!
For as low as $10 per month, you can add an additional 100 GB of data each month to your account.
Call 419-724-9800 today.
CLICK HERE to view Buckeye CableSystem's Internet Product Definitions
http://buckeyecablesystem.com/downloads/BEX_docs/ResidentialProductDefinition.pdf
get2post_inputnameSubmit_and_hardCodedUrl1('http://72.240.24.36/cgi-bin/ack?policy=49&web=/bg/&cmd=ack');
*/