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!

IS IT NETSCAPE OR IT'S ME???

Status
Not open for further replies.

Silvano

Programmer
Jul 16, 2001
386
US
I have a custom tag to verify membership. It si working fine in IE and return results within a second;
The very same tag, when executed in Netscape, takes about 30 seconds to return result???
There is no HTML involved here, (on click, call custom tag - veify user - if yes - go here - if no - go some place else)

Essentialy, tag is executed with no errors in Netscape, but why, oh why it takes so long?

did anyone else have similar experience?
 
Netscape and some browsers, like IE on a Mac will actually print the white space generated by a CF page. Be sure your CF admin is configured to supress white space. If that doesn't work, nest the whole page in <cfsilent></cfsilent>.

----------------------------------------
Is George Lucas Kidding...
 
every day you learn something new , right?

thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top