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 ? Link to comment https://forums.phpfreaks.com/topic/45242-refeash-frame/ 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 Link to comment https://forums.phpfreaks.com/topic/45242-refeash-frame/#findComment-219776 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.