Click here to Skip to main content
16,008,299 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: IE problem: javascript not executing until all images loaded Pin
Ashley van Gerven14-Sep-05 1:48
Ashley van Gerven14-Sep-05 1:48 
QuestionSelecting printing tray in javascript Pin
Gktony13-Sep-05 0:04
Gktony13-Sep-05 0:04 
Questioncalling get method in jsp page Pin
amandeepsethi12-Sep-05 23:11
amandeepsethi12-Sep-05 23:11 
AnswerRe: calling get method in jsp page Pin
enjoycrack12-Sep-05 23:38
enjoycrack12-Sep-05 23:38 
QuestionIE Loading Problem Pin
brntoni12-Sep-05 7:45
brntoni12-Sep-05 7:45 
AnswerRe: IE Loading Problem Pin
Ashley van Gerven13-Sep-05 23:08
Ashley van Gerven13-Sep-05 23:08 
QuestionRe: IE Loading Problem Pin
brntoni14-Sep-05 8:30
brntoni14-Sep-05 8:30 
Questioniframe, javascript and browsertype Pin
Maarook11-Sep-05 4:37
Maarook11-Sep-05 4:37 
I'm writing a .NET application in which I have a html page that uses a calendar based on html and javascript. The calendar itself has it's own html-file which contains mostly javascript. To start using the calendar a javascript-function has to be called. Like this:

The textbox:

<input type="text" readonly="true" size="11" class="formfield" name="DOB" onClick="popFrame.fPopCalendar(DOB,DOB,popCal);return false;" />

then the iframe where popFrame can be found:

<DIV id="popCal" onclick="event.cancelBubble=true" style="BORDER-RIGHT: 2px ridge; BORDER-TOP: 2px ridge; Z-INDEX: 100; VISIBILITY: hidden; BORDER-LEFT: 2px ridge; WIDTH: 10px; BORDER-BOTTOM: 2px ridge; POSITION: absolute">
<IFRAME frameBorder="0" height="220" name="popFrame" scrolling="no" src="pages/calendar/popdob.htm" width="183"></IFRAME></DIV>

the called html-page (popdob.htm) holds the fPopCalendar function.

All works fine in IE (and in NN when you select the IE engine to work with) but NOT in FireFox. I realy don't know why. The error-message I get is:

Error: popFrame.fPopCalendar is not a function

IE thinks otherwise...

Who can help?


-- modified at 10:39 Sunday 11th September, 2005
QuestionRe: iframe, javascript and browsertype Pin
Guffa11-Sep-05 5:34
Guffa11-Sep-05 5:34 
AnswerRe: iframe, javascript and browsertype Pin
Maarook12-Sep-05 3:33
Maarook12-Sep-05 3:33 
GeneralRe: iframe, javascript and browsertype Pin
Guffa12-Sep-05 7:19
Guffa12-Sep-05 7:19 
QuestionWeb enable a Windows C# app Pin
StrayGrey10-Sep-05 22:46
StrayGrey10-Sep-05 22:46 
AnswerRe: Web enable a Windows C# app Pin
Colin Angus Mackay11-Sep-05 0:41
Colin Angus Mackay11-Sep-05 0:41 
Questionasp forum software Pin
James Brown10-Sep-05 22:35
James Brown10-Sep-05 22:35 
AnswerRe: asp forum software Pin
minhpc_bk11-Sep-05 15:09
minhpc_bk11-Sep-05 15:09 
GeneralRe: asp forum software Pin
James Brown11-Sep-05 21:41
James Brown11-Sep-05 21:41 
GeneralRe: asp forum software Pin
Vasudevan Deepak Kumar14-Sep-05 19:21
Vasudevan Deepak Kumar14-Sep-05 19:21 
Questionphp (help please!) Pin
Sam 200610-Sep-05 10:23
Sam 200610-Sep-05 10:23 
AnswerRe: php (help please!) Pin
Expert Coming10-Sep-05 18:45
Expert Coming10-Sep-05 18:45 
AnswerRe: php (help please!) Pin
hiral_shah9-Mar-07 19:52
hiral_shah9-Mar-07 19:52 
QuestionView State Pin
reza toorani9-Sep-05 20:13
reza toorani9-Sep-05 20:13 
AnswerRe: View State Pin
enjoycrack9-Sep-05 20:17
enjoycrack9-Sep-05 20:17 
Questionweird javascript error Pin
Anonymous9-Sep-05 3:06
Anonymous9-Sep-05 3:06 
Question[Message Deleted] Pin
AfzalHassen9-Sep-05 0:37
AfzalHassen9-Sep-05 0:37 
AnswerRe: how do I use JScript to move one or more items from one Listbox to another Pin
enjoycrack9-Sep-05 1:13
enjoycrack9-Sep-05 1:13 

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.