Javascript location.replace and iframe -


following program can work in chrome, in firefox not work, need refresh page, otherwise page blank!

the firefox jump out of store window use iframe not work, there ways around this?

thanks all!

var url = "/card/"+dl_path; saveframe.document.location.replace(url);  <iframe id="saveframe" style="display: none"></iframe> 

if use jquery, can use $('#saveframe').attr('src', url). should work browsers.


Comments

Popular posts from this blog

ruby - Trying to change last to "x"s to 23 -

jquery - Clone last and append item to closest class -

c - Unrecognised emulation mode: elf_i386 on MinGW32 -