• Member Avatar for Mr.M
    Mr.M

    Began Watching Clear the devtool network monitor logs

    Hi DW. Does anyone know how can I clear a devtool network monitor log of a browser using javascript. I know the `console.clear()` only clear the console log not the …
  • Member Avatar for Mr.M
    Mr.M

    Created How to virtualise my android to web

    Hi DW. Is there anyone who know how I can I develop an App that's like TeamView for Android so that I will be able to remotely access the phone …
  • Member Avatar for Mr.M
    Mr.M

    Began Watching How to virtualise my android to web

    Hi DW. Is there anyone who know how I can I develop an App that's like TeamView for Android so that I will be able to remotely access the phone …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in Get a child class name value of the clicked element

    I've solved it out like this var j = 0; var chatheader = document.getElementById("uchatlist"); var lvitem = chatheader.getElementsByClassName("lv-item media"); for(var i = 0; i < lvitem.length; i++){ lvitem[i].addEventListener("click", function() { …
  • Member Avatar for Mr.M
    Mr.M

    Created Get a child class name value of the clicked element

    Hi DW. I have code: <div class="lv-item media"> <div class="lv-avatar bgm-purple pull-left">u</div> <div class="media-body"> <div class="lv-title">dynamically_generated_value</div><!-- I want to get this value --> <div class="lv-small">Sample text</div> </div> </div> I use …
  • Member Avatar for Mr.M
    Mr.M

    Began Watching Get a child class name value of the clicked element

    Hi DW. I have code: <div class="lv-item media"> <div class="lv-avatar bgm-purple pull-left">u</div> <div class="media-body"> <div class="lv-title">dynamically_generated_value</div><!-- I want to get this value --> <div class="lv-small">Sample text</div> </div> </div> I use …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in Get one item of duplicate if found

    Please check my second reply message above for the sample database. My query is very simple. I first get all the messages from user so that I will get the …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in Get one item of duplicate if found

    Solution was `DISTINCT` but the problem now is that it return two recodes but when I make it to return 1 of the duplicate it then return the uid but …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in Get one item of duplicate if found

    Thanks but since I have 3 records with 2 duplicate uid I only need to get two row back where one is 1111 and another one is 3254. That because …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in Get one item of duplicate if found

    I have uid,status,mdate,msgfrom,msg 5 fields as uid,status,mdate,msgfrom,msg Now I have data as 1111,new,14/03/22 11:41:25, user, Hello 3254,read,13/03/22 09:05:10, user, Morning 1111,new,14/03/22 11:42:07, user, I have a question for you. Now …
  • Member Avatar for Mr.M
    Mr.M

    Created Get one item of duplicate if found

    Hi DW. I'm creating a chat system which will alow guests to send DMs to the operator and the operator can reply to it. I'm using MYSQL as my database, …
  • Member Avatar for Mr.M
    Mr.M

    Began Watching Get one item of duplicate if found

    Hi DW. I'm creating a chat system which will alow guests to send DMs to the operator and the operator can reply to it. I'm using MYSQL as my database, …
  • Member Avatar for Mr.M
    Mr.M

    Gave Reputation to mr_865 in Cybercafe Managment System - Project.

    How are you doing now? Are you working!
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in Looping through the checkbox values

    There's no attachment
  • Member Avatar for Mr.M
    Mr.M

    Began Watching Looping through the checkbox values

    Hello All, I want to get the values of checkboxes and pass them to another page in vb.net. Below I attached a file with that checkbox list. Kindly let me …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in jQuery differences between .data('key') and .attr('data-key')

    Does it also retrieve from the catch even if you had set your browser to not use catch? Thanks also for sharing your finding.
  • Member Avatar for Mr.M
    Mr.M

    Began Watching jQuery differences between .data('key') and .attr('data-key')

    I just racked my brain for the past hour trying to fix a bug, and learned something new in the process. I always thought that the jQuery function `.data('key')` was …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in node.js Cannot get

    Please verify your location/url which is `/data` I think you need to put the full path url there like `http://localhost/x/data`
  • Member Avatar for Mr.M
    Mr.M

    Began Watching node.js Cannot get

    Im am new to node.js and get the mentioned error in server.js file. I am trying to introduce a gantt diagramm with dhtmlx library. I am using Node v16.13.1 and …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in How to show/hide divs with links when $_SESSION variable for cart exists

    Ok here you need to first have some sort of differentiating when (a) the session doesn't exist then also (b) when the user has click remove then finally (c) another …
  • Member Avatar for Mr.M
    Mr.M

    Began Watching How to show/hide divs with links when $_SESSION variable for cart exists

    Trying to show divs and elements when a session doesn't exist. But when I save an item to a cart/wish-list a session starts and goes back to a page that …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in Inability to click and select data created with Ajax

    I also think the issue is within the CSS, see if you don't also have mixed bootstrap and also try to test it in a simple standard `radio` radio button …
  • Member Avatar for Mr.M
    Mr.M

    Began Watching Inability to click and select data created with Ajax

    I create the product's information and variations with Ajax, but it is not possible to click on the variations, what could be the reason? <form> <div class="form-group"> <p class="mb-5"> Size: …
  • Member Avatar for Mr.M
    Mr.M

    Gave Reputation to ademontis in Hi, I am Alex from Rome

    Hi I am a new user from Italy, I am addicted to HTML and VB.NET. I am experimenting a bit with javascript... Just wanted to say hi to everyone.
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in Send message to a specific context script tab

    A fix to the new problem was to bring the call to the content script it then don't require any waiting.
  • Member Avatar for Mr.M
    Mr.M

    Marked Solved Status for Send message to a specific context script tab

    Hi DW. I want to get a message only on that specific targeted tab id. If the messege is sent to tab id 2, it should run a script under …
  • Member Avatar for Mr.M
    Mr.M

    Revoked Solved Status for Send message to a specific context script tab

    Hi DW. I want to get a message only on that specific targeted tab id. If the messege is sent to tab id 2, it should run a script under …
  • Member Avatar for Mr.M
    Mr.M

    Marked Solved Status for Send message to a specific context script tab

    Hi DW. I want to get a message only on that specific targeted tab id. If the messege is sent to tab id 2, it should run a script under …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in Send message to a specific context script tab

    I've sorted it now it working in terms of each tab to receive the message designated to that specific tab. This is a password manager, as I've said the scenario …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in Send message to a specific context script tab

    Fixed this by sorting this line out `const rw = setTimeout(() => {doThis(msg);}, 1000);` to `const rw = setTimeout(() => {doThis(msg, to);}, 1000);` Now the issue is manipulating the inactive …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in Send message to a specific context script tab

    > Can you think of any example where this works? Simplest example is a password manager where when a user is visiting website, this is done either `onCommitted` or `onNavigationComplete` …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in Send message to a specific context script tab

    Thanks, well what I basically want to achieve here is that when I have more than 1 tabs opened and let say I was on tab index 2 and I …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in Send message to a specific context script tab

    Anyone with a solution to this?
  • Member Avatar for Mr.M
    Mr.M

    Gave Reputation to Ashesh_1 in Theory on the VPN

    Actually, this is similar to HTTP Injector. These types of tunneling apps connect to a squid proxy that is used to access free pages that do not cost any mobile …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in Unable to resolve firebase 17.0.4

    It turns out that this was because of the proxy, I then removed it from the property file and on settings then built a clean version.
  • Member Avatar for Mr.M
    Mr.M

    Marked Solved Status for Unable to resolve firebase 17.0.4

    Hi DW, I'm experiencing an issue I've tried invalidating, fixed the offline sync but still I'm getting this error. My App uses Firebase FCM. On the dependencies I have `com.google.firebase:firebase-core:16.0.5 …
  • Member Avatar for Mr.M
    Mr.M

    Created Unable to resolve firebase 17.0.4

    Hi DW, I'm experiencing an issue I've tried invalidating, fixed the offline sync but still I'm getting this error. My App uses Firebase FCM. On the dependencies I have `com.google.firebase:firebase-core:16.0.5 …
  • Member Avatar for Mr.M
    Mr.M

    Began Watching Unable to resolve firebase 17.0.4

    Hi DW, I'm experiencing an issue I've tried invalidating, fixed the offline sync but still I'm getting this error. My App uses Firebase FCM. On the dependencies I have `com.google.firebase:firebase-core:16.0.5 …
  • Member Avatar for Mr.M
    Mr.M

    Edited Send message to a specific context script tab

    Hi DW. I want to get a message only on that specific targeted tab id. If the messege is sent to tab id 2, it should run a script under …
  • Member Avatar for Mr.M
    Mr.M

    Edited Send message to a specific context script tab

    Hi DW. I want to get a message only on that specific targeted tab id. If the messege is sent to tab id 2, it should run a script under …
  • Member Avatar for Mr.M
    Mr.M

    Created Send message to a specific context script tab

    Hi DW. I want to get a message only on that specific targeted tab id. If the messege is sent to tab id 2, it should run a script under …
  • Member Avatar for Mr.M
    Mr.M

    Began Watching Send message to a specific context script tab

    Hi DW. I want to get a message only on that specific targeted tab id. If the messege is sent to tab id 2, it should run a script under …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in How can I pass an options value parameter to doPost?

    You have too much code, that is why you don't get answers, it a bit hard to follow, rather point straight to the portion of codes that should be doing …
  • Member Avatar for Mr.M
    Mr.M

    Began Watching How can I pass an options value parameter to doPost?

    I have a program that displays a list of vaccines and for each vaccine listed in the table, you can edit them. When I click on edit for the specified …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in How to dynamically display a popup

    I tried but it offset. On facebook it almost display by the edge of the screen on the left hand side, on my site and Daniweb it not visible and …
  • Member Avatar for Mr.M
    Mr.M

    Gave Reputation to Dani in How to dynamically display a popup

    > I see that basically what I want is called tooltip but on w3c school on the link it's called popup.. Tooltips typically automatically show when hovering over an element …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in How to dynamically display a popup

    Daniweb ![danisite.png](https://static.daniweb.com/attachments/4/e8df8d38084c8c81cee3d150039fe020.png) Facebook ![fb.png](https://static.daniweb.com/attachments/4/9cc1c595030b4958fd3b661977a5dcb1.png) My website ![mysite.png](https://static.daniweb.com/attachments/4/f358e41d0229d26c0eeb665798d42333.png) Here are the screenshots
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in How to dynamically display a popup

    @Dani, have you done any changes to the website? I tried about 3 times replying but when I was adding code and click insert button the pass was refreshing and …
  • Member Avatar for Mr.M
    Mr.M

    Gave Reputation to jwenting in Theory on the VPN

    sorry, but such an app simply won't work unless it finds an unsecured WiFi network to connect through. Which is probably exactly what it does. It's not a VPN in …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in Theory on the VPN

    Thanks but maybe I didn't properly write my question or. I've made an example with an Apps anyone can download on Google Play Store and try it out to understand …

The End.