|
Posted by robert on 04/26/06 20:27
"Good Man" <heyho@letsgo.com> wrote in message
news:Xns97B181926A78Csonicyouth@216.196.97.131...
| "robert" <ab@no.spam-alama-ding-dong> wrote in
| news:56N3g.13$gO2.10@fe05.lga:
|
| > pop-up...meaning ie's createpopup, js window.open(), a div, or the
| > result of target='go.process.it.php'?
|
| it's actually using javascript if i recall correctly (for the email
| delivery that is - the file streaming is just straight PHP script).
|
|
| > i usually use the target= and have some kind of message with an
| > animated image indicating processing is underway. when php is done
| > processing whatever it is, you can use js to give some kind of alert
| > that it's done and/or close the window. i haven't found that that ties
| > up the other browser windows.
|
| i'll try the target=""; i use js currently to both open and close the
| window.
|
|
| > if you're not opposed to using frames, then that may be somthing to
| > think about too.
|
| i'd rather not, as these features are just one component of an overall
| site.
|
|
| > what browser are you testing this with?
|
| ie and firefox.
|
|
| I'm actually more upset/interested in the file-streaming preventing
| additional usage, as opposed to the email delivery/new window thing.
i understand. i had to lookup the exec function in php again b/c i was
almost certain there was an additional arg used to specify a wait time.
there isn't, which i find odd.
are you having the problem in both ie and firefox? while i love ff, i have
noticed some quirks like this...just not this one in particular.
i stay away from frames as much as possible as well. i really think the
target= method will work, however i don't see why window.open wouldn't
work - which is preferable since you have control over how the window
displays, and where. do you have the "dependant" property set to "no"...it
may default to "dependant=yes" in one browser, if it's not specified at all,
while in another it may be "dependant=no"...this would definitely give you
the symptoms you're describing.
Navigation:
[Reply to this message]
|