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 Quote Link to comment Share on other sites More sharing options...
Ken2k7 Posted June 20, 2009 Share Posted June 20, 2009 window.frames.framename.src = 'example.php';? Quote Link to comment Share on other sites More sharing options...
Orionsbelter Posted June 20, 2009 Author Share Posted June 20, 2009 doesn't work 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.