Click here to Skip to main content
15,921,660 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: help me... Pin
JKroschel9-May-05 6:39
JKroschel9-May-05 6:39 
GeneralWeb service Pin
skrishnasarma5-May-05 17:59
skrishnasarma5-May-05 17:59 
GeneralASP web sites on an XP box Pin
paixtis5-May-05 4:16
paixtis5-May-05 4:16 
GeneralRe: ASP web sites on an XP box Pin
ddesi161276-May-05 13:04
ddesi161276-May-05 13:04 
GeneralRe: ASP web sites on an XP box Pin
JKroschel9-May-05 6:07
JKroschel9-May-05 6:07 
QuestionHTML Text box recommendations, anyone? Pin
NeverHeardOfMe5-May-05 0:29
NeverHeardOfMe5-May-05 0:29 
AnswerRe: HTML Text box recommendations, anyone? Pin
Anonymous5-May-05 13:52
Anonymous5-May-05 13:52 
GeneralReference to Files Pin
Grahamfff4-May-05 10:44
Grahamfff4-May-05 10:44 
I have been writing my first CGI program, but have problems loading images and background files. Both the Server and Browser are on the same PC.

I needed to write:-

cout << "<body background=\"file:///C:\\GoAhead\\ws031202\\web\\cgi-bin\\images\\MyBackground.jpg\">"
to get the images loaded.

i.e. the following line did not work:-

cout << "<body background=\"http//C:\\GoAhead\\ws031202\\web\\cgi-bin\\images\\MyBackground.jpg\">"
I tried this and it did not work

cout << "<body background=\"./images/MyBackground.jpg\">";
Later in the program when I tried this the image was not displayed (little box with red cross - image not found)

Also tried a different image as follows, did not load.
cout << "<img SRC=\"./images/smiley.gif\">";


grahamfff
GeneralRe: Reference to Files Pin
Anonymous5-May-05 15:38
Anonymous5-May-05 15:38 
Generalalternative to javascript Pin
brian554-May-05 9:46
brian554-May-05 9:46 
GeneralRe: alternative to javascript Pin
Scott Serl4-May-05 20:51
Scott Serl4-May-05 20:51 
GeneralRe: alternative to javascript Pin
brian555-May-05 2:15
brian555-May-05 2:15 
GeneralRe: alternative to javascript Pin
Scott Serl5-May-05 17:21
Scott Serl5-May-05 17:21 
Generalinplace expansion Pin
vivekananda tadala4-May-05 7:16
vivekananda tadala4-May-05 7:16 
GeneralRe: inplace expansion Pin
vivekananda tadala4-May-05 7:17
vivekananda tadala4-May-05 7:17 
GeneralRe: inplace expansion Pin
Brian Van Beek4-May-05 8:29
Brian Van Beek4-May-05 8:29 
GeneralBrowsers, file associations, content-types: HELP!! Pin
Steve Kearon4-May-05 1:49
Steve Kearon4-May-05 1:49 
GeneralJS: calling another HTML function Pin
The_Server3-May-05 23:22
The_Server3-May-05 23:22 
GeneralRe: JS: calling another HTML function Pin
The_Server4-May-05 1:36
The_Server4-May-05 1:36 
GeneralInternet Information Services 6.0 Migration Tool Pin
Mastakilla1233-May-05 21:34
Mastakilla1233-May-05 21:34 
Generalcreate new folder in web site Pin
ABBASI_RA3-May-05 15:49
ABBASI_RA3-May-05 15:49 
GeneralRe: create new folder in web site Pin
Dan_P3-May-05 19:07
Dan_P3-May-05 19:07 
Generaldefault buttons Pin
cmarmr3-May-05 4:55
cmarmr3-May-05 4:55 
GeneralRe: default buttons Pin
Dan_P3-May-05 19:01
Dan_P3-May-05 19:01 
GeneralJavascript Keyboard Pin
totig2-May-05 22:00
totig2-May-05 22:00 

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.