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

Web Development

 
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 
In your main file, you could have something like:

<html>
<head></head>
<body>
<form action="#" method="post">
<input type="button" value="click me" onclick="alert( aVariable );" />
</form>
<iframe src="o.html" width="300" height="300">
</body>
</html>

and, in o.html, you could have

<html>
<head>
<script type="text/javascript">
parent.aVariable = 500;
</script>
</head>
<body>
Moo.
</body>
</html>

The HTML file in the IFRAME sets a JavaScript variable in the parent document that the parent document can access.

"we must lose precision to make significant
      statements about complex systems."
              -deKorvin on uncertainty

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 
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 

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.