Log in

View Full Version : Problems with putting script into a frameset.



cblake843
05-05-2006, 11:44 AM
http://www.javascriptkit.com/script/...tmlcombo.shtml

Still have a major problem with this script. I dont know where to put the targets to open the new pages in a frameset mainpage. Surely someone has a suggestion on this. Or a script that will open every page from this one into the main page.

Thanks in advance

kase

cblake843
05-05-2006, 11:45 AM
http://www.javascriptkit.com/script/script2/dhtmlcombo.shtml

This script

Twey
05-05-2006, 02:04 PM
Edit:
function gl(linkname,dest, target){
document.write('<b><a href="'+dest+'" target="' + target + '">'+linkname+'</a></b><br>')
}Then, you can use a third argument to the gl() function to specify a target for the link.