-
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 … -
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 … -
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 … -
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() { … -
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 … -
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 … -
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 … -
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 … -
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 … -
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 … -
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, … -
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, … -
Gave Reputation to mr_865 in Cybercafe Managment System - Project.
How are you doing now? Are you working! -
Replied To a Post in Looping through the checkbox values
There's no attachment -
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 … -
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. -
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 … -
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` -
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 … -
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 … -
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 … -
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 … -
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: … -
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. -
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. -
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 … -
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 … -
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 … -
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 … -
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 … -
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` … -
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 … -
Replied To a Post in Send message to a specific context script tab
Anyone with a solution to this? -
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 … -
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. -
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 … -
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 … -
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 … -
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 … -
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 … -
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 … -
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 … -
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 … -
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 … -
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 … -
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 … -
Replied To a Post in How to dynamically display a popup
Daniweb  Facebook  My website  Here are the screenshots -
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 … -
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 … -
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.