Skip to main content

[vu-students] CS101 ASSIGNMENT NO.2 COMPLETE AND CORRECT SOLUTION KINDLY FIND THE ATTACHMENT BY VIRTUALIANS GROUP

<html>
<head>

<SCRIPT LANGUAGE="JavaScript" TYPE="Text/JavaScript">

function CheckEmail_mc110202049()
{
var x=document.forms["input"]["email"].value;
var at=x.indexOf("@");
var dot=x.lastIndexOf(".");
var student_id="mc110202049";
var vu_domain="vu.edu.pk";
var value_before_at=x.substr(0,x.indexOf("@"));
var value_after_at=x.substr(x.indexOf("@") + 1);
var student_id="mc110202049";
var vu_domain="vu.edu.pk";

if (at<1 || dot<at || dot>=x.length )
{

alert("The email id you entered is Not your valid VU e-mail address");
return false;
}

else if (value_after_at != vu_domain )
{
alert ("The "+value_after_at+" is not a valid VU domain");
alert("Please Check the VU domain should be vu.edu.pk");

}

else if (value_before_at.length < student_id.length && value_after_at === vu_domain)
{
alert ("The "+value_before_at+"@"+value_after_at+" is not a valid email address");
alert("Please Check the length of Student ID. It is less than the Original ID");

}
else if (value_before_at.length > student_id.length && value_after_at === vu_domain)
{
alert ("The "+value_before_at+"@"+value_after_at+" is not a valid email address");
alert("Please Check the length of Student ID. It is greater than the Original ID");
}

else if (value_before_at != student_id && value_after_at === vu_domain)
{
alert("Your student ID is incorrect. Please check again!");

}

else if (value_before_at === student_id && value_after_at === vu_domain)
{
alert("The email id you entered is your valid VU e-mail address");

}

else
{
alert("The email id you entered is Not your valid VU e-mail address");
}

}

</script>
</head>

<body>
<h3> CS101 - Assignment No.2 </h3>
<h4> Semester: Spring 2012 </h4>
<form name="input" action="" onsubmit="return CheckEmail_mc110202049()" method="post">
Please enter your own email address and submit<br>
email
<input type="text" name="email" /><br>
<input type="submit" value="Submit" />

</form>
</body>

</html>

CS101 - Assignment No.2

Semester: Spring 2012

Please enter your own email address and submit
email

DEAR STUDENTS PUT YOUR VU ON HIGHLIGHTED PLACES AND OPEN A NOTE COPY THIS CODE IN NOTE PAD Dear students this is complete solution of CS101 assignment. Kindly put your vu id on highlighted places and open a note pad file copy this code in note pad and save file as your id.html

Then it will be an html file and it will open in your default browser check your email id in it and save that file. Then as instructor mentioned make a zip file put your html and ms word file in the zip and submit your assignment so thanks for reading.

For any problem you surely welcome for consulting at irfankhan0044@gmail.com

 

 Kindly find the attachment

Remember us in your pray by

VIRTUALIANS GROUP


--
MIT VIRTUALIANS

--
You received this message because you are subscribed to the Google
Groups "VU Students" group.
To post to this group, send email to vu-students@googlegroups.com
To unsubscribe from this group, send email to
vu-students+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/vu-students?hl=en_PK?hl=en

Comments

Popular posts from this blog

Re: ::: vuaskari.com ::: CS408 - FINAL TERM SUBJECTIVE WITH REFERENCE SOLVED BY UMAIR SAULAT

GREAT WORK On Wed, Feb 20, 2013 at 11:30 PM, Umair Saulat < saulat.umair@gmail.com > wrote: CS408- Human Computer Interaction Solved Subjective Fall Semester 2012   QNo.1    it has been observed that most computer users use menu option for input instead of keyboard accelerator. What is the reason behind it? (2 Marks) Answer:- 1.        Menu options are easier to find. 2.        You don't have to memories the keys for menu option but for key board accelerators you have to memories them REF:: Handouts Page No. 127   QNo.2    Define active intervention.  (2 Marks) Answer:- Active intervention with the participant and actively probes the participant understands of whatever is being tested. REF:: Handouts Page No. 276 QNo.3    what is Ubiquitous Computing? (2 Marks) Answer:- The most profound technologies are those that disappear. They weave themselves into the fabric of everyday life until they are indi

Updating our Google Account inactivity policy

Every day Google works hard to keep you and your private information safe and secure by preventing unauthorized access to your Google Account with our built-in security protections. And keeping you safe means having strong privacy practices across our products that minimize how long we store your personal files and any data associated with them. We want to protect your private information and prevent any unauthorized access to your account even if you're no longer using our services. Therefore, we are updating the inactivity period for a Google Account to two years across all our products and services. This change starts rolling out today and will apply to any Google Account that's been inactive, meaning it has not been signed into or used within a two-year period. An inactive account and any content in it will be eligible for deletion from December 1, 2023. What this means for you: These changes do not impact you unless you h

Learn more about our updated Terms of Service

stargthb@gmail.com On January 5, 2022, we're making some changes to our Terms of Service. These changes won't affect the way you use Google services, but they'll make it easier for you to understand what to expect from Google — and what we expect from you — as you use our services. You can review the new terms here . At a glance, here's what this update means for you: More clarity on what you can expect from Google and what we expect from you : We're providing more examples to describe the mutually respectful conduct that we expect from all our users. Improved readability : While our terms remain a legal document, we've done our best to make them easier to understand, including reorganizing some topics so that they're easier to find. If you use Family Link to manage a Google Account for someone else, please take some time to talk to them about these changes. Thank you for using Google!