guest2013-1
guest
- Joined
- Aug 22, 2003
- Messages
- 19,800
- Reaction score
- 13
Chrome:
<% Response.Write OrderID %>
works when placed at the top of the page
<% Response.Write OrderID %>
doesn't work when placed at bottom of page
BOTH work in IE and Firefox
Can anyone tell me what the FUKC is going on with Chrome? This is server-****ing-side code. How can Chrome not display something at specific points on the page but IE does?
It even ****ing errors with a database error (I do a select statement on the order id) which prints out on the page and everything. Doesn't happen on IE or Firefox. If I ctrl+shift+j in Chrome the html looks fine. View Source normally and the **** and you'll see the mother ****ing database error message as if the server side code couldn't find the ****ing variable (just blank). IE and Firefox is fine!?!?!?!!
WHAT THE **** WHAT THE **** WHAT THE ****!
<% Response.Write OrderID %>
works when placed at the top of the page
<% Response.Write OrderID %>
doesn't work when placed at bottom of page
BOTH work in IE and Firefox
Can anyone tell me what the FUKC is going on with Chrome? This is server-****ing-side code. How can Chrome not display something at specific points on the page but IE does?
It even ****ing errors with a database error (I do a select statement on the order id) which prints out on the page and everything. Doesn't happen on IE or Firefox. If I ctrl+shift+j in Chrome the html looks fine. View Source normally and the **** and you'll see the mother ****ing database error message as if the server side code couldn't find the ****ing variable (just blank). IE and Firefox is fine!?!?!?!!
WHAT THE **** WHAT THE **** WHAT THE ****!
Last edited: