EllisLab text mark
Advanced Search
     
howto get iframe uri?
Posted: 15 August 2008 04:17 AM   [ Ignore ]
Avatar
Joined: 2007-11-20
69 posts

how do i get iframe uri?
thanks

 Signature 

Philippines scam and modus operandi awareness

 
Posted: 15 August 2008 04:34 AM   [ Ignore ]   [ # 1 ]   [ Rating: 0 ]
Avatar
Joined: 2006-07-27
2617 posts
iFrame document.getElementById('iframeid');
iFrameSrc iFrame.getAttribute('src'); 

Or, if you could care less about accessing the iFrame object any further:

iFrameSrc document.getElementById('iframeid').getAttribute('src'); 
 Signature 

Check out the Template Library
Oh yeah, I tweet, too (regarding CodeIgniter on occassion).

 
Posted: 15 August 2008 05:45 AM   [ Ignore ]   [ # 2 ]   [ Rating: 0 ]
Avatar
Joined: 2007-11-20
69 posts

thanks it worked!
i forgot to use javascript. im thinking too deep.

 Signature 

Philippines scam and modus operandi awareness

 
Posted: 20 April 2011 11:34 AM   [ Ignore ]   [ # 3 ]   [ Rating: 0 ]
Joined: 2011-04-19
4 posts

Thank you very much. This seems simple enough. I have been forgetting to use javascript also. I feel pretty dumb about that. Sometimes this stuff really hurts my brain, so it’s great to have such a useful resource as this forum when I need it. I have found answers to just about all of the questions that I have had, which I am really grateful for.

 Signature 

Peace!