Click here to Skip to main content
15,887,135 members
Home / Discussions / Web Development
   

Web Development

 
QuestionRecommended web hosting companies (MS platform) Pin
Harrier28-Mar-10 13:02
Harrier28-Mar-10 13:02 
AnswerRe: Recommended web hosting companies (MS platform) Pin
Nick Kowalewicz28-Mar-10 15:59
Nick Kowalewicz28-Mar-10 15:59 
AnswerRe: Recommended web hosting companies (MS platform) Pin
R. Giskard Reventlov28-Mar-10 21:23
R. Giskard Reventlov28-Mar-10 21:23 
QuestionIp forwarding to home server. Pin
kevinnicol27-Mar-10 9:37
kevinnicol27-Mar-10 9:37 
AnswerRe: Ip forwarding to home server. Pin
Tarakeshwar Reddy27-Mar-10 9:56
professionalTarakeshwar Reddy27-Mar-10 9:56 
GeneralRe: Ip forwarding to home server. Pin
kevinnicol27-Mar-10 10:11
kevinnicol27-Mar-10 10:11 
GeneralRe: Ip forwarding to home server. Pin
Jayapal Chandran4-Apr-10 7:25
Jayapal Chandran4-Apr-10 7:25 
QuestionIE 8 hiddenfeild issue Pin
salmonraju26-Mar-10 0:01
salmonraju26-Mar-10 0:01 
Hi,
Hi,

Below code is working fine in IE6

my aspx page contains below tag
<input type="hidden" name="HddElement" />

My javascript is accessing this element like below

document.getElementById("HddElement").value = var1;

But in IE8 i am getting exception at above line.
if i achenged that to below it is working fine.

document.all.HddElement=var1;

Please let me why this is not working in IE8 with document.getElementById

Thanks,
Salmon
AnswerRe: IE 8 hiddenfeild issue Pin
daveyerwin26-Mar-10 2:44
daveyerwin26-Mar-10 2:44 
GeneralRe: IE 8 hiddenfeild issue Pin
Not Active26-Mar-10 10:02
mentorNot Active26-Mar-10 10:02 
AnswerRe: IE 8 hiddenfeild issue Pin
burntblark26-Mar-10 8:13
burntblark26-Mar-10 8:13 
GeneralRe: IE 8 hiddenfeild issue Pin
daveyerwin26-Mar-10 9:15
daveyerwin26-Mar-10 9:15 
GeneralRe: IE 8 hiddenfeild issue Pin
Not Active26-Mar-10 10:02
mentorNot Active26-Mar-10 10:02 
AnswerRe: IE 8 hiddenfeild issue Pin
Nick Kowalewicz28-Mar-10 16:01
Nick Kowalewicz28-Mar-10 16:01 
QuestionSource editing Pin
FEMDEV25-Mar-10 1:22
FEMDEV25-Mar-10 1:22 
AnswerRe: Source editing Pin
Not Active25-Mar-10 1:58
mentorNot Active25-Mar-10 1:58 
AnswerRe: Source editing Pin
T M Gray25-Mar-10 10:38
T M Gray25-Mar-10 10:38 
GeneralRe: Source editing Pin
FEMDEV26-Mar-10 0:00
FEMDEV26-Mar-10 0:00 
AnswerRe: Source editing Pin
Nick Kowalewicz28-Mar-10 16:03
Nick Kowalewicz28-Mar-10 16:03 
QuestionMoney Diposite System in ATM Pin
Shaik al helal25-Mar-10 1:02
Shaik al helal25-Mar-10 1:02 
AnswerRe: Money Diposite System in ATM PinPopular
T M Gray25-Mar-10 10:51
T M Gray25-Mar-10 10:51 
QuestionWeb Application With Offline Capabilities Pin
ojaytee24-Mar-10 20:15
ojaytee24-Mar-10 20:15 
AnswerRe: Web Application With Offline Capabilities Pin
The Man from U.N.C.L.E.25-Mar-10 1:12
The Man from U.N.C.L.E.25-Mar-10 1:12 
AnswerRe: Web Application With Offline Capabilities Pin
Not Active25-Mar-10 1:52
mentorNot Active25-Mar-10 1:52 
QuestionPassword Blocking Pin
Pradeep kumar.V24-Mar-10 18:24
Pradeep kumar.V24-Mar-10 18:24 

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.