Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
urgent help in jsp
Name: mythri Date: May 5, 2004 at 23:08:31 Pacific OS: windows xp CPU/Ram: p 3 128 ram
Comment:
Hi, iam getting error in the below code plz check.
I am trying to access the jsp variables in script which exists in the same page. the code is as follows
<%String name="something";%> <script> window.alert("bbbbbbb"); var x="<%=name%>" window.alert("aaaa"+x); </script>
iam able to get the first alert box but not the second one & at the same time error ios appearing in the starus bar like "done with errors on the page"
Summary: Hello, iam developing an interface in JSP. in Jsp page I need a treeview structure in addition with some html components like list etc. tree contains dynamic content accessed from database hence i can...
Summary: guys this is absolutley urgent. i need to know how to do this: i have a list of numbers 1,2,3,4,5,6,7,8,9,0 i have to make a program in vb that will be able to give me all the possble combinations the...
Summary: hi, i have more than one button in my form. by clicking individual buttons i need to go to different jsp pages i tried to call jsp page by writing its url at onclick method of the button but it is not...