Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
belajarJavaServlet_Fabian
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Fabian Dewantara Santonie
belajarJavaServlet_Fabian
Commits
a0761429
Commit
a0761429
authored
Mar 21, 2022
by
Fabian Dewantara Santonie
🕊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Perbaikan Latihan 3
parent
45adef96
Pipeline
#6526
canceled with stages
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
Latihan3.java
src/main/java/org/testing/inputName/Latihan3.java
+2
-0
No files found.
src/main/java/org/testing/inputName/Latihan3.java
View file @
a0761429
...
@@ -49,10 +49,12 @@ public class Latihan3 extends HttpServlet {
...
@@ -49,10 +49,12 @@ public class Latihan3 extends HttpServlet {
}
}
else
{
else
{
out
.
println
(
"Password Salah!"
);
out
.
println
(
"Password Salah!"
);
out
.
println
(
"<a href=\"Latihan2.jsp\">Latihan2</a>"
);
}
}
}
}
else
{
else
{
out
.
println
(
"Username Salah!"
);
out
.
println
(
"Username Salah!"
);
out
.
println
(
"<a href=\"Latihan2.jsp\">Latihan2</a>"
);
}
}
out
.
println
(
"</body>"
);
out
.
println
(
"</body>"
);
out
.
println
(
"</html>"
);
out
.
println
(
"</html>"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment