Click here to Skip to main content
15,900,608 members
Home / Discussions / Web Development
   

Web Development

 
Questionhow can I understand which limk is clicked in previous page? Pin
hande5428-Nov-09 9:53
hande5428-Nov-09 9:53 
AnswerRe: how can I understand which limk is clicked in previous page? Pin
Marc Firth29-Nov-09 8:01
Marc Firth29-Nov-09 8:01 
GeneralRe: how can I understand which limk is clicked in previous page? Pin
hande5429-Nov-09 8:48
hande5429-Nov-09 8:48 
QuestionHow to draw a circle and add some text inside that using HTML? Pin
sivakumar.mariappan27-Nov-09 22:02
sivakumar.mariappan27-Nov-09 22:02 
AnswerRe: How to draw a circle and add some text inside that using HTML? Pin
Matt Cavanagh28-Nov-09 1:35
Matt Cavanagh28-Nov-09 1:35 
QuestionIE8 file upload problem... Pin
l a u r e n27-Nov-09 9:14
l a u r e n27-Nov-09 9:14 
AnswerRe: IE8 file upload problem... Pin
Vimalsoft(Pty) Ltd30-Nov-09 0:27
professionalVimalsoft(Pty) Ltd30-Nov-09 0:27 
GeneralRe: IE8 file upload problem... Pin
Jasmine Pomelo7-Dec-09 18:41
Jasmine Pomelo7-Dec-09 18:41 
IE8 closed off the information-disclosure problem whereby JavaScript can read the .value attribute of a file upload control and determine the full local pathname, which might include information like the user’s name, profile directory, etc. Specifically, they changed from ALLOW to DENY for the Internet Zone “Include local directory path when uploading files” security setting. So, rather than sending the filename “C:\users\bill\desktop\temp\upload.txt”, instead it just send just “upload.txt”.This security improvement breaks, because the sites use JavaScript to attempt to parse the filename (e.g. to determine its extension). In many cases, the script will attempt to get the indexOf() the last REVERSE_SOLIDUS (\) character in the string, and since we now return only the leaf filename, those scripts will fail to parse the string and complain to the user. This will work when u test in local machine or intranet zone. It fails only in internet zone.
To fix this issues, use Path.GetFilename() or similar Path functions to parse path without relying on '\' character. you can also use FileUpload.Filename which return only filename.
Questionneed a complete and free file manager Pin
Mehdi Ghiasi27-Nov-09 8:43
Mehdi Ghiasi27-Nov-09 8:43 
AnswerRe: need a complete and free file manager Pin
Christian Graus27-Nov-09 9:28
protectorChristian Graus27-Nov-09 9:28 
QuestionStart paragraph below floating image Pin
peterchen26-Nov-09 5:02
peterchen26-Nov-09 5:02 
AnswerRe: Start paragraph below floating image Pin
RCoate27-Nov-09 16:54
RCoate27-Nov-09 16:54 
AnswerRe: Start paragraph below floating image Pin
Matt Cavanagh28-Nov-09 1:37
Matt Cavanagh28-Nov-09 1:37 
AnswerRe: Start paragraph below floating image Pin
Marc Beneteau11-Feb-10 0:53
Marc Beneteau11-Feb-10 0:53 
Questionsort Pin
baselanfouqa24-Nov-09 19:43
baselanfouqa24-Nov-09 19:43 
AnswerRe: sort Pin
Abhijit Jana24-Nov-09 20:22
professionalAbhijit Jana24-Nov-09 20:22 
AnswerRe: sort Pin
raghu.g24-Nov-09 20:24
raghu.g24-Nov-09 20:24 
GeneralRe: sort Pin
baselanfouqa24-Nov-09 22:09
baselanfouqa24-Nov-09 22:09 
GeneralRe: sort Pin
raghu.g24-Nov-09 22:52
raghu.g24-Nov-09 22:52 
AnswerRe: sort Pin
Christian Graus27-Nov-09 6:31
protectorChristian Graus27-Nov-09 6:31 
QuestionHELP WITH BROWSERS Pin
SRJ9224-Nov-09 8:44
SRJ9224-Nov-09 8:44 
AnswerRe: HELP WITH BROWSERS Pin
Abhijit Jana24-Nov-09 20:25
professionalAbhijit Jana24-Nov-09 20:25 
AnswerRe: HELP WITH BROWSERS Pin
Marc Firth24-Nov-09 23:53
Marc Firth24-Nov-09 23:53 
GeneralRe: HELP WITH BROWSERS Pin
SRJ9225-Nov-09 5:09
SRJ9225-Nov-09 5:09 
Questionmoving the new row to the bottom Pin
baselanfouqa23-Nov-09 21:44
baselanfouqa23-Nov-09 21:44 

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.