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
Post a Comment