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

Web Development

 
GeneralRe: chat room! Pin
theJazzyBrain18-Jun-04 5:24
theJazzyBrain18-Jun-04 5:24 
Generaltrying to make a Chat room!!please help!! Pin
kyleiscool200414-Jun-04 6:28
kyleiscool200414-Jun-04 6:28 
GeneralRe: trying to make a Chat room!!please help!! Pin
alex.barylski16-Jun-04 11:38
alex.barylski16-Jun-04 11:38 
GeneralBrowser compatabiliy asp.net Pin
satyav14-Jun-04 5:43
satyav14-Jun-04 5:43 
GeneralSubmission Wizard Pin
deeps2614-Jun-04 3:00
deeps2614-Jun-04 3:00 
GeneralInput Type=hidden Problem Pin
Brendan Vogt14-Jun-04 0:09
Brendan Vogt14-Jun-04 0:09 
GeneralRe: Input Type=hidden Problem Pin
deeps2614-Jun-04 2:57
deeps2614-Jun-04 2:57 
GeneralRe: Input Type=hidden Problem Pin
kyleiscool200414-Jun-04 6:42
kyleiscool200414-Jun-04 6:42 
the reason what you first typed did not work was because
you typed this:
<input type="hidden" name="hdnTitle" value="Add a <b><u>"News"</u></b> Article">The browser interperets it as
this:
<input type="hidden" name="hdnTitle" value="Add a ">
this is because you have a quotation mark whick is waht it need to end.Try this instead:
<html>
<body>
<input type="hidden" name="hdnTitle" value='Add a "News" Article'>the difference is that the text is in ' instead of ".
email me if you do not understand.

kyle
GeneralRe: Input Type=hidden Problem Pin
Richard Deeming17-Jun-04 8:09
mveRichard Deeming17-Jun-04 8:09 
GeneralJAVASCRIPT QUESTIONS Pin
Brendan Vogt14-Jun-04 0:02
Brendan Vogt14-Jun-04 0:02 
GeneralRe: JAVASCRIPT QUESTIONS Pin
alex.barylski16-Jun-04 11:34
alex.barylski16-Jun-04 11:34 
Generalclient side caching Pin
alex.barylski13-Jun-04 23:16
alex.barylski13-Jun-04 23:16 
GeneralRe: client side caching Pin
palbano14-Jun-04 17:18
palbano14-Jun-04 17:18 
GeneralRe: client side caching Pin
alex.barylski16-Jun-04 11:29
alex.barylski16-Jun-04 11:29 
GeneralRe: client side caching Pin
palbano16-Jun-04 11:39
palbano16-Jun-04 11:39 
GeneralRe: client side caching Pin
alex.barylski17-Jun-04 11:52
alex.barylski17-Jun-04 11:52 
Generalphp script sending email problem Pin
wisecrack13-Jun-04 18:23
wisecrack13-Jun-04 18:23 
GeneralASP and Exe file Pin
Hasan Rashid13-Jun-04 10:26
Hasan Rashid13-Jun-04 10:26 
GeneralLink to other frames Pin
GermanGeorge13-Jun-04 10:20
GermanGeorge13-Jun-04 10:20 
GeneralRe: Link to other frames Pin
Hesham Amin13-Jun-04 22:17
Hesham Amin13-Jun-04 22:17 
GeneralRe: Link to other frames Pin
GermanGeorge13-Jun-04 22:23
GermanGeorge13-Jun-04 22:23 
GeneralJavascript menu target diffrent frames Pin
Anonymous13-Jun-04 6:00
Anonymous13-Jun-04 6:00 
GeneralVoice Pin
azitto11-Jun-04 10:55
azitto11-Jun-04 10:55 
GeneralRe: Voice Pin
theJazzyBrain13-Jun-04 21:57
theJazzyBrain13-Jun-04 21:57 
Generalmediaplayer problem... Pin
l a u r e n11-Jun-04 10:45
l a u r e n11-Jun-04 10:45 

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.