User Profile
Collapse
-
sorry i caunt get you..........pl s be elaborate...... ...... -
ganihskmca replied to i have a problem in passing drop down value in onchange method from jsp to javascriptin Javascriptya i removed it,now the items present in second drop down box is unavailable after selecting a particular one in those.Leave a comment:
-
problem in passing value from jsp to javascript.
The following are the program i did......
and the problem im getting is object expected in onchange function at line 27(where i marked that one in bold for ur ease of identifying the error occuring area) in Task123.jsp. The value in not passed from Task123.jsp to Task113.js.
First Page : Task1.html
...Code:<html> <head> <script type="text/javascript" src="Task11.js">
-
ganihskmca replied to i have a problem in passing drop down value in onchange method from jsp to javascriptin Javascriptline number 27.The onchange method is not calling the javacript selectCustomer6 () method.Leave a comment:
-
ganihskmca started a topic i have a problem in passing drop down value in onchange method from jsp to javascriptin Javascripti have a problem in passing drop down value in onchange method from jsp to javascript
The error im getting is object expected.
This is my jsp page:
...Code:<%@ page import="java.sql.*" %> <% String connectionURL = "jdbc:mysql://localhost/new"; Connection connection = null; Statement statement; ResultSet rs; %> <html> <head> <script type="text/javascript" src="Task113.js">
No activity results to display
Show More
Leave a comment: