MadTechie Posted April 2, 2007 Share Posted April 2, 2007 Quick Question i hope i have a page with 2 frames and i wish to have a button in one frame to refesh the page in the other frame i have tried this but it fails <input name="OK" type="button" value="refeash Main" onClick="parent.frames['main'].window.location.reload()"/> one other one how can i use javascript to focus on a textbox ? Quote Link to comment Share on other sites More sharing options...
MadTechie Posted April 2, 2007 Author Share Posted April 2, 2007 UPDATE: i got the frame updating via parent.MAIN.location='page.html'; MAIN being the frame name/id havn't got the textbox focus working yet will try to get that working later, any pointer would be nice Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.