gah hon

Ranch Hand
+ Follow
since Aug 30, 2015
gah likes ...
C++ Chrome Java
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
2
Received in last 30 days
0
Total given
1
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by gah hon

Recently I have create a custom Google Chrome's Extension by using JavaScript files and just load the folder will make the custom extension run.
But I am wondering is there anyway to enforce the program/JavaScript as in license key system?
So far, I only thought that I can use the JavaScript file to check against the system date, but still I can't relevant topic and example algorithms to achieve this.
Please advise. Thanks.
5 years ago
You misunderstood already. And yes, I can just logout from there when I am away.
But the Whatsapp ID is company use, the employee provide the customer services via company Whatsapp ID.
But I'm have to prevent this happening, that's why I am asking whether is there anyway to achieve that tho.
Because I am not 24 hours staying in the office.
5 years ago
What if one day the employee one button to send all the contact number list out?
I have to prevent this happening right. Is not that employee ask for detail to verify.
We won't do that and it's Whatsapp somehow I can check the history.
5 years ago
Because I am running my own business outside whereas my employees will handle my Whatsapp to communicate my customers.
But I am afraid they my employees will steal the database or etc. So I wanted to let them continue with the Customer Service, but not able to view their information.
5 years ago
Hi,

I wanted to know how can I able to disable or block or insert own Javascript into the Web Whatsapp to not letting the users to click the contact icon and view their information.
Such as, their contact number, email address, etc. Any recommended way to achieve that?
Thanks.
5 years ago

Bear Bibeault wrote:

gah hon wrote:

Campbell Ritchie wrote:"" suggests there is no ID. Have you confirmed that line 3 is actually finding an element?

Moving to our JavaScript forum.



What do mean why there is not ID tho? and which Line 3 you are referring to?



In the following code that you posted, what id value are you looking for?



Oh.. This just a example of I want to fill the value into the textbox.
For instance right, A google.com is open, but I also want the search value inside the searchbox and trigger the button Search as well.

Campbell Ritchie wrote:"" suggests there is no ID. Have you confirmed that line 3 is actually finding an element?

Moving to our JavaScript forum.



What do mean why there is not ID tho? and which Line 3 you are referring to?
Homepage.html


ALGAMEBean.js


So I had achieve the very first goal is open new tab of selected value URL.
But I until now I couldn't know how to fill in the value into the textbox and trigger the button, even though I had their attribute's ID.
I had tried using but it is still not filled.
This is part of my sample of idea. In the future, I would like to build something just like open the browser and auto-login for me.
So, in the future, the actual data/value are the username and password that I want to put into and trigger the button.
Please kindly advise.
Thanks.
I am not sure what's the issue or wrong with the src path definition.
Please kindly advise.



P/S: I am using Netbean IDE 8.1 with Java Web Project.
HTML path: ALGAME > Web Pages > index.html
Javascript path: Source Packages > Controller > ALGAMEBean.js
5 years ago


Now this is work as expected.
But I have one question is when need to using the check of readyState = 400 and status = 2 ?
6 years ago
PHP
I want to check and validate some data against the XML file.

I have something code in my .js file


in the login.php will load the XML file and check against the data.
But how can I know is login.php check=true or false.



Can I check the data by doing XMLHttpRequest.ResponseText == true and not doing readyState and status?

any advise will be appriecate
6 years ago
PHP
So usually I am using my own laptop to create new project in order to start the development.
Every time I am done with the tasks given, I am go to delete the project by "Right-Click on project > select Delete" In order not to make my project lists messy.. But I don't know it will give me a problem when I want to re-open the project.
So now I wanted to open back the old project, and it couldn't open due to the not recognize the "Project File", is that any way to retrieve back?

Thanks for the advance information/advise.
7 years ago

Dave Tolls wrote:First, you are deploying a .java source file. That should be a compiled class file.
Second you have placed it directly under WEB-INF. It should be in the classes folder, in its correct package.
Third you are referencing it in the form directly. Nothing under WEB-INF can be accessed by the client. It essentially doesn't exist as far as the client is concerned. The target servlet should be defined either by annotations or in the web.xml. Looking at your class it is defined in the annotation, so that's OK.



So what is the actual problem to caused this error?
7 years ago
https://www.daniweb.com/programming/web-development/threads/503809/netbean-ejb-web-apps#post2201783

I also had ask some people on this forum, please kindly see this forum and see the images.
I had posted the images of my root directory as well as the index.html form action URL.
7 years ago

Bear Bibeault wrote:Maybe it would be useful for you to show us your new form action url?




I change the the index.html form action url into this full path,
by the way, I am using glassfish 4.1 server instead of tomcat.

And question, Do i need to clean & build and deploy the project?
7 years ago