Back To Start Of Archive
Taken From The Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:22
MILONIC JavaScript function openIFrame dos not work .....
Poster: Hans R
Dated: Sunday August 3 2003 - 13:12:52 BST
function openIFrame(iFrameId,winURL)
{
ifId=gmobj(iFrameId)
ifId.src=winURL
}
I start to different iframs in then menu system – like this:
,"Start","javascript:openIFrame(\"resultat\",\"./ASP/resultat.asp\");openIFrame(\"valg\",\"./ASP/find.asp\")",,"Start",0
But this dos not work in Netscape, Mozilla and Opera
Is here a way I can alter it, so it will work in Netscape, Mozilla and Opera
Poster: Hergio
Dated: Monday August 4 2003 - 2:35:12 BST
Try using single quotes instead of \" ?? Just a suggestion, its the first thing that popped into my head. Try and let us know what happened.
Anyone have any ideas?
Poster: Hans R
Dated: Monday August 4 2003 - 8:14:16 BST
Thanks Dave!
I try this, but it dos not work
," Start søgningen","javascript:openIFrame('resultat','./ASP/Jord/1_resultat.asp');openIFrame('valg','./ASP/Jord/2_find.asp')",,"Start søgningen",0
Any ideas?
HR
Denmark