Click here to Skip to main content
16,008,469 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Firefox and ASP Pin
User 171649227-Jul-06 7:23
professionalUser 171649227-Jul-06 7:23 
QuestionFirefox and AJAX Pin
idfl26-Jul-06 12:04
idfl26-Jul-06 12:04 
AnswerRe: Firefox and AJAX Pin
Guffa26-Jul-06 12:28
Guffa26-Jul-06 12:28 
GeneralRe: Firefox and AJAX Pin
idfl27-Jul-06 6:24
idfl27-Jul-06 6:24 
AnswerRe: Firefox and AJAX Pin
Guffa27-Jul-06 7:24
Guffa27-Jul-06 7:24 
GeneralRe: Firefox and AJAX Pin
idfl27-Jul-06 10:08
idfl27-Jul-06 10:08 
AnswerRe: Firefox and AJAX Pin
Steve Echols26-Jul-06 21:02
Steve Echols26-Jul-06 21:02 
AnswerRe: Firefox and AJAX Pin
Wags27-Jul-06 6:41
professionalWags27-Jul-06 6:41 
Are you using the cross-browser method of creating your HTPP Request object?

if (window.XMLHttpRequest) { // Mozilla, Safari, ...<br />
    http_request = new XMLHttpRequest();<br />
} else if (window.ActiveXObject) { // IE<br />
    http_request = new ActiveXObject("Microsoft.XMLHTTP");<br />
}


See http://developer.mozilla.org/en/docs/AJAX:Getting_Started[^]
QuestionEnterprise Library 2.0 (Database Listener) [modified] Pin
guroo1325-Jul-06 15:11
guroo1325-Jul-06 15:11 
QuestionStage Resize Pin
braber25-Jul-06 7:23
braber25-Jul-06 7:23 
Questiondictionary Pin
honeyman_can25-Jul-06 5:25
honeyman_can25-Jul-06 5:25 
AnswerRe: dictionary Pin
Guffa25-Jul-06 7:40
Guffa25-Jul-06 7:40 
AnswerRe: dictionary [modified] Pin
Landarzar27-Jul-06 6:55
Landarzar27-Jul-06 6:55 
AnswerRe: dictionary Pin
eggsovereasy27-Jul-06 9:55
eggsovereasy27-Jul-06 9:55 
QuestionFAX using ASP Pin
smilesmita25-Jul-06 4:32
smilesmita25-Jul-06 4:32 
QuestionHow to configure PayPal on my webpage with PHP Code? Pin
Hy Chanhan25-Jul-06 1:03
professionalHy Chanhan25-Jul-06 1:03 
GeneralRe: How to configure PayPal on my webpage with PHP Code? Pin
User 171649225-Jul-06 4:19
professionalUser 171649225-Jul-06 4:19 
Questionproblem displaying records in order of time and date in php Pin
method00724-Jul-06 22:28
method00724-Jul-06 22:28 
AnswerRe: problem displaying records in order of time and date in php Pin
Aslam Bari24-Jul-06 23:39
Aslam Bari24-Jul-06 23:39 
AnswerRe: problem displaying records in order of time and date in php Pin
Reza Raad25-Jul-06 3:00
Reza Raad25-Jul-06 3:00 
GeneralRe: problem displaying records in order of time and date in php Pin
method00725-Jul-06 5:39
method00725-Jul-06 5:39 
GeneralRe: problem displaying records in order of time and date in php Pin
Reza Raad25-Jul-06 20:06
Reza Raad25-Jul-06 20:06 
GeneralRe: problem displaying records in order of time and date in php Pin
method00726-Jul-06 3:19
method00726-Jul-06 3:19 
Questionstyle tag is not working with Asp.net 1.1 Pin
Amit Agarrwal24-Jul-06 19:46
Amit Agarrwal24-Jul-06 19:46 
GeneralRe: style tag is not working with Asp.net 1.1 Pin
Guffa24-Jul-06 20:36
Guffa24-Jul-06 20:36 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.