Outline ·
[ Standard ] ·
Linear+
Maxis OnePrime (Home) - 4G wireless backup
|
bxblade
|
Jun 2 2020, 12:22 PM
|
Getting Started

|
QUOTE(ChenKaiWen @ May 21 2019, 07:41 PM) Emmmm The connect button is grey out so i change it from disabled to enable And boom i click on it and it says success but my computer still say no internet access even tho the 192.168.0.1 page said im using it but on EDGE connection type maxis you are stupid apparently  Hi care to share which part you edit to make it clickable?
|
|
|
|
|
|
bxblade
|
Jun 2 2020, 12:49 PM
|
Getting Started

|
QUOTE(wKkaY @ May 31 2020, 01:31 AM) I faced the same problem too at the same time as you. When I logged into 192.168.0.1 (the ZTE MF833V admin page) I found that it wasn't connected. I had to inspect html source and manually enabled the "Connect" button, then it worked. After that I went to the Settings page and changed WAN Connection Mode from Manual to Automatic. Now it survives a router restart and connects automatically. Hi care to share how you manually edit the html code so that's it's clickable?
|
|
|
|
|
|
bxblade
|
Jul 5 2020, 11:24 AM
|
Getting Started

|
QUOTE(ChenKaiWen @ Jun 10 2020, 07:31 PM) If I recall correctly, you right click somewhere and choose inspect element then go to the button and click inspect again. It will go to that button html section. And there is a word called hidden if I recall correctly. And delete that and it will be clickable hi found it, its line below <input type="submit" class="btn-1 btn_connect disabled" data-bind="enable:false,css:{"disabled":true},attr:{trans:transText}, value: connectStatusText,click: connectHandler" disabled="" trans="connect" value="Connect"> change disabled to "enable" then violaa  the button now clickable.... tqqq
|
|
|
|
|