hi, can someone please help me I am working on a new website and is it possible to get a drop down menu to link to a iframe so when someone click a link next to the iframe it wil bring up the website in the iframe please please please help me this is ver important to the future of websites woh ever can get me the code I will put a message at the bottom of my website saying "with help from(your name)"
many thanks, dylan parrin please please can i have help i will tell you why if you want Javascript:
parent.(name of iframe).document.location.href = <!-- m --><a class="postlink" href="http://www.webdeveloper.com/forum/archive/index.php/(your">http://www.webdeveloper.com/forum/archi ... .php/(your</a><!-- m --> url)can i have the hole code please I don't understand im sort of new to HTML and JavaScript.*wholeall I need is a code that puts a drop down menu next to a IFRAME an shows what I want in the IFRAME by clicking the drop down menu!.
plz plz help <a href=http://www.webdeveloper.com/forum/archive/index.php/"javascriptarent.(name of iframe).document.location.href = (url for iframe to go to)">
i think thats it. replace whats in the brackets with the required information.
-------------------------------
thats the complicated javascript way. if that doesn't work just make sure your iframe has a name (for both this and the method above),
something like <iframe name="(iframename)" ... ></iframe>
then when u place ur link.... <a href=http://www.webdeveloper.com/forum/archive/index.php/"(url for iframe to go to)" target="(iframename)> ... </a>
this is the html way to do it.
the javascript method is a bit smoother for ur browser to handle, but not by much.
either way will do.but thats not a drop down menu i can do normal links to the IFRAME but i need a drop down menu i know im starting to sound a bit anoying but this is really important for a project im working on plz help
many thanks
D.....
many thanks, dylan parrin please please can i have help i will tell you why if you want Javascript:
parent.(name of iframe).document.location.href = <!-- m --><a class="postlink" href="http://www.webdeveloper.com/forum/archive/index.php/(your">http://www.webdeveloper.com/forum/archi ... .php/(your</a><!-- m --> url)can i have the hole code please I don't understand im sort of new to HTML and JavaScript.*wholeall I need is a code that puts a drop down menu next to a IFRAME an shows what I want in the IFRAME by clicking the drop down menu!.
plz plz help <a href=http://www.webdeveloper.com/forum/archive/index.php/"javascriptarent.(name of iframe).document.location.href = (url for iframe to go to)">
i think thats it. replace whats in the brackets with the required information.
-------------------------------
thats the complicated javascript way. if that doesn't work just make sure your iframe has a name (for both this and the method above),
something like <iframe name="(iframename)" ... ></iframe>
then when u place ur link.... <a href=http://www.webdeveloper.com/forum/archive/index.php/"(url for iframe to go to)" target="(iframename)> ... </a>
this is the html way to do it.
the javascript method is a bit smoother for ur browser to handle, but not by much.
either way will do.but thats not a drop down menu i can do normal links to the IFRAME but i need a drop down menu i know im starting to sound a bit anoying but this is really important for a project im working on plz help
many thanks
D.....