Posts by Liih • 21 points
5 posts
- 
		0 votes2 answers1240 viewsQ: By clicking the button to call function Avascript the sume buttonI’m trying to make a code to generate random number in Avascript, put a button to call the function, call the function correctly, however I have to update the page to be able to view the button, I… 
- 
		-2 votes1 answer139 viewsQ: Read JS file before PHPJust a question, I made an HTML sign-up screen, and created a Javascript file where checks the amount of password and if the passwords are equal. And I made a file receives.php, where will send the… 
- 
		-1 votes1 answer48 viewsQ: "Send" button, check number of digits in the password and if it is equal to another password in html/javascriptI am making a form, where the "send" data button needs to check the number of digits and check if it is equal to another password. Html code <div class="content"> <input type="submit"… 
- 
		1 votes1 answer40 viewsQ: Show information on Activity androd studioI’m making a screen "Notification" in the application android, but will only show the database information without notifying user. However the information is not showing on the screen, is giving… 
- 
		1 votes2 answers1711 viewsQ: Required field, fill in before savingI’m trying to validate the fields so it’s mandatory before saving the data. Follows the code protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState);…