Orionsbelter Posted June 20, 2009 Share Posted June 20, 2009 ok i have this function go_to (req){ var loc=req; window.location=loc; } what i do it put a onClick="example.php" on my table column which works fine but now i want to change it so that when i click it will open example.php in a iframe which is named iframe1 please help Link to comment https://forums.phpfreaks.com/topic/163027-help-with-function-window-link/ Share on other sites More sharing options...
Ken2k7 Posted June 20, 2009 Share Posted June 20, 2009 window.frames.framename.src = 'example.php';? Link to comment https://forums.phpfreaks.com/topic/163027-help-with-function-window-link/#findComment-860236 Share on other sites More sharing options...
Orionsbelter Posted June 20, 2009 Author Share Posted June 20, 2009 doesn't work Link to comment https://forums.phpfreaks.com/topic/163027-help-with-function-window-link/#findComment-860383 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.