java script problem in struts ....
Hello Sir
I am getting a strange problem in my struts application. The problem is coming in IE but its working fine in Mozilla. The problem is as follows :
"
I have two url (given below) but the action (StoneAction in my case) and form-action(StoneForm) behind them is same and both of these urls lead us to two separate jsp pages (one for admin and other for search).
1) http://localhost:8080/InnovativeStone/research/showStones.do?dispatch=getStones
2)
http://localhost:8080/InnovativeStone/admin/showStones.do?dispatch=getStones
Now the problem is , i have a script function , in which i am calling the value of an input field like
"document.StoneForm.inputField.value" = true;
This is working fine in Mozilla but its giving problem in IE.
In IE its giving me "document.StoneForm.inputField.value" is null or not an object.
I am not finding any sloution. Please help me , i need it urgently. "
Thanx in advance
Khushwinder

