Hi,
I'm trying to open an external page using the IFrame SSI script II (http://www.dynamicdrive.com/dynamici...iframessi2.htm) with a link inside of a drop down menu (http://www.dynamicdrive.com/dynamici...pmenuindex.htm).
If I want to open an external page from a link on my main page, I should use the following code.
That works great! HOWEVER, when I want to open an external page from a link in A PULL DOWN MENU from my main page it does not work. Here's an example of the code I'm using.Code:<a href="javascript:loadintoIframe('myframe', 'external.htm')">Link</a>
I guess I'm using my " and ' in the wrong places.Code:menu1[0]='<a href="javascript:loadintoIframe('myframe', 'alumni/directory.html')">Directory</a>'



Reply With Quote

Bookmarks