Success9's Posts
Nairaland Forum › Success9's Profile › Success9's Posts
Ladies and gentlemen, We have often heard people of the Islamic faith claim that the gospel as it is in the bible today has been corrupted by early Christians and interpreters today just to suit a selfish narrative. How true is this claim? In the video attached, the creator claims Jesus did not even preach the gospel to begin with so there's no way it could have been corrupted. He tells what the gospel is, and why Jesus didn't teach/preach it. Click the link to understand his thoughts better. https://www.youtube.com/watch?v=fHuvHjqoNNg |
Some time ago, I opened a thread on whether Paternity Fraud should be punished or not. From my observation, I found that not a single woman made a comment. See thread here👇👇👇 https://www.nairaland.com/7885651/paternity-fraud-should-criminalized Luckily, I found a woman give her opinions on the subject matter on the internet. See the video here in case you have not seen it before. https://www.youtube.com/watch?v=028BV6FxJvc Please leave your thoughts in the comment section of the video. |
Geovanni412:A few years ago, I think 2 or so, a judge, well Advanced in age, in Delta state discovered the children he has raised are not his. The last one was in a university at the time. Please, if the woman were to be allowed to go, just like that, how will he be repaid or replenished, whatever for the time he has lost? Let's not bring up the other resources he has lost during this timee |
advanceDNA:In many cases, it will only be known to the woman that the child belongs to A and not B. Mr A will be ignorant of it. I wonder how someone could say it takes two to tangle |
Fraud according to Oxford, is a wrongful or criminal deception intended to result in financial or personal gain. There are several types of fraud and all are punishable except the most grievous one - paternity fraud. Worse is, this fraud is on the rise. Take a look at this video 👇👇👇 https://www.youtube.com/watch?v=NHn_8yp7Wv8 What do you think? Should we continue like this? Leave your thoughts behind |
Agreed, the man saw a red flag and still ignored BUT THERE SHOULD BE NO FORGIVENESS. SHE SHOULD DO A TOTAL REFUND. THIS SCAM MUST STOP. Join the conversation here👇👇👇 https://www.youtube.com/watch?v=NHn_8yp7Wv8 |
'The net video duration should be 60mins" What does this mean? |
Four plots of land for immediate sale in Sagamu at GRA extension, opposite Andron estate. Property owner wants to relocate abroad. Contact: 08032847508 Price: N1M per plot |
Ablemed:Bros na lie. 1. First, you are an introvert. That's not your parents making. 2. Your parents meant well for you, if you've said anything wrong apologize. 3. When you get home after service, go and look for a job...or learn a skill. As for a job, even if it's teaching, take it. 4. No supervisor or manager will sack you, they will rather guide you. 5. Have it at the back of your mind that from now, anything happening in your life is your fault. Peace |
Demaxl:Can you transfer a few USD for me at the prevailing market price using your PayPal account |
Can you do a little amount transfer...of about 120¥? |
duzz:What is the name of the company that is providing this offering? How much is the current price? Can I get a brochure for it? Thanks |
Good morning gigs, sabi men and women. I have a challenge with creating a button that will function exactly like the share/retweet button in websites like Facebook or Twitter. My challenge is basically on how to get the shared post to appear on the timeline of the person sharing the post. Please, any suggestions? I appreciate you guys. |
Biglittlelois:perhaps, you wouldn't mind drawing a fine line between both. would you? |
AryEmber:on the contrary, the quote is not by man but by a woman... Caucasian |
I saw this quote on twitter by a user with the handle @AnuMathur19... "Feminists want the power of Men , the privileges of women And the Responsibilities of Neither.." what do you think? |
Finally, this road is now being reconstructed... |
XhosaNostra:Can define what 'a man' means to you so we can relate with your assertion? |
Morning sir. I want to set up a programming training institute in Ogun state with the following languages in mind: 1. PHP 2. PYTHON 3. JAVA 4. C++ Others are: Javascript, JQuery, SQL, HTML & CSS. I list these as others because I think students should know about these as well; but I don't know how I'll marry them with the above listed languages. Any advise? Please share. I will need instructors... How many do you advice, how easy will it be to get them; and how much should be looking at as their tentative wages? Considering the location of this institute, how much do you advice I charge; and what should the duration of study be? I'll appreciate every response. Thanks |
webstacka:Ogun state sir |
Good day Nairalanders. Please I need your candid advice, suggestions, opinions and whatever comes to your mind. I desire to start a software development training institute in my state. However, I have no idea of what to do; especially, on how to get the trainers. How much can I charge trainees...? Pls just share your thoughts. Thank you |
Thank you Nairalanders! I now have #11,000...#5,000 more to go. Please good people, help me with this. It will make it a person less in the streets without a thing to do. Thank you. |
Pls people, I really and urgently need this. No matter how small, pls just send it to me. If you want further verification, you can call me on 08032847508. I know if nobody can't, you can! Thank u |
Hello Nairalanders. I'm in dire need of assistance this moment. I am into the supply of palm kernel shell(PKS) - just started though. I ran into some challenges that ate into my budget. Now, I want to conclude a phase in the process but I'm faced with a monetary challenge. I want to haul-out half the total baulk of shell to the road from which a truck can load it. I've done the other half before now. For this I need N16,000 and I have just N8,000. I want to do this as soon as possible in order to mitigate losses. I'm doing this because I don't have a choice. I have tried with my friends and relatives. I have no where else and no one else to turn to. Please help me raise this money. If you choose to help me, please do so via this ACCESS bank account: 0693409083. Account name is Awolowo Vincent. Thank you. |
npowerng:Hello npowerng I'm interested in npower tech with software development as core. please when or how can I apply for it? Thanks |
Caustics:I know...but I have no knowledge of Javascript whatsoever. I got this from the internet but it doesn't seem to be working properly. /*------------------------Validation Function---------------------------------*/ var count = 0; //To count blank fields function validation(event) { var radio_check = document.getElementsByName('gender'); //Fetching radio button by name var input_field = document.getElementsByClassName('text_field'); //Fetching all inputs with same class name text_field and an html tag textarea var text_area = document.getElementsByTagName('textarea'); //Validating radio button if (radio_check[0].checked == false && radio_check[1].checked == false) { var y = 0; } else { var y = 1; } //For loop to count blank inputs for (var i = input_field.length; i> count; i--) { if (input_field[i - 1].value == '' || text_area.value == '') { count = count + 1; } else { count = 0; } } if (count != 0 || y == 0) { alert("*All Fields are mandatory*" ; // Notifying validationevent.preventDefault(); } else { return true; } } /*-------------------------------------------------------------------------------*/ // Function that executes on click of first next button function next_step1() { document.getElementById("first" .style.display = "none";document.getElementById("second" .style.display = "block";document.getElementById("active2" .style.color = "red";} //Function that executes on click of first previous button. function prev_step1() { document.getElementById("first" .style.display = "none";document.getElementById("second" .style.display = "block";document.getElementById("active1" .style.display = "red";document.getElementById("active2" .style.display = "gray";} // Function that executes on click of second next button function next_step2() { document.getElementById("second" .style.display = "none";document.getElementById("third" .style.display = "block";document.getElementById("active3" .style.color = "red";} //Function that executes on click of second previous button. function prev_step2() { document.getElementById("second" .style.display = "none";document.getElementById("third" .style.display = "block";document.getElementById("active2" .style.display = "red";document.getElementById("active3" .style.display = "gray";} // Function that executes on click of third next button function next_step3() { document.getElementById("third" .style.display = "none";document.getElementById("fourth" .style.display = "block";document.getElementById("active4" .style.color = "red";} //Function that executes on click of third previous button. function prev_step3() { document.getElementById("third" .style.display = "none";document.getElementById("fourth" .style.display = "block";document.getElementById("active3" .style.display = "red";document.getElementById("active4" .style.display = "gray";} // Function that executes on click of fourth next button function next_step4() { document.getElementById("fourth" .style.display = "none";document.getElementById("fifth" .style.display = "block";document.getElementById("active5" .style.color = "red";} //Function that executes on click of fourth previous button. function prev_step4() { document.getElementById("fourth" .style.display = "none";document.getElementById("fifth" .style.display = "block";document.getElementById("active4" .style.display = "red";document.getElementById("active5" .style.display = "gray";} // Function that executes on click of fifth next button function next_step5() { document.getElementById("fifth" .style.display = "none";document.getElementById("sixth" .style.display = "block";document.getElementById("active6" .style.color = "red";} //Function that executes on click of fifth previous button. function prev_step5() { document.getElementById("fifth" .style.display = "none";document.getElementById("sixth" .style.display = "block";document.getElementById("active5" .style.display = "red";document.getElementById("active6" .style.display = "gray";} |
Caustics:Yes, it helped like magic. Thanks a lot. However, I have a long form that I want to divide into pages. So users, can fill one page and then save the data. Afterwards, users will click next to go on to the next page until they eventually submit on the last page. I don't want them submitting per page. Thanks |


; // Notifying validation