Click here to Skip to main content
15,892,575 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Can´t maintain login session in manually edited webbrowser [modified] Pin
josemaloco8-Sep-09 7:41
josemaloco8-Sep-09 7:41 
Questionquery Pin
sheemap5-Sep-09 9:05
sheemap5-Sep-09 9:05 
AnswerRe: query Pin
sheemap5-Sep-09 9:58
sheemap5-Sep-09 9:58 
AnswerRe: query Pin
Abhishek Sur5-Sep-09 11:27
professionalAbhishek Sur5-Sep-09 11:27 
QuestionCannot See ASP.Net Web Items When Trying to Add New... Pin
dboy2214-Sep-09 17:34
dboy2214-Sep-09 17:34 
AnswerRe: Cannot See ASP.Net Web Items When Trying to Add New... Pin
Abhijit Jana4-Sep-09 21:01
professionalAbhijit Jana4-Sep-09 21:01 
GeneralRe: Cannot See ASP.Net Web Items When Trying to Add New... Pin
dboy2217-Sep-09 15:23
dboy2217-Sep-09 15:23 
QuestionAsync File Transfer in IE Pin
mmuttmax4-Sep-09 3:24
mmuttmax4-Sep-09 3:24 
Firefox (not sure which version it started) supported a javascript method on the 'input' 'type=file' (you know the file browser). Actually I think there are two methods that do similar things... that allow you to upload the raw bytes from the file loaded from the input after the file has been selected.

The one I use is getAsBinary()

I don't believe IE7 supported anything like this, but does IE8 have something similar? If you don't know then is there a site similar to what firefox has where IE list all their javascript API support.

Really would like to get rid of the IFrame hack to support IE.

The Firefox section of the code is nice and clean requires nothing more than the basic html and javascript and is only a matter of parsing the request headers on the server to get the image from the http request. Smile | :)

In IE it's a bunch of crazy IFrame (display set to none) post and if you want info back from the server having the IFrame send the info back to the original page... all just to simulate an async call when actually IE wants to do a full post back.Mad | :mad:

This is for an internal site and right now only needs to support latest versions of Firefox and IE.

Thanx for any responses.
AnswerRe: Async File Transfer in IE Pin
Abhishek Sur5-Sep-09 11:31
professionalAbhishek Sur5-Sep-09 11:31 
Questionhow to create a dropdown menu from an XML using PHP Pin
Emmet_Brown3-Sep-09 22:29
Emmet_Brown3-Sep-09 22:29 
AnswerRe: how to create a dropdown menu from an XML using PHP Pin
Marc Firth4-Sep-09 2:40
Marc Firth4-Sep-09 2:40 
Questionwinform to WebService First call very slow... Pin
ahkayastha3-Sep-09 7:38
ahkayastha3-Sep-09 7:38 
AnswerRe: winform to WebService First call very slow... Pin
SeMartens3-Sep-09 21:22
SeMartens3-Sep-09 21:22 
QuestionWeb page and screen resolution problem Pin
dcode253-Sep-09 5:21
dcode253-Sep-09 5:21 
AnswerRe: Web page and screen resolution problem Pin
Marc Firth3-Sep-09 14:11
Marc Firth3-Sep-09 14:11 
AnswerRe: Web page and screen resolution problem Pin
Abhishek Sur3-Sep-09 21:46
professionalAbhishek Sur3-Sep-09 21:46 
AnswerRe: Web page and screen resolution problem Pin
David Skelly3-Sep-09 22:28
David Skelly3-Sep-09 22:28 
QuestionHow to change the background colour of a page using PHP? Pin
Razanust3-Sep-09 2:30
Razanust3-Sep-09 2:30 
AnswerRe: How to change the background colour of a page using PHP? Pin
Marc Firth3-Sep-09 14:05
Marc Firth3-Sep-09 14:05 
QuestionSession variables cleared in deployment environment Pin
anto20052-Sep-09 6:09
anto20052-Sep-09 6:09 
AnswerRe: Session variables cleared in deployment environment Pin
Abhijit Jana2-Sep-09 8:20
professionalAbhijit Jana2-Sep-09 8:20 
GeneralRe: Session variables cleared in deployment environment Pin
anto20052-Sep-09 8:29
anto20052-Sep-09 8:29 
GeneralRe: Session variables cleared in deployment environment Pin
Abhishek Sur2-Sep-09 12:02
professionalAbhishek Sur2-Sep-09 12:02 
Question[Message Deleted] Pin
LunaticFringe1-Sep-09 7:48
LunaticFringe1-Sep-09 7:48 
AnswerRe: DMCA notices and GoDaddy Pin
Joe Simes1-Sep-09 7:53
Joe Simes1-Sep-09 7:53 

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.