Tiny MCE Not Working?

May 18, 2010

I am trying to use Tiny MCE on my website, I have uploaded the correct JS files etc but my page doesn't show the WYSIWYG editor?!URL..[code]

View 1 Replies


ADVERTISEMENT

Scrollbar - Only Allow To Move A Tiny Bit

Jun 27, 2011

My page (which has the tooltips and code on) has vertical and horizontal scrollbars that only allow you to move a tiny bit. They are unnecessary and even when I remove almost all the elements of the page, the scrollbars remain. When I remove the line '<script type="text/javascript" src="scripts/jquery-1.2.2.pack.js"></script>' from my code, the scrollbars dissappear, but this line is vital for the tooltips to function. This script is available for download at the given URL above (it is in the center of the page called 'jquery-1.2.2.pack.js').

View 3 Replies View Related

Remove <h3> And <p> Tags From Tiny Slideshow?

Jul 9, 2009

i want to remove the<h3> and <p> tags from the code. bcause i dont need them and they r incresing the height of my <td> containig the code. if i m deleting the above tags the slideshow is not working.

View 1 Replies View Related

Safari With Multiple Text Areas In Tiny Mce

Feb 19, 2010

i am using two textareas for editing by tinymce, its working fine in ie and ff but in safari it is opening the first textarea editor only. This was my code.

tinyMCE.init({
// General options
mode : "textareas",
//mode : "exact",
elements : "description,pedigree",
theme : "advanced",
[Code]....

View 2 Replies View Related

JQuery :: Tiny Scrolling Plugin And Image Maps?

Aug 7, 2009

So i am working on my horizontal website layout, and I am pretty happy with my concept and design, but it seems that there is one issue with the smooth scrolling plugins.. I am using [URL].. here called Tiny Scrolling and I was able to get it to work using an image as the link and the <a href="#first"> coding you can see it working by clicking on the floating navigation you see on the example page.

My issue is that I wanted to use an image map to create a link for the first page.. So i created the map and linked the same way but instead of using <a href> i used <area map> which basically disables the smooth scrolling.. it also does something weird where when you land on that other page, you are already scrolled a little bit down so you are not at the complete top of the time

So i am sure that the reason this is happening is because this plugin relies on the anchor (<a href) to complete the effect.. and since i am not very good with javascript, i can not figure out how to change it

[Code]...

View 1 Replies View Related

Custom Drop-down Styles For A Tiny Wyswyg Editor?

Nov 1, 2010

I would like to add a drop-down style menu so I can define a unique style for each option.

JS Code:
Code:
TINY={};

[code]....

View 1 Replies View Related

JQuery :: Slideshow - Cycle - Images Shrink From The Normal Size To Small Tiny Images

Dec 10, 2010

Iīve just launch my website-portfolio, well itīs not yet the final version but it is almost and despite I am satisfied with the final result Iīve detected a really strange bug that only happens sometimes. The thing is when the first introduction Slide appears (the one with the hand-made drawings), sometimes the images shrink from the normal size to small tiny images. This doesnīt happen always and if you refresh the page it disappears.

Follow the link to the page were the bug happens - [url]. I'm using jquery cycle plugin, check it out.

View 1 Replies View Related

AJAX :: Insert A MySQL Record To A Database - Not Working In FF /C Hrome - Working In IE

Mar 11, 2011

I've the following AJAX code:

[Code]...

This code works to insert a MySQL record to a Database using AJAX. It works fine on IE, but it's not working on FF or Chrome. When I test it on FF/Chrome, i just get the text "Just a second..." and it doesn't advance from there.

View 8 Replies View Related

XmlHttp.responseText Is Not Working In IE, Working Fine In Firefox And Google?

Mar 3, 2009

All Code Working fine in Firefox and Google Chrome, But in IE nothing happened Ajax Function IN MAIN PAGE

<script language="javascript">
var xmlHttp
function showBabyId(str)
{
xmlHttp=GetXmlHttpObject();

[Code]...

View 4 Replies View Related

Open Window Not Working Properly In Firefox But Is Working In IE

Feb 6, 2009

The Open Window in Javascript is not working properly in Firefox but is working in IE. What could the reason be?

[Code]...

View 1 Replies View Related

DHTML Events Not Working In IE But Working In Firefox And Chrome?

May 10, 2010

I am working on a Javascript application and i am facing a strange behavior of the application in IE. I am creating a table at runtime using DHTML and registering event for the table row click. When i deploy this application on web server and browse the application, the events fires in firefox and chrome but in IE the events are not fired. If i browse the application from the server with localhost, the application triggers the events and fails when i use machine name.

The following is the source code:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>

[Code]....

View 4 Replies View Related

Working With Select Boxes - Code Is Not Working?

May 3, 2009

I am trying to create 3 boxes with 2nd select box content to be uploaded on the basis of value selected in first box and third box list should be uploaded on the basis of value selected in 2nd box.i have written coding for that as below but it is not working .

<html>
<head>
<title>Search Website</title>[code].....

View 1 Replies View Related

JQuery :: 1.2.6 Was Working Version 1.4.2 Not Working?

Mar 24, 2010

I was using JQuery 1.2.6 but after I downloaded the version 1.4.2 I get the following error on FireFox: uncaught exception: Syntax error, unrecognized expression: .

View 1 Replies View Related

JQuery :: Working With FireFox But Not Working With IE

Nov 28, 2010

I have are created dynamically buttonset toggle radio button with following code. All is working okay but just I have added onclick function which is doing window.location which is working with FireFox but not working with IE and google chrome.

<script type="text/javascript">
var chars = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ';
$(function () {
$('#btnSet').buttonstrip();

[Code]....

View 1 Replies View Related

Not Working With Firefox It Is Working Fine With IE?

Aug 30, 2009

hereis the html file and javascripton click of this button a

[Code]...

View 1 Replies View Related

Jquery.load() Only Working Once (working With PHP)

Mar 13, 2009

I have an input text field with an add/submit button - it's purpose is to add tags to an article created in a CMS. Whenever a tag is entered

1) I am using a click listener on the submit button

2) and am calling Jquery.load() to perform some checks/validation and

4) add the tag to the database

5) then retrieve the new set of tags for that article and inject them into the DOM.

Therefore there are two click listerners in my header:

1 for the submit button:

$('#tags_submit').click(function() {
var tag = document.getElementById('tags_search').value;
var article_id = document.getElementById('a_id').value;
$('#tags_results').load(submit_link, {tags_search: tag, a_id: article_id});

[Code].....

View 2 Replies View Related

Not Working Locally In IE But Is Working Live?

Apr 10, 2009

I just realized that it seems like Internet Explorer doesn't get Javascript to work locally but only on a live site how can I get Internet Explorer to work locally? as well as live? For testing purposes. Everything runs right in Mozilla Firefox.

View 8 Replies View Related

JS Settimeout Is Not Working In Mozilla But Working In IE?

Sep 28, 2010

JS settimeout is not working in Mozilla but working in IE

View 3 Replies View Related

$.ajax Working With Firefox But Not Working In IE

May 14, 2010

I have a jQuery code to allow users to login using a lightbox [URL] and immediately start downloading files, without being redirected or having the page reloaded. It's perfectly working in Firefox but Internet Explorer keeps showing the login box until I reload the page

[Code]...

View 1 Replies View Related

DOM Code Not Working In IE, Tested And Working In FF?

Feb 23, 2009

I have a website that lists the movies I have on my computer and then when you click on a link for that movie, it retrieves information from IMDB. The code is in testing but for the most part it works.I was wondering if anyone knew why the following JavaScript would work on Firefox but not in IE. I develop on Linux, and I know there are IEs available for Linux, and I have used them before. I will be sure to track down the issue later, but from the resources I've been using, this should work in both major browser types (standards compliant and microsoft).The code is very dirty, and I have started an object oriented rewrite, but if I don't have the proper DOM skills for IE in this spaghetti code then I doubt anything is going to change putting it all into Objects.

JavaScript Code:
Original
- JavaScript Code

[code].....

View 1 Replies View Related

Usually-Working Hover Not Working On 2 Of The Images?

Jan 7, 2010

Let me say ahead of time I haven't the slightest clue how to write JavaScript, I've been copying and pasting for 12 years the same code and it's always worked.Right now, I'm having an issue with 2 of the 4 button graphics not doing the hovering effect they're supposed to. I DID do a search for this and couldn't find it so please forgive me if it is indeed here somewhere.Again, to be clear, 2 of the 4 images ARE going to the 2nd image when hovered over. 2 aren't and I can't figure out why. I've tried JavaScript validators linked from this very site but what they tell me is Greek to me.It's images 3 and 4 that aren't doing their hover effectsHere's the code: (I PRAY I posted this code right. If not, I'll try to fix.)

Code:
<SCRIPT TYPE="text/javascript" language="JavaScript">
<!--

[code].....

View 11 Replies View Related

Close Through Browser Close Button Code Working In IE Not Working In FireFox

Nov 16, 2009

Suppose,closing the browser through Browser Close Button(Top Right Corner cross(x) button), i have to execute some ASP script , for that, in body onUnLoad Event calling a fucntion called CloseWin(e,frm), it is working in Internet Explorer successfully , But in FireFox not working. how to solve this problem. or any other way to get the co-ordinates of browser close button( code for both IE and Firefox).

code follows

function CloseWin(e,frm)
{
//frm required for my program
var bButtonClicked = false;

[Code]....

View 1 Replies View Related

JS Not Working In FF?

May 28, 2009

Have JS that works in Safari, IE but not FF.Very simple code:

<script>
function callFunction()
{
if (eb.TobaccoProds.checked == true)

[code]...

When user clicks (or doesn't click) checkbox in form, the JS sends them to either page above.FF error console tells me that eb is not defined.eb isn't a var, so should not be defined.

View 9 Replies View Related

Not Working In IE7 But Working In IE8?

May 23, 2011

I managed to get my code working finally to automatically populate one dropdown list when the value in another is changed using the following code:

[Code]...

View 1 Replies View Related

Working In IE But Not In FF?

Jun 20, 2009

function AppClose()
{
self.close();
}

i have the above code in asp.net application t close the applcation on a button click
it works in IE but not in FF

View 2 Replies View Related

Not Working In IE

Nov 12, 2004

I have (what I thought was) a simple little JavaScript snippet that changes the <label> of an <input> field from bold to normal upon the entry of text in the <input> field. The code below functions in FF but not in IE. Any ideas why? And, if so, how this script can be made x-browser? Code:

View 6 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved