Click here to Skip to main content
15,888,984 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Problem with menu image Pin
swornavidhya_m18-Jul-10 19:13
swornavidhya_m18-Jul-10 19:13 
AnswerRe: Problem with menu image Pin
Graham Breach18-Jul-10 22:03
Graham Breach18-Jul-10 22:03 
GeneralRe: Problem with menu image Pin
swornavidhya_m19-Jul-10 0:19
swornavidhya_m19-Jul-10 0:19 
Questionjava script code error Pin
varsh1216-Jul-10 19:35
varsh1216-Jul-10 19:35 
AnswerRe: java script code error Pin
Peace ON16-Jul-10 19:46
Peace ON16-Jul-10 19:46 
GeneralRe: java script code error Pin
varsh1216-Jul-10 20:14
varsh1216-Jul-10 20:14 
AnswerRe: java script code error [modified] Pin
Peace ON16-Jul-10 20:20
Peace ON16-Jul-10 20:20 
Questionjavascript : submit for via link + "retrieving value of submit button" Pin
sharp_k16-Jul-10 12:02
sharp_k16-Jul-10 12:02 
When you submit a form via javascript, (it is already done), the value of Submit button is not set. I want this to be set for security reason and as good programming practice. I tried something like this, that should work but it does not.
    document.hiddenform.school.value = 'My School';
document.hiddenform.submitbutton.value = 'My Submit';

document.hiddenform.submit() ;


That is I am setting value of of submit button in javascript. While "My School" text is correctly assigned to the school text field, "My Submit" text is no assigned to submit button. Any one know what is the best way to go about it? I am using link to submit form and i want the submit button to be set as well. Well actually I might go without the submit button but just curious if anyone can help in this case, just for testing.

Thanks
AnswerRe: javascript : submit for via link + "retrieving value of submit button" Pin
sharp_k16-Jul-10 12:15
sharp_k16-Jul-10 12:15 
QuestionSurvey request for Javascript Developers Pin
Sean Ewington16-Jul-10 5:46
staffSean Ewington16-Jul-10 5:46 
QuestionBackground-image not working in external stylesheet Pin
swornavidhya_m16-Jul-10 3:40
swornavidhya_m16-Jul-10 3:40 
AnswerRe: Background-image not working in external stylesheet Pin
Peace ON16-Jul-10 4:04
Peace ON16-Jul-10 4:04 
GeneralRe: Background-image not working in external stylesheet Pin
swornavidhya_m16-Jul-10 18:14
swornavidhya_m16-Jul-10 18:14 
GeneralRe: Background-image not working in external stylesheet Pin
Peace ON23-Jul-10 19:09
Peace ON23-Jul-10 19:09 
AnswerRe: Background-image not working in external stylesheet Pin
T M Gray16-Jul-10 6:28
T M Gray16-Jul-10 6:28 
QuestionJavaScript Difference Between IE and Firefox Pin
002comp15-Jul-10 22:37
002comp15-Jul-10 22:37 
AnswerRe: JavaScript Difference Between IE and Firefox Pin
Peace ON16-Jul-10 0:04
Peace ON16-Jul-10 0:04 
GeneralRe: JavaScript Difference Between IE and Firefox Pin
002comp16-Jul-10 1:36
002comp16-Jul-10 1:36 
GeneralRe: JavaScript Difference Between IE and Firefox Pin
Peace ON16-Jul-10 1:43
Peace ON16-Jul-10 1:43 
QuestionHTTP_REFERRER Pin
Civic0614-Jul-10 14:46
Civic0614-Jul-10 14:46 
AnswerRe: HTTP_REFERRER Pin
Peter_in_278014-Jul-10 15:22
professionalPeter_in_278014-Jul-10 15:22 
GeneralRe: HTTP_REFERRER Pin
Civic0614-Jul-10 16:21
Civic0614-Jul-10 16:21 
GeneralRe: HTTP_REFERRER Pin
cjoki15-Jul-10 7:55
cjoki15-Jul-10 7:55 
AnswerRe: HTTP_REFERRER Pin
Tomz_KV15-Jul-10 9:30
Tomz_KV15-Jul-10 9:30 
QuestionMySQL connection URL issue [modified] Pin
khurram_shahzad13-Jul-10 12:27
khurram_shahzad13-Jul-10 12:27 

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.