Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

bacground on document AFTER Post

Status
Not open for further replies.

ThorO

Programmer
Sep 28, 2002
20
NO
Hey Guys

I have a problem which might not belong to this forum, but hope some can answer anyway.

I am working on a Inttranet, with IE6 only. We have made a lot of forms which is posted with action to a new document which is a databasegenerated document. What happens is that the database is receiving the form variables and store them and then return a new document back to IE (Not an commercial webserver). The issue is that we use a light blue color as background (b0c0d0) and when we post, the background turns white (as a blink) before is goes back to correct color again in the new document. Is there a way to keep the background in a specific color during post or as default in IE???

Thanks in advance

Thor O
 
Hello Dan and thanks for quick reply.

I have played with this solution, but it seams to have no effect on the submit, since the blink still is white. An unwanted side effect is that both Windows Explorer and "regular" surfing, will have this background too....

I am not sure what IE do on submit, but I am hoping for some other solution which give me some control over when it happens

ThorO
 
ok, sorry to hear that and thanks again for your time....
ThorO
 
I have played with different solution to this and since we are going to use IE only in this system I found this to be an way to deal with it:

Code:
META http-equiv="Page-Exit" content="blendtran(Duration=.3)">

In case somebody else is interested.[ponder]

ThorO
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top