Click here to Skip to main content
15,891,473 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: Session Expiry in Hosting Pin
Vasudevan Deepak Kumar29-Mar-07 9:30
Vasudevan Deepak Kumar29-Mar-07 9:30 
QuestionIs Joomla open source code truly open? [modified] Pin
Nsiku Banda28-Mar-07 12:08
Nsiku Banda28-Mar-07 12:08 
AnswerRe: Is Joomla open source code truly open? Pin
Guffa28-Mar-07 22:04
Guffa28-Mar-07 22:04 
GeneralRe: Is Joomla open source code truly open? Pin
Nsiku Banda29-Mar-07 6:24
Nsiku Banda29-Mar-07 6:24 
Question[Message Deleted] Pin
gubba28-Mar-07 9:40
gubba28-Mar-07 9:40 
AnswerRe: Open a pop up window Pin
Guffa28-Mar-07 11:24
Guffa28-Mar-07 11:24 
General[Message Deleted] Pin
gubba28-Mar-07 14:00
gubba28-Mar-07 14:00 
AnswerRe: Open a pop up window Pin
Guffa28-Mar-07 21:08
Guffa28-Mar-07 21:08 
Questionhow do handle check box in asp.net Pin
yousuf_risk28-Mar-07 4:36
yousuf_risk28-Mar-07 4:36 
AnswerRe: how do handle check box in asp.net Pin
kubben28-Mar-07 5:08
kubben28-Mar-07 5:08 
QuestionTextArea Validation Pin
Mkanchha28-Mar-07 2:56
Mkanchha28-Mar-07 2:56 
AnswerRe: TextArea Validation Pin
Dmitry Khudorozhkov28-Mar-07 13:05
Dmitry Khudorozhkov28-Mar-07 13:05 
QuestionJScripts on ASP.NET Master page? Pin
wojti28-Mar-07 0:55
wojti28-Mar-07 0:55 
AnswerRe: JScripts on ASP.NET Master page? Pin
badgrs29-Mar-07 0:01
badgrs29-Mar-07 0:01 
I assume the text box your referencing is an ASP.NET control? (as opposed to a normal HTML tag) When you use a master page the ID of all controls in the child page will be changed. This happens with any control that implements INamingContainer (DataGrids etc.). So your reference to window.form.txtSomeTextBox won't return anything becuase no form input with that ID/name exists (it will be something like ct100_ContentPlaceholder1_txtSomeTextBox).
QuestionHow to catch TAB key press with JScript? Pin
wojti28-Mar-07 0:53
wojti28-Mar-07 0:53 
AnswerRe: How to catch TAB key press with JScript? Pin
Dmitry Khudorozhkov28-Mar-07 13:13
Dmitry Khudorozhkov28-Mar-07 13:13 
QuestionConflict in pointing the Web Page Pin
John.L.Ponratnam27-Mar-07 22:43
John.L.Ponratnam27-Mar-07 22:43 
AnswerRe: Conflict in pointing the Web Page Pin
Bradml27-Mar-07 23:52
Bradml27-Mar-07 23:52 
GeneralRe: Conflict in pointing the Web Page Pin
John.L.Ponratnam28-Mar-07 0:16
John.L.Ponratnam28-Mar-07 0:16 
GeneralRe: Conflict in pointing the Web Page Pin
Bradml28-Mar-07 0:20
Bradml28-Mar-07 0:20 
GeneralRe: Conflict in pointing the Web Page Pin
badgrs28-Mar-07 11:04
badgrs28-Mar-07 11:04 
QuestionA server-side installer? Pin
sortegrip27-Mar-07 21:19
sortegrip27-Mar-07 21:19 
AnswerRe: A server-side installer? Pin
Bradml27-Mar-07 23:53
Bradml27-Mar-07 23:53 
GeneralRe: A server-side installer? Pin
sortegrip28-Mar-07 21:01
sortegrip28-Mar-07 21:01 
GeneralWindows Live Writer(Beta) [modified] Pin
Sathesh Sakthivel27-Mar-07 19:48
Sathesh Sakthivel27-Mar-07 19: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.