Click here to Skip to main content
15,892,805 members
Home / Discussions / JavaScript
   

JavaScript

 
QuestionThoughts on a Javascript playground? Pin
Jerry Evans4-Feb-11 6:10
Jerry Evans4-Feb-11 6:10 
AnswerRe: Thoughts on a Javascript playground? Pin
DaveAuld4-Feb-11 8:03
professionalDaveAuld4-Feb-11 8:03 
GeneralRe: Thoughts on a Javascript playground? Pin
Manfred Rudolf Bihy6-Feb-11 7:40
professionalManfred Rudolf Bihy6-Feb-11 7:40 
AnswerRe: Thoughts on a Javascript playground? Pin
cjoki4-Feb-11 9:59
cjoki4-Feb-11 9:59 
AnswerRe: Thoughts on a Javascript playground? Pin
Monjurul Habib1-Mar-11 8:23
professionalMonjurul Habib1-Mar-11 8:23 
QuestionNavigation from a PHP form Pin
MacRaider44-Feb-11 3:33
MacRaider44-Feb-11 3:33 
AnswerRe: Navigation from a PHP form Pin
cjoki4-Feb-11 10:04
cjoki4-Feb-11 10:04 
GeneralRe: Navigation from a PHP form Pin
MacRaider44-Feb-11 11:43
MacRaider44-Feb-11 11:43 
Good points but I haven't done lore than about 50 hours of web programming since 2001 so lets see if I got this right. Are you saying to use the javascript on (lets say) the new form vs the original? The way I have it now is "calendar" is based off the current Date to populate the calendar grid. If you choose Next Month it goes to calendar3 which processes the to procedure to add one month. If you choose the previous button it goes to calendar2 which processes the procedure to subtract one month. This is resulting in a lot of duplicate code. However if I can do the work within in javascript I can keep all the code centralized and just pass over the "new date". Maybe I can do that now but I'm not sure (new guy problem), but I'd still have 3 pages vs maybe 1 or 2. I'm thinking it would be more like "if buttonNext is clicked do this, else do this" (this is how I did it in ASP, but my boss refuses to run IIS so I had to scrap that project and go to PHP and apparently Javascript). I'm not seeing a way of doing that in PHP thus the reason I'm looking to javascript. Does that help describe my problem better?
GeneralRe: Navigation from a PHP form Pin
cjoki4-Feb-11 18:26
cjoki4-Feb-11 18:26 
GeneralRe: Navigation from a PHP form Pin
MacRaider48-Feb-11 6:58
MacRaider48-Feb-11 6:58 
GeneralRe: Navigation from a PHP form Pin
MacRaider48-Feb-11 7:25
MacRaider48-Feb-11 7:25 
GeneralRe: Navigation from a PHP form Pin
cjoki8-Feb-11 13:26
cjoki8-Feb-11 13:26 
QuestionSlow Animation Pin
Ali Al Omairi(Abu AlHassan)2-Feb-11 20:10
professionalAli Al Omairi(Abu AlHassan)2-Feb-11 20:10 
AnswerRe: Slow Animation Pin
cjoki4-Feb-11 10:06
cjoki4-Feb-11 10:06 
GeneralRe: Slow Animation Pin
Ali Al Omairi(Abu AlHassan)5-Feb-11 8:16
professionalAli Al Omairi(Abu AlHassan)5-Feb-11 8:16 
GeneralRe: Slow Animation Pin
cjoki5-Feb-11 10:31
cjoki5-Feb-11 10:31 
Questionhow to send the parameta values by submit button Pin
jasonp082-Feb-11 7:28
jasonp082-Feb-11 7:28 
AnswerRe: how to send the parameta values by submit button Pin
Shahriar Iqbal Chowdhury/Galib2-Feb-11 9:28
professionalShahriar Iqbal Chowdhury/Galib2-Feb-11 9:28 
QuestionXMLHttpRequest Pin
MWRivera28-Jan-11 10:21
MWRivera28-Jan-11 10:21 
AnswerRe: XMLHttpRequest Pin
MWRivera31-Jan-11 4:02
MWRivera31-Jan-11 4:02 
GeneralRe: XMLHttpRequest Pin
cjoki31-Jan-11 5:03
cjoki31-Jan-11 5:03 
GeneralRe: XMLHttpRequest Pin
MWRivera31-Jan-11 5:18
MWRivera31-Jan-11 5:18 
GeneralRe: XMLHttpRequest Pin
MWRivera31-Jan-11 6:04
MWRivera31-Jan-11 6:04 
GeneralRe: XMLHttpRequest Pin
cjoki31-Jan-11 7:58
cjoki31-Jan-11 7:58 
QuestionInteger by reference Pin
vhassan25-Jan-11 23:53
vhassan25-Jan-11 23:53 

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.