Javascript and Frames

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
jspodisus
Forum Newbie
Posts: 2
Joined: Sat Nov 07, 2009 6:27 am
Location: Canada

Javascript and Frames

Post by jspodisus »

I followed a tutorial and used off-line html's, And it worked, But when I try to edit a value of a field inside of a online frame, It doesnt work.
Example:

Using Code:
<body onload="parent.right_frame.document.f.q.value='Yo'">
I attempt to change the value of the text field on the google.co.uk page, But It doesn't work.

Anyone see the scripting hole?
User avatar
akuji36
Forum Contributor
Posts: 190
Joined: Tue Oct 14, 2008 9:53 am
Location: Hartford, Connecticut

Re: Javascript and Frames

Post by akuji36 »

Post Reply