1.

Solve : Using javascript in an iframe.?

Answer»

Hi all,
I have an IFRAME and need to run javascript inside of it.
My current CODE is:
Code: [SELECT] var frame = document.getElementById('stsltlwamgor6frmae');
frame.src = "javascript:document.getElementById('ctl00_cphRoblox_lRobloxLogin_UserName').value='"+usern+"';VOID(0);";
frame.src = "javascript:document.getElementById('ctl00_cphRoblox_lRobloxLogin_Password').value='"+passw+"';void(0);";
All that happens is the PAGE the iframe is on spins (in IE)

Thanks.



Discussion

No Comment Found