Click here to Skip to main content
15,905,028 members
Home / Discussions / Web Development
   

Web Development

 
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 
Questioncalendar Pin
momoo15-Nov-05 13:34
momoo15-Nov-05 13:34 
AnswerRe: calendar Pin
minhpc_bk15-Nov-05 14:01
minhpc_bk15-Nov-05 14:01 
Question'Tunin test' Obscured image generator Pin
aaronngray15-Nov-05 7:39
aaronngray15-Nov-05 7:39 
AnswerRe: 'Tunin test' Obscured image generator Pin
minhpc_bk15-Nov-05 14:11
minhpc_bk15-Nov-05 14:11 
GeneralRe: 'Tunin test' Obscured image generator Pin
aaronngray15-Nov-05 14:17
aaronngray15-Nov-05 14:17 
QuestionUploading Multiple images on Server Pin
imshally8115-Nov-05 1:39
imshally8115-Nov-05 1:39 
AnswerRe: Uploading Multiple images on Server Pin
minhpc_bk15-Nov-05 14:05
minhpc_bk15-Nov-05 14:05 
AnswerRe: Uploading Multiple images on Server Pin
Anil J Baviskar24-Nov-05 23:15
Anil J Baviskar24-Nov-05 23:15 
QuestionTo add user controls to intellisense Pin
ahmedin200514-Nov-05 22:59
ahmedin200514-Nov-05 22:59 
AnswerRe: To add user controls to intellisense Pin
minhpc_bk15-Nov-05 14:07
minhpc_bk15-Nov-05 14:07 
QuestionWebsite Administration Tool for VS 2005 Pin
Illegal Operation14-Nov-05 21:58
Illegal Operation14-Nov-05 21:58 
QuestionVS 2005 Network BIOS Command Limit Error Pin
Mike_V14-Nov-05 18:20
Mike_V14-Nov-05 18:20 
QuestionWeb service call???? Pin
Small Rat14-Nov-05 7:12
Small Rat14-Nov-05 7:12 
QuestionMultiple Concurrent Requests to XmlHttpRequest Pin
Vasudevan Deepak Kumar13-Nov-05 23:47
Vasudevan Deepak Kumar13-Nov-05 23:47 

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.