LoadVars.send and target window problem
with safari on mac osx, have problem sending vars in window named "thiswin".
myvar.send("../cgi-bin/redirect.php", "thiswin", "post");
the swf opens new window should called "thiswin". javascript alert says there no name.
so, second time, trigger myvar.send("../cgi-bin/redirect.php", "thiswin", "post"), opens 2nd blank window instead of opening in same "thiswin" window.
this works fine ie.
myvar.send("../cgi-bin/redirect.php", "thiswin", "post");
the swf opens new window should called "thiswin". javascript alert says there no name.
so, second time, trigger myvar.send("../cgi-bin/redirect.php", "thiswin", "post"), opens 2nd blank window instead of opening in same "thiswin" window.
this works fine ie.
hello:
does work "_blank" option or not ?
also "thewin" window exist before command or not.....if not every thing fine , have error alert cos didnt have window before
just make try
firas darweesh
does work "_blank" option or not ?
also "thewin" window exist before command or not.....if not every thing fine , have error alert cos didnt have window before
just make try
firas darweesh
More discussions in ActionScript 1 and 2
adobe
Comments
Post a Comment