hi..this code is not working in firefox ..its just coming addCSS is not defined..Please help me
addCSS(finalURL + "/css/screen.css");
addCSS(finalURL + "/css/interior.css");
addCSS(finalURL + "/css/icons.css");
addCSS(finalURL + "/css/tables.css");...
User Profile
Collapse
-
-
-
-
...Code:tml><head><title><%= zget("/user/url")%></title> <script type="text/javaScript" src="content_editor/js/scripts.js"></script> <link rel="stylesheet" type="text/css" href="content_editor/css/editorcss/v4-screen.css" /> <style type="text/css" media="all"> <!-- @importLeave a comment:
-
Actually I installed firebug add-on in firefox,how to work with that..Showing the same error text undefined...Leave a comment:
-
-
I have all those errors in this single line..how 2 fix this?...Leave a comment:
-
Actually When I apply that fix I am getting many errors like doUp is not defined doDown doOver doOut not defined..Its all in one line...Leave a comment:
-
Please help me in that text undefined error....Becaus e I cannot get a better and polite expert like uLeave a comment:
-
I am new to this.So I am unaware of that.anyways thanks a lot.Can u help me in another error?
...Code:var is_browserName_IE = navigator.appName == "Microsoft Internet Explorer"? true : false; function editView_init(){ g_state = new _CState(); fixSizeTB(); if(!is_browserName_IE) st = document.getElementById("myEditor").contentDocument; else st = frames.myEditor.document;Leave a comment:
-
thank you so much ..I applied that fix(rng[0]) and it worked.....Leave a comment:
-
In Java I dont hav much idea..In C/C++ we do call function by name or referrence...Leave a comment:
-
this is the function.If u want me to send the entire code den I will send it..Thanks
...Code:function hasTagsInText(text) { if(text.indexOf("<TABLE") >=0 || text.indexOf("<table") >=0) return 'table'; if(text.indexOf("<TD") >=0 || text.indexOf("<td") >=0) return 'column';Leave a comment:
-
what else can I do? Can't fix this?plz provide me a solution...Leave a comment:
-
ok..thanks a lot..also I hav 1 more error @ the first line and the error msg is text is undefined.Pleas e help me in this too
if(text.indexOf ("<TABLE") >=0 || text.indexOf("< table") >=0)
return 'table';...Leave a comment:
-
Nop...Just struggling with this.I am new to this.So I hav no idea.Also I am gettin 1 more error in another js file.I have to fix these two errors..Please help me fixing this.Tomorrow is a deadline...Leave a comment:
-
yeah the error is showing @line 35( var oElm = rng(0);)and error msg is rng is not a function...Leave a comment:
-
yeah...it just came "rng is not a function" in error console.Plz help me...Leave a comment:
-
JavaScript code works in IE but not in firefox
...Code:function storePosition () { if(g_state.aName == 'TABLE' || g_state.aName == 'IMG') return; var sel = this.selection; if (!sel) { if(!is_browserName_IE) { sel = document.getElementById("myEditor").contentDocument.getSelection(); rng=sel; } else { sel = document.frames["myEditor"].document.selection;Last edited by Dormilich; Jun 3 '10, 10:00 PM. Reason: changed thread title to reflect the correct programming language
No activity results to display
Show More
Leave a comment: