Forum: JavaScript / DHTML / AJAX 18 Days Ago |
| Replies: 5 Views: 430 |
Forum: JavaScript / DHTML / AJAX 19 Days Ago |
| Replies: 5 Views: 430 then how to make it work? |
Forum: JavaScript / DHTML / AJAX 19 Days Ago |
| Replies: 5 Views: 430 Hi !!
i faced problem with javascript. When I call function change() it applies only second element that is link2. I wanted when i click the link, the link name must appear to textfield.can anyone... |
Forum: JavaScript / DHTML / AJAX Oct 21st, 2009 |
| Replies: 3 Views: 710 |
Forum: JavaScript / DHTML / AJAX Oct 21st, 2009 |
| Replies: 1 Views: 315 Hi I think you have to use at least sessions because browser sends requests. |
Forum: JavaScript / DHTML / AJAX Oct 21st, 2009 |
| Replies: 3 Views: 710 Hi there .. I have error on my firebug it says:document.getElementById("category") is null
Could someone help me??
and i wanted to set the default drop down option
<html>
<head>
<script... |
Forum: JSP Jun 30th, 2009 |
| Replies: 6 Views: 4,485 is to session.setAttribute(null,"sessionname"); |
Forum: HTML and CSS Aug 25th, 2008 |
| Replies: 2 Views: 3,922 I mean that when i call position method its postion changes but javascript will not work |
Forum: HTML and CSS Aug 23rd, 2008 |
| Replies: 2 Views: 3,922 hello
could someone help me with div position
This is code:
<th width="200" scope="col" bgcolor="#666666"">
<div class="css" id="myOtherElement">
<span><strong>Menu</strong></span>... |
Forum: Java Aug 7th, 2008 |
| Replies: 3 Views: 931 |
Forum: Java Aug 7th, 2008 |
| Replies: 3 Views: 931 Hello progers
There is a big question in my mind
I know that now PHP is popular but JSP is also known . . .
so can you answer which language will be popular in future |
Forum: JSP Jul 26th, 2008 |
| Replies: 2 Views: 941 |
Forum: JSP Jul 25th, 2008 |
| Replies: 2 Views: 941 Hello , I created link to admin/admin.jsp
I want to create a link to index.jsp in admin page
Mysite___
|___index.jsp
|___admin/
... |
Forum: JSP May 11th, 2008 |
| Replies: 6 Views: 4,485 |
Forum: JSP May 9th, 2008 |
| Replies: 6 Views: 4,485 public class logout extends HttpServlet {
public void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
process(request,response);... |