Click here to Skip to main content
15,889,462 members
Home / Discussions / Web Development
   

Web Development

 
QuestionConvertor Pin
mehrdadc4823-Jan-10 3:38
mehrdadc4823-Jan-10 3:38 
Questionlisten/watch video in asp Pin
rajiv_kadam23-Jan-10 1:42
rajiv_kadam23-Jan-10 1:42 
AnswerRe: listen/watch video in asp Pin
flyinpc24-Feb-10 19:42
flyinpc24-Feb-10 19:42 
QuestionIs there anybody could tell me how to read data from client serial port by HTML Pin
WebMaster22-Jan-10 18:51
WebMaster22-Jan-10 18:51 
QuestionJavascript,calling child window function from opener doesn't work Pin
keniagm22-Jan-10 3:20
keniagm22-Jan-10 3:20 
AnswerRe: Javascript,calling child window function from opener doesn't work [modified] Pin
daveyerwin22-Jan-10 4:27
daveyerwin22-Jan-10 4:27 
GeneralRe: Javascript,calling child window function from opener doesn't work Pin
keniagm22-Jan-10 7:29
keniagm22-Jan-10 7:29 
GeneralRe: Javascript,calling child window function from opener doesn't work Pin
daveyerwin22-Jan-10 9:31
daveyerwin22-Jan-10 9:31 
Kewl!
Uh, there is a better solution.
I sugessted the setTimeout just to
confirm what the problem was.

The problem with the two second delay is
you cant be sure it will be ready.

You could call addWindow.getMaskElements ();
repetively by catching
the error and setting time out again.




Or you could try this, in the separate .js file that is
included in the adicionar_email.htm
add this line ...
body.onload = "window.opener.iMready()";

in the parent page put this...
function iMready(){
addWindow.getMaskElements ();
}

if there is already an onload function
(it might be window.onload body.onload or onload
people do it different ways)
declared in the .js, you cant have
another so add this line
to the function onload points to...
window.opener.iMready();
GeneralRe: Javascript,calling child window function from opener doesn't work Pin
keniagm22-Jan-10 11:20
keniagm22-Jan-10 11:20 
GeneralRe: Javascript,calling child window function from opener doesn't work Pin
daveyerwin8-Feb-10 3:44
daveyerwin8-Feb-10 3:44 
Questionjavascript slideshow using asp Pin
rajiv_kadam20-Jan-10 23:39
rajiv_kadam20-Jan-10 23:39 
Questiondetect visitor mac address Pin
kennedysee20-Jan-10 17:01
kennedysee20-Jan-10 17:01 
AnswerRe: detect visitor mac address Pin
Graham Breach20-Jan-10 22:51
Graham Breach20-Jan-10 22:51 
QuestionRe: detect visitor mac address Pin
kennedysee21-Jan-10 16:40
kennedysee21-Jan-10 16:40 
AnswerRe: detect visitor mac address Pin
JHizzle27-Jan-10 4:58
JHizzle27-Jan-10 4:58 
QuestionWildcard Pin
MarlinLinger20-Jan-10 10:31
MarlinLinger20-Jan-10 10:31 
QuestionHow to tell the iis to execute a particular isapi extension for a particular virtual directory? Pin
deostroll20-Jan-10 0:53
deostroll20-Jan-10 0:53 
QuestionConsuming Data service from a remote application Pin
jonatan_55619-Jan-10 6:00
jonatan_55619-Jan-10 6:00 
AnswerRe: Consuming Data service from a remote application Pin
SeMartens19-Jan-10 20:13
SeMartens19-Jan-10 20:13 
GeneralRe: Consuming Data service from a remote application Pin
jonatan_55627-Jan-10 6:45
jonatan_55627-Jan-10 6:45 
GeneralRe: Consuming Data service from a remote application Pin
SeMartens27-Jan-10 20:42
SeMartens27-Jan-10 20:42 
GeneralRe: Consuming Data service from a remote application Pin
jonatan_55631-Jan-10 22:54
jonatan_55631-Jan-10 22:54 
QuestionJavascript And Validation Pin
SRJ9219-Jan-10 4:08
SRJ9219-Jan-10 4:08 
QuestionI get this error (Could not load type 'mtspg._Default'.) Pin
ghamdan hamud18-Jan-10 22:17
ghamdan hamud18-Jan-10 22:17 
Questionwrite to xml file using vbscript in classic asp Pin
Anil Veeraghattapu 418-Jan-10 21:46
Anil Veeraghattapu 418-Jan-10 21:46 

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.