Does quizport support the map tag?

Re: Does quizport support the map tag?

by Neelima Ramesh -
Number of replies: 0
Hey Gordon!

This works! big grin

only its
innerHTML='<embed src='
"+sfl+"' height=0 width=0 ></embed>';

But i still have this doubt. Like you said, this code;
innerHTML="<em" + "bed src="+wwwroot+swf+" height=0 width=0 ></em
" + "bed>";

or even
innerHTML='<embed src=+"+sfl+" height=0 width=0 ></embed>';

stop quizport from converting relative urls to absolute urls.

So if i use the variable wwwroot along with the above, it should work right? But it doesn't.

Any idea why?

Neelima