TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Dawood Abbas
NA
264
98.2k
can we write same variable names in different scripts in jsp
Nov 2 2015 4:40 AM
can we write same variable names in different scripts in javascript?
Like below
<script type="text/javascript">
$(document).ready(function () {
var userCookie = getCookie('loggedInUser');
});
</script>
<script type="text/javascript">
$(document).ready(function () {
var userCookie = getCookie('loggedInUser');
});
</script>
Reply
Answers (
0
)
How to first check cookie value then go to page?
Add months to given Date