Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   Javascript (http://www.velocityreviews.com/forums/f68-javascript.html)
-   -   window.open works for other html pages, not word, excel, etc. (http://www.velocityreviews.com/forums/t916194-window-open-works-for-other-html-pages-not-word-excel-etc.html)

barneagal@gmail.com 02-02-2005 10:23 AM

window.open works for other html pages, not word, excel, etc.
 
Hi,

I don't know if this is the correct group to post this (probably
browser security or something like that), but it's a start :-)

I am working on an intenet site (Sql + asp.net (vb.net)), on it i have
2 pages:
1 - with the following
<html><script>
window.open('somefile.html','_blank');
</script><html>
2 - with the following
<html><script>
window.open('somefile.doc','_blank');
</script><html>

both somefile.html & somefile.doc exists.

Problem :
on most of clients machines everything is ok, except several clients
that on their machine page 2 doen't work - it will not open the new
window

Notes:
* the specific client can reach the document if the open the browser
and enter the word document address
* this is not a server-side problem since 90% of the clients are OK
Thanks, Gal



All times are GMT. The time now is 12:49 PM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57