Hi all,
can you tell me the replacement for window.showModa lDialog in Mozilla.
the code given below works well in IE but it doesn't work in Mozilla.
Is there any replacement for this method in Mozilla.?
If so then please help me by giving an example
[CODE=javascript]
window.showModa lDialog("../login/html/AdminLogin_User .html",loginTyp e,style
[/CODE]
User Profile
Collapse
-
Replacement for window.showModalDialog in Mozilla
-
Issue using window.open in Mozilla
Hi all,
I am facing an issue when I try to invoke an html from my servlet in Mozilla browser .It works fine with IE
...Code:out.println("window.open(\"../login/html/AdminLogin.html\",loginType,style)"); out.println("document.forms[\"form1\"].Lang_Code.value = loginType[2];"); out.println("document.forms[\"form1\"].AgentsTimeDiff.value = '"+timeDiff+"'"); -
Works in IE not in Mozilla
Hi
Iam trying to make my application work in Mozilla.
The below piece of code works well in IE but throws error in Mozilla.
Can you modify the below piece of code so that it supports IE and mozilla.
Kindly let me know some links which will help beginners to learn about coding in Mozilla Brower.
[html]<HTML>
<HEAD>
<SCRIPT language=javasc ript SRC='../common/js/common.js'></SCRIPT><SCRIPT>... -
Replacement of the given functions in Mozilla Browser
what is this function trying to do?
onload method calls these two functions
[code=javascript]function getHost(){
document.form1. Host.value = document.locati on.host;
}
function getClientTimeZo ne(){
var dt = new Date();
document.form1. ClientTimeZone. value = '' + dt.getTimezoneO ffset();
}[/code]
The above piece of code works well in IE but not in Mozilla
How will I replace... -
Window.login
Hi all
when i execute my code in IE it doesn't show any error but when I execute in Mozilla it gives me an error like
Uncaught exception Permision denied for Window.login
It doesn't give me the line number nor the file name
How will I debug? -
Javascript error when using Mozilla Browser
Hi all,
I am using a mozilla browser and the below piece of code appears to be erroneous.It works well with Internet explorer.
Here I am getting the session id and storing it ina variable.
How will I do this when I chnage to Mozilla Browser?
[CODE=javascript]
var sessID = window.parent.p arent.loginFram e.getSessionID( );
[/CODE]
No activity results to display
Show More