1: 2: 3: 4: 5: 6: 7: 8: 9: 10:
function setSession(inKey, inVal) { //this doesn't work but this is what i need tot test the dot setter eval(sessionStorage.inKey) = inVal; if(sessionStorage.getItem(inKey) == inVal) { alert("success"); } }
Hi kravindra,
How about using IFRAMES here?
Regards,Chinmay