M
M.Babli
Hello everyone,
I do not know much about javascript, so please excuse me if my question is
not clear.:
If I build a string in Javascript
string =
"http://test_server_a.some_domain.org"+download_trial_of_product.exe
Then use
document.location.href=string
It works in Firefox, the popup box says,. would you like to download this
file... and the download is what its supposed to be. However, it does not
work well in IE. All I get is a nasty pop-up box talking about downloading
an Object. What am I doing wrong?
Any help would be appreciated
I do not know much about javascript, so please excuse me if my question is
not clear.:
If I build a string in Javascript
string =
"http://test_server_a.some_domain.org"+download_trial_of_product.exe
Then use
document.location.href=string
It works in Firefox, the popup box says,. would you like to download this
file... and the download is what its supposed to be. However, it does not
work well in IE. All I get is a nasty pop-up box talking about downloading
an Object. What am I doing wrong?
Any help would be appreciated