Hi,
i am passing arguments to a new window in the below manner:
i am getting problem when i am passing argument value as
i am getting javascript error as Excpected ')'.
i checked everything is fine.i hope i can get solution for this.thanks in advance.
regards,
rama
i am passing arguments to a new window in the below manner:
Code:
<input type="submit" name="submit" value="click" onclick = "window.open('<c:url value='/viewMapToolScreen.html?com.smarts.autoAttachDM=10.80.159.20:7001/SAM-GSAM1&class=com.smarts.webapps.SmWebMapApp&com.smarts.launch.class=<\%=request.getParameter(\'classname\')%\>&com.smarts.launch.instance=SESSION-APP-InChargeService_SAM-T1-bay->APP-InChargeService_IP-Perspective&com.smarts.map.showAllBusiness=1&com.smarts.userid=admin&com.smarts.password=changeme'></c:url>')"/>
Code:
<\%=request.getParameter(\'classname\')%\>
i checked everything is fine.i hope i can get solution for this.thanks in advance.
regards,
rama
Comment