Click here to Skip to main content
16,011,508 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: Web design copyright? Pin
Ed Gadziemski24-Oct-02 3:44
professionalEd Gadziemski24-Oct-02 3:44 
GeneralRe: Web design copyright? Pin
leppie24-Oct-02 7:07
leppie24-Oct-02 7:07 
GeneralRe: Web design copyright? Pin
Megan Forbes24-Oct-02 8:08
Megan Forbes24-Oct-02 8:08 
GeneralRe: Web design copyright? Pin
Nick Parker25-Oct-02 5:37
protectorNick Parker25-Oct-02 5:37 
GeneralRe: Web design copyright? Pin
Megan Forbes25-Oct-02 6:13
Megan Forbes25-Oct-02 6:13 
GeneralRe: Web design copyright? Pin
Nick Parker25-Oct-02 7:24
protectorNick Parker25-Oct-02 7:24 
GeneralRe: Web design copyright? Pin
Megan Forbes25-Oct-02 8:03
Megan Forbes25-Oct-02 8:03 
QuestionHow to add a user defined HTTP header field? Pin
George224-Oct-02 2:43
George224-Oct-02 2:43 
Hi, everyone!

I want to add a user defined HTTP header field to a HTTP
response header.

I use the following statements in testHeader.jsp

--------
response.addHeader("myheader", "123");
response.sendRedirect("middleHeader.jsp");
--------

in middleHeader.jsp,
--------
out.print(request.getHeader("myheader"));
--------

But the output in middleHeader.jsp is null!

How to add a user defined HTTP header field to a HTTP
response header? Are there some sample codes?

Cheers,
George
AnswerRe: How to add a user defined HTTP header field? Pin
Paul Watson25-Oct-02 6:40
sitebuilderPaul Watson25-Oct-02 6:40 
GeneralRe: How to add a user defined HTTP header field? Pin
George225-Oct-02 17:27
George225-Oct-02 17:27 
GeneralRe: How to add a user defined HTTP header field? Pin
Paul Watson27-Oct-02 23:38
sitebuilderPaul Watson27-Oct-02 23:38 
GeneralTo WinXP or not WinXP... that is my question Pin
Andrew Connell23-Oct-02 9:09
Andrew Connell23-Oct-02 9:09 
GeneralRe: To WinXP or not WinXP... that is my question Pin
Paul Watson23-Oct-02 21:38
sitebuilderPaul Watson23-Oct-02 21:38 
GeneralRe: To WinXP or not WinXP... that is my question Pin
Megan Forbes23-Oct-02 23:35
Megan Forbes23-Oct-02 23:35 
GeneralRe: To WinXP or not WinXP... that is my question Pin
Philip Patrick24-Oct-02 13:10
professionalPhilip Patrick24-Oct-02 13:10 
GeneralSession variable in ASP and Javascript Pin
22-Oct-02 8:49
suss22-Oct-02 8:49 
GeneralRe: Session variable in ASP and Javascript Pin
Paul Watson22-Oct-02 22:49
sitebuilderPaul Watson22-Oct-02 22:49 
GeneralRe: Session variable in ASP and Javascript Pin
Megan Forbes23-Oct-02 0:48
Megan Forbes23-Oct-02 0:48 
GeneralRe: Session variable in ASP and Javascript Pin
Paul Watson23-Oct-02 2:14
sitebuilderPaul Watson23-Oct-02 2:14 
GeneralRe: Session variable in ASP and Javascript Pin
Megan Forbes23-Oct-02 23:36
Megan Forbes23-Oct-02 23:36 
GeneralRadioButtonList in datagrid Pin
Mazdak22-Oct-02 7:51
Mazdak22-Oct-02 7:51 
GeneralBind User Control Pin
Mazdak22-Oct-02 5:24
Mazdak22-Oct-02 5:24 
GeneralRe: Bind User Control Pin
leppie22-Oct-02 7:15
leppie22-Oct-02 7:15 
GeneralRe: Bind User Control Pin
Mazdak22-Oct-02 7:53
Mazdak22-Oct-02 7:53 
GeneralRe: Bind User Control Pin
leppie22-Oct-02 13:48
leppie22-Oct-02 13:48 

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.