Hi,
I have an ASP page that searches for customers details and returns the data in a list that the user can select which in turn populates the data into an HTML page that the ASP page is called from (this works fine).
If there is no data I have an alert that is called within the window_onload function to say that 'No Customers Found'.
The problem is that when the alert is displayed the page is also displayed modally behind the alert.
Is there any way to make the page 'invisible' while the alert is displayed?
Thanks,
I have an ASP page that searches for customers details and returns the data in a list that the user can select which in turn populates the data into an HTML page that the ASP page is called from (this works fine).
If there is no data I have an alert that is called within the window_onload function to say that 'No Customers Found'.
The problem is that when the alert is displayed the page is also displayed modally behind the alert.
Is there any way to make the page 'invisible' while the alert is displayed?
Thanks,