hi
i have an iframe. when i place that iframe on select box, the select box
is getting overlapped with the IFrame and select box contents are visible on iframe. how to shed this..
thanks in advacne
User Profile
Collapse
-
Select box overlap on iframe
-
what is strict mode in IE6. is there any setting like that in Options?... -
document.body.offsetTop returns null(always)
hi,
i have a problem with document.body.o ffsetTop and document.body.o ffsetLeft always returns null in my code in IE6.
how can I get the values???? please suggest -
Private,public methods in javascript
hi
my source code is like this
[CODE=javascript]
var oPP = new PropertyPanelIF rame();
/*construcotr*/
function PropertyPanelIF rame(){
this._module = "PropPanel" ;
}
// Is this private or public function?
PropertyPanelIF rame.prototype. showIFrame = function(oSafeU RL,refObj,paneT itle){
var callbacks = w.api();
callbacks.doloa d = ondoload;... -
actually,the same piece of code we will use many places where
the events are necessary. so in the run time only i need to disable the events inside div tagLeave a comment:
-
Disable events of content inside DIV
hi,
below is my code
[code=html]
<html>
<body>
<div>
//HTML goes here with events like onclick,onchang e
</div>[/code]
at run time i have to disable all the events for the tags which are inside the DIV tag.
i dont want to get all the code which is inside <div> tag to be in loop and
disabling of events one by one.... -
-
hi ,
i am able to get my code work now.
what i did is in function foo() i used another function call called x()
so when it is returning value to foo() it is messing up.
anyhow thanku very much for u r response.
u r the first person who responded to my Q?
thanxxxx...Leave a comment:
-
Iam sorry to say that i didnt get u .
if i call onkeyup function, for each keystroke it calls the function mentioned
in the onkeyup event. so when i press anyother key after the event,
it calls the function and making the cursor to move to last position of textbox.
please suggest me something iam new to javascript.
if any other buddy is there just let me know his/her name?Leave a comment:
-
if i call the function only in onkeyup event is it possible?????/Leave a comment:
-
problem with ONKEYUP event
hi,
I have my source code like this
[HTML]<INPUT type="text" ID="t1" ONCHANGE="foo() " ONKEYUP="foo(); boo();">
<SCRIPT>
function foo(){
//some code
}
function boo(){
//some code here
}
</script>
[/HTML]
Function calls:
on onchange and onkeyup events i need to call the same function...
No activity results to display
Show More
Leave a comment: