tintin2000
Technical User
Hi,
I am using the following link to open a popup.
<a href="icad_dell_340.htm" onclick="window.open(this.href, 'popupwindow', 'width=400,height=300,scrollbars,resizable=no'); return false;">Dell 340</a>
The result of the link is a static web page, which has a few lines of HTML in it. My issue is that it seems to take about 10 seconds for the popup to load.
Has anyone got any ideas as to why I'm facing this time delay? Both pages are running on my own machine at the minute.
Thanks.
I am using the following link to open a popup.
<a href="icad_dell_340.htm" onclick="window.open(this.href, 'popupwindow', 'width=400,height=300,scrollbars,resizable=no'); return false;">Dell 340</a>
The result of the link is a static web page, which has a few lines of HTML in it. My issue is that it seems to take about 10 seconds for the popup to load.
Has anyone got any ideas as to why I'm facing this time delay? Both pages are running on my own machine at the minute.
Thanks.