Click here to Skip to main content
15,895,011 members
Home / Discussions / Web Development
   

Web Development

 
QuestionGetting more space on left side of the web page Pin
Sujatha K17-Mar-06 19:23
Sujatha K17-Mar-06 19:23 
Questionserver performance??? Pin
Small Rat17-Mar-06 11:10
Small Rat17-Mar-06 11:10 
AnswerRe: server performance??? Pin
George L. Jackson17-Mar-06 12:09
George L. Jackson17-Mar-06 12:09 
Questionajax implementation Pin
sharma sanjeev17-Mar-06 2:09
sharma sanjeev17-Mar-06 2:09 
AnswerRe: ajax implementation Pin
Vasudevan Deepak Kumar17-Mar-06 3:36
Vasudevan Deepak Kumar17-Mar-06 3:36 
AnswerRe: Is their any Tag in html which solve the purpose of richtextfield Pin
Vasudevan Deepak Kumar17-Mar-06 3:38
Vasudevan Deepak Kumar17-Mar-06 3:38 
Question[Message Deleted] Pin
Mr.V.Stephen16-Mar-06 19:04
Mr.V.Stephen16-Mar-06 19:04 
AnswerRe: Please Check my Code!!!!newbie here!!! Pin
Guffa16-Mar-06 20:18
Guffa16-Mar-06 20:18 
It doesn't work because you are trying to mix client side script with server side script. This is not possible.

Consider these two rules:

1. The server side code and the client side code never exist in the same place.
2. The server side code and the client side code never exist at the same time.

Take a look at the source code of the page, and you'll see that what you have in the javascript function is the html code that the server code produced.

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

GeneralRe: Please Check my Code!!!!newbie here!!! Pin
Mr.V.Stephen22-Mar-06 19:45
Mr.V.Stephen22-Mar-06 19:45 
QuestionQuery regarding conversion from Static HTML to an ASP without dynamism Pin
ShrikantPR16-Mar-06 17:51
ShrikantPR16-Mar-06 17:51 
QuestionHow to delete cookies in IE? Pin
mv_coffee16-Mar-06 17:18
mv_coffee16-Mar-06 17:18 
AnswerRe: How to delete cookies in IE? Pin
Gerald Schwab16-Mar-06 17:27
Gerald Schwab16-Mar-06 17:27 
AnswerRe: How to delete cookies in IE? Pin
HimaBindu Vejella16-Mar-06 19:33
HimaBindu Vejella16-Mar-06 19:33 
AnswerRe: How to delete cookies in IE? Pin
Vasudevan Deepak Kumar16-Mar-06 20:26
Vasudevan Deepak Kumar16-Mar-06 20:26 
GeneralRe: How to delete cookies in IE? Pin
mv_coffee18-Mar-06 17:01
mv_coffee18-Mar-06 17:01 
Questionjavascript accessign dynmically created table Pin
bryce16-Mar-06 16:15
bryce16-Mar-06 16:15 
AnswerRe: javascript accessign dynmically created table Pin
bryce16-Mar-06 17:09
bryce16-Mar-06 17:09 
QuestionFlash and Javascript Pin
Albert Pascual16-Mar-06 6:31
sitebuilderAlbert Pascual16-Mar-06 6:31 
QuestionMouseclicks on a listbox: Javascript or Asp.Net? Pin
KaKa'15-Mar-06 19:32
KaKa'15-Mar-06 19:32 
Questionuploaing without mutlipart/form-data Pin
Harikrk15-Mar-06 17:04
Harikrk15-Mar-06 17:04 
AnswerRe: uploaing without mutlipart/form-data Pin
Guffa15-Mar-06 20:34
Guffa15-Mar-06 20:34 
Questionbrowser within a browser Pin
_kane_15-Mar-06 2:14
_kane_15-Mar-06 2:14 
AnswerRe: browser within a browser Pin
Vasudevan Deepak Kumar16-Mar-06 20:27
Vasudevan Deepak Kumar16-Mar-06 20:27 
GeneralRe: browser within a browser Pin
_kane_20-Mar-06 2:28
_kane_20-Mar-06 2:28 
QuestionPhP GD library Pin
progman15-Mar-06 1:34
progman15-Mar-06 1:34 

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.