This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes JSP and the fly likes jsp + html: only this jsp javascript code is not working Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » JSP
Reply Bookmark "jsp + html: only this jsp javascript code is not working" Watch "jsp + html: only this jsp javascript code is not working" New topic
Author

jsp + html: only this jsp javascript code is not working

dhaval thakor
Ranch Hand

Joined: Aug 27, 2012
Posts: 53

Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56540
    
  14

Welcome to the Ranch,

But just posting pages full of code isn;t going to get you any help.

Please ShowSomeEffort and do more than just say it doesn't work.

What is is supposed to do?
What part of that is it not doing?
From your debugging, where does the problem lie?
Can you not narrow it down to the exact line where things are going awry?

Also, there is no such thing as "jsp javascript". By the time the page gets to the browser, it's just an HTML page like any other. You might benefit from reading this article.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
dhaval thakor
Ranch Hand

Joined: Aug 27, 2012
Posts: 53

Thank you for your response...
Actually i have posted full page intentionaly..
it works fine before some time and suddenly stop working javascripts..
i can not find wht bug is there in this page..
so i have to write full code of page..
but for better understanding i writing piece of code which is called javascript..
it will help you to find the bug..
thnks in advance.





even on page load onLoad is also stop working.
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56540
    
  14

You have answered none of my questions.
dhaval thakor
Ranch Hand

Joined: Aug 27, 2012
Posts: 53

here on button i am trying to call gofunction() from javascript..
but it doesnt call on click even of button...
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: jsp + html: only this jsp javascript code is not working
 
Similar Threads
how to getSession in simple java class?
How to update a image using servlet?
JSP + Ajax Combo box onChange event Pass Multiple Values
resultset is not working properly
Access Data from Database By Submitting The select Values