Click here to Skip to main content
15,899,313 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: How to get the higher level document object Pin
Kerry Chou20-Nov-02 19:07
Kerry Chou20-Nov-02 19:07 
Generalrefreshing parent windows Pin
Hockey19-Nov-02 22:45
Hockey19-Nov-02 22:45 
GeneralRe: refreshing parent windows Pin
ian mariano20-Nov-02 3:12
ian mariano20-Nov-02 3:12 
GeneralRe: refreshing parent windows Pin
alex.barylski20-Nov-02 10:30
alex.barylski20-Nov-02 10:30 
Generaldynamic Flash Pin
SimonS19-Nov-02 22:43
SimonS19-Nov-02 22:43 
GeneralRe: dynamic Flash Pin
Jeremy Oldham21-Nov-02 2:31
Jeremy Oldham21-Nov-02 2:31 
GeneralRe: dynamic Flash Pin
SimonS21-Nov-02 3:03
SimonS21-Nov-02 3:03 
GeneralFile download breaks IE Frames Pin
Neville Franks19-Nov-02 21:05
Neville Franks19-Nov-02 21:05 
Hi, I have the following PHP code which is accessed from a inside a Frame.

header ("Content-Type: application/octet-stream;");
header ("Content-length: $att_size");
header ("Content-Disposition: attachment; filename=\"$FName\"");
    header("Content-Transfer-Encoding: binary");

ReadFile ("$attachment");


The file is downloaded correctly but after that the Frame won't display anything. ie. I select a new navigation bar item which will normally update the frame, but nothing happens. I assume the frame somehow needs to be reset. The same problem occures with IE5.5 and IE6.

Any suggestions muchly appreciated. Thanx.

Neville Franks, Author of ED for Windows.
www.getsoft.com
GeneralRe: File download breaks IE Frames Pin
benjymous21-Nov-02 3:48
benjymous21-Nov-02 3:48 
GeneralRe: File download breaks IE Frames Pin
Neville Franks21-Nov-02 9:12
Neville Franks21-Nov-02 9:12 
Questionsimple method to verify e-mail address? Pin
zhoujun19-Nov-02 14:37
zhoujun19-Nov-02 14:37 
AnswerRe: simple method to verify e-mail address? Pin
Paul Watson19-Nov-02 22:12
sitebuilderPaul Watson19-Nov-02 22:12 
GeneralRe: simple method to verify e-mail address? Pin
zhoujun20-Nov-02 13:25
zhoujun20-Nov-02 13:25 
GeneralRe: simple method to verify e-mail address? Pin
Anonymous20-Nov-02 23:52
Anonymous20-Nov-02 23:52 
GeneralI cannot view my errors Pin
lnong19-Nov-02 10:02
lnong19-Nov-02 10:02 
GeneralOpening IE with only titlebar and page using WSH/scripting... Pin
Andrew Connell19-Nov-02 7:10
Andrew Connell19-Nov-02 7:10 
GeneralRe: Opening IE with only titlebar and page using WSH/scripting... Pin
Not Active19-Nov-02 7:50
mentorNot Active19-Nov-02 7:50 
GeneralRe: Opening IE with only titlebar and page using WSH/scripting... Pin
Andrew Connell19-Nov-02 8:50
Andrew Connell19-Nov-02 8:50 
Generalreport package using web services Pin
tomc19-Nov-02 3:34
tomc19-Nov-02 3:34 
Questionwhere to find docs on DHTML? Pin
zibi18-Nov-02 23:04
zibi18-Nov-02 23:04 
AnswerRe: where to find docs on DHTML? Pin
Paul Watson19-Nov-02 6:04
sitebuilderPaul Watson19-Nov-02 6:04 
GeneralRe: where to find docs on DHTML? Pin
Cristoff19-Nov-02 22:55
Cristoff19-Nov-02 22:55 
GeneralFlash in HTML Pin
Sarvesvara (BVKS) Dasa18-Nov-02 19:34
Sarvesvara (BVKS) Dasa18-Nov-02 19:34 
GeneralRe: Flash in HTML Pin
Paul Watson18-Nov-02 19:58
sitebuilderPaul Watson18-Nov-02 19:58 
GeneralRe: Flash in HTML Pin
Sarvesvara (BVKS) Dasa18-Nov-02 23:37
Sarvesvara (BVKS) Dasa18-Nov-02 23:37 

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.