Click here to Skip to main content
16,007,111 members
Home / Discussions / Web Development
   

Web Development

 
QuestionHow to create web menu? Pin
Mekong River21-Nov-05 14:28
Mekong River21-Nov-05 14:28 
AnswerRe: How to create web menu? Pin
enjoycrack22-Nov-05 13:41
enjoycrack22-Nov-05 13:41 
GeneralRe: How to create web menu? Pin
Mekong River22-Nov-05 14:06
Mekong River22-Nov-05 14:06 
GeneralRe: How to create web menu? Pin
enjoycrack22-Nov-05 14:18
enjoycrack22-Nov-05 14:18 
GeneralRe: How to create web menu? Pin
Mekong River22-Nov-05 14:29
Mekong River22-Nov-05 14:29 
Questionxls file Pin
Stanciu Vlad21-Nov-05 4:17
Stanciu Vlad21-Nov-05 4:17 
AnswerRe: xls file Pin
Christian Graus21-Nov-05 16:38
protectorChristian Graus21-Nov-05 16:38 
GeneralRe: xls file Pin
Stanciu Vlad22-Nov-05 3:56
Stanciu Vlad22-Nov-05 3:56 
Questionfile protection Pin
hassan azizi19-Nov-05 13:41
hassan azizi19-Nov-05 13:41 
Questionmsxml3.dll error!!! Pin
Small Rat19-Nov-05 6:59
Small Rat19-Nov-05 6:59 
QuestionHow to Redirect on Button Click Pin
chintu4u sa19-Nov-05 1:46
chintu4u sa19-Nov-05 1:46 
AnswerRe: How to Redirect on Button Click Pin
Curtis Schlak.20-Nov-05 15:51
Curtis Schlak.20-Nov-05 15:51 
QuestionjavaScript file list Pin
fuoco18-Nov-05 14:47
fuoco18-Nov-05 14:47 
QuestionDisplay an ASP.NET control in PHP? Pin
tantiboh18-Nov-05 12:15
tantiboh18-Nov-05 12:15 
Questionread data from iframe Pin
mike ekim18-Nov-05 12:08
mike ekim18-Nov-05 12:08 
AnswerRe: read data from iframe Pin
Curtis Schlak.20-Nov-05 16:01
Curtis Schlak.20-Nov-05 16:01 
GeneralRe: read data from iframe Pin
mike ekim21-Nov-05 7:08
mike ekim21-Nov-05 7:08 
GeneralRe: read data from iframe Pin
Curtis Schlak.21-Nov-05 16:34
Curtis Schlak.21-Nov-05 16:34 
AnswerRe: read data from iframe Pin
mike ekim21-Nov-05 8:22
mike ekim21-Nov-05 8:22 
QuestionHow to do searching by html or javascript. Pin
SIJUTHOMASP17-Nov-05 0:27
professionalSIJUTHOMASP17-Nov-05 0:27 
AnswerRe: How to do searching by html or javascript. Pin
FlashnDatabase21-Nov-05 22:43
FlashnDatabase21-Nov-05 22:43 
QuestionFirefox + innerHTML Pin
niansah16-Nov-05 1:55
niansah16-Nov-05 1:55 
A quick question:

given the following html-fragment:

<div id="mydiv">
<input type="text" value="abc" id="text1" name="text1" />
</div>
then
element = document.getElementById("mydiv");
var my_data = element.innerHTML;
if I do alert(my_data);
I get "<input type="text" value="abc" id="text1" name="text1" />"

if now I change the value on the window and make it "xyz" and do an alert,

IE gives me : "<input type="text" value="xyx" id="text1" name="text1" />"
but Firefox still gives: "<input type="text" value="abc" id="text1" name="text1" />"

how can I fix (or unfix) so firefox also gives me xyz? Only using innerHTML, as I do not want to go the dom way for this problem.


-- modified at 7:56 Wednesday 16th November, 2005
AnswerRe: Firefox + innerHTML Pin
Shog916-Nov-05 9:50
sitebuilderShog916-Nov-05 9:50 
GeneralRe: Firefox + innerHTML Pin
niansah17-Nov-05 17:34
niansah17-Nov-05 17:34 
QuestionAutodownload Acrobat reader from web browser Pin
krishna kiran15-Nov-05 20:03
krishna kiran15-Nov-05 20:03 

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.