Guest_imported
New member
- Jan 1, 1970
- 0
I have a cfm page that contains a javascript to open a
small window that retrieves data from a SQL database.
On the main page, the user is given the option to
add/delete services, when he/she clicks on that option the
smaller window opens displaying current services and giving
the user the option to select and delete a service or type
in a new service to be added to the database.
The problem:
In Netscape everything works perfectly fine, however in IE
the smaller window is not refershing properly...for
example, after deleting a service and clicking on the
add/delete option again, the main page refershes and reflects
the new data but the smaller window would still
display the old data (displaying a service that had been
deleted)...attached is the script contained in the small window page..
any help is appreciated...
small window that retrieves data from a SQL database.
On the main page, the user is given the option to
add/delete services, when he/she clicks on that option the
smaller window opens displaying current services and giving
the user the option to select and delete a service or type
in a new service to be added to the database.
The problem:
In Netscape everything works perfectly fine, however in IE
the smaller window is not refershing properly...for
example, after deleting a service and clicking on the
add/delete option again, the main page refershes and reflects
the new data but the smaller window would still
display the old data (displaying a service that had been
deleted)...attached is the script contained in the small window page..
any help is appreciated...