Click here to Skip to main content
15,924,679 members
Home / Discussions / Web Development
   

Web Development

 
QuestionMobile and Normal Web Development Pin
Expert Coming17-Oct-06 16:55
Expert Coming17-Oct-06 16:55 
QuestionVB.net Web Service Question Pin
eggsarebad17-Oct-06 15:53
eggsarebad17-Oct-06 15:53 
Questionhyperlink in a datagrid with few parameters Pin
uglyeyes17-Oct-06 14:12
uglyeyes17-Oct-06 14:12 
AnswerRe: hyperlink in a datagrid with few parameters Pin
Edbert P19-Oct-06 18:52
Edbert P19-Oct-06 18:52 
QuestionWebResponse problem!ٌ Pin
Rojan Gh.17-Oct-06 11:23
professionalRojan Gh.17-Oct-06 11:23 
AnswerRe: WebResponse problem!ٌ Pin
UltraCoder17-Oct-06 15:28
UltraCoder17-Oct-06 15:28 
GeneralRe: WebResponse problem!ٌ Pin
Expert Coming17-Oct-06 16:49
Expert Coming17-Oct-06 16:49 
AnswerRe: WebResponse problem!ٌ Pin
Guffa17-Oct-06 20:35
Guffa17-Oct-06 20:35 
The response that you send back to the browser already has a header. If you want the header from the request that you got, you have to replace the current header, or extract the information from your header and add to the current header.

When the browser displays the page, all the addresses of the images are wrong, as the address of the page is not the same as the address where you fetched the page. If you want the browser to find the images, you have to parse the page to find the image tags, and put adjusted or absolute URLs in them. Any other external files that the page might use also has to be corrected, like CSS, Javascript, Flash files, et.c.


---
b { font-weight: normal; }

AnswerRe: WebResponse problem! Pin
Rojan Gh.18-Oct-06 6:22
professionalRojan Gh.18-Oct-06 6:22 
QuestionPrinting margins Pin
Dustin Metzgar17-Oct-06 9:43
Dustin Metzgar17-Oct-06 9:43 
AnswerRe: Printing margins Pin
Edbert P19-Oct-06 19:12
Edbert P19-Oct-06 19:12 
QuestionAccessing a website using C++ Pin
veikko17-Oct-06 8:21
veikko17-Oct-06 8:21 
QuestionUse Print Dialog Box in Web Form Pin
skannapiran17-Oct-06 0:31
skannapiran17-Oct-06 0:31 
Questiondisable save as option in file menu using javascript Pin
Khawar Abbas116-Oct-06 18:54
Khawar Abbas116-Oct-06 18:54 
AnswerRe: disable save as option in file menu using javascript Pin
UltraCoder17-Oct-06 7:41
UltraCoder17-Oct-06 7:41 
QuestionHow to export file to pdf with asp Pin
isis_preaw16-Oct-06 16:19
isis_preaw16-Oct-06 16:19 
Questionwebserver Pin
mastermind142916-Oct-06 4:34
mastermind142916-Oct-06 4:34 
AnswerRe: webserver Pin
Guffa16-Oct-06 9:24
Guffa16-Oct-06 9:24 
QuestionI Have a problem in PhP Pin
demane16-Oct-06 2:30
demane16-Oct-06 2:30 
AnswerRe: I Have a problem in PhP Pin
Guffa16-Oct-06 9:25
Guffa16-Oct-06 9:25 
QuestionDeploying new assemblies Pin
Akhilesh Yadav16-Oct-06 0:11
Akhilesh Yadav16-Oct-06 0:11 
AnswerRe: Deploying new assemblies Pin
Rojan Gh.17-Oct-06 11:30
professionalRojan Gh.17-Oct-06 11:30 
GeneralRe: Deploying new assemblies Pin
Akhilesh Yadav18-Oct-06 19:03
Akhilesh Yadav18-Oct-06 19:03 
GeneralRe: Deploying new assemblies Pin
Rojan Gh.19-Oct-06 11:01
professionalRojan Gh.19-Oct-06 11:01 
QuestionHow to open a text file in Notepad using ASP? Pin
Kiran S. S.15-Oct-06 22:04
Kiran S. S.15-Oct-06 22:04 

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.