ineedtools
04-30-2009, 05:24 PM
I want to load an external webpage through an iframe but when it's loading, I want it to automatically jump to a particular section.
I know the code will go this way:
<iframe src="http://www.hiswebsite.com#section"></iframe>
However, in my case, I don't want to add the #section within the "src" tag. I just want to leave the url as it is.
Is there any way to make it jump without adding the "#section" at the end of the url?
I really need help. This is urgent.
I know the code will go this way:
<iframe src="http://www.hiswebsite.com#section"></iframe>
However, in my case, I don't want to add the #section within the "src" tag. I just want to leave the url as it is.
Is there any way to make it jump without adding the "#section" at the end of the url?
I really need help. This is urgent.