I'm integrating google map to my site running under phpmydirectory.The google map display nicely in FF, however, there are alignment problems to all the controls (up, left, right, down buttons) and the map is not shown in the page.
I have a jquery Tree program. I got from the net written by Mauro. here we can drag and sort the node.To run this program, we need 2 JS file.
1) jquery.simple.tree.js 2) Jquery file.
For Jquery I used latest version. 1.4.2.When I ran the program, tree working fine, But when I start to drag, it dragged but displayed a JS error "Invalid Argument". I am using IE8. My project work only in IE8.So I tried it with Jquery previous version, in IE8, the drag working with Jquery 1.3.2.But I should use Jquery 1.4.2 (Latest version).The program is a attached herewith.how I can use it with Jquery 1.4.2 and jquery.simple.tree.js.
It is not a big program, only basic things are there. You can run with out any server.Please check it.and help me combinationhow i can run this program with out JS error with a jquery. simple.tree.js and jquery 1.4.2 in IE8.I think if it works on IE 8 with JQurey 1.4.2, lot of people can work with this and thanks for the script to original author Mauro.
[url] I am having a problem with site in IE7 this is identified as a problem? Can someone at least rule out this js error? This is js generated when adding google maps
Im doing some stuff in the code behind page and then putting that data into javascript respectively. This javascript is then connected to the asp.net page with a literal control. I.E.
Why do I get an error "GlatLng is undifined"? When i put this javascript part of the code just plainly in my asp.net page it gives no errors...
I am using a script called ajax_load.js that defines a function, ajaxpage(), that allows a person to load the contents of an external page into a div item. I have it setup so I may use ajaxpage() to load pages with other div items in it. The problem is that I cannot reference the div items loaded by ajaxpage(). I have provided an example below to illustrate this. It was working fine in the prior version of Google Chrome and is still working fine in IE 8, IE 7, and Firefox. The version of Chrome I am currently using is 4.0.249.78
Here is the example; All the files used in this example are listed below:
This code was working just fine in the prior stable version of chrome, and still works properly in IE 8, IE 7, and Firefox without any errors (The version of chrome giving me problems is 4.0.249.78). Does anyone know how to go about fixing this? Is this something wrong with the latest version of chrome, or is this on my end? The site I am currently working on relies heavily on this working, and having to change things means altering several thousand lines of code.
I have a problem with javascript in IE6/IE7, or specifically with jQuery. There is a page that uses the google maps API which shows an error when you navigate to the website and the page remains blank. When I press refresh I get no error and the page loads as it's supposed to (this happens only ie IE6, IE7/8 appear to work fine). The same thing happens with tinymce and the jquery.tinymce.js plugin, which gives an error in IE6/7 but not in IE8. I can't post the URL since it's a password protected "under construction" website. The error for the Google Maps Api I get in IE6 is
Code: Line: 215 Char: 26 Error: 'firstChild' is null or not an object Code: 0 URL: -- left out -- And the error for TinyMCE in IE7 starts with
Code: Line: 53 Char: 3 Error: Permission denied Code: 0 URL: --left out-- And then when I press "yes" for "Do you want to continue running scripts on this page?" I get
The google maps api page uses $(document).ready( fn ), while TinyMCE uses window.onload. And, as one would expect, in FF, Opera and Chrome all works fine.
I'm not sure where I have translated this incorrectly. I have one google map embedded on my page which works fine. But I wanted to add a second one. I thought the easiest way to do this would be to have a second page which is called later on with all the details on it for the second map. However although I think (this I presume is where I went wrong) I have replicated the instructions correctly the place holder for the second map just remains blank.
This is the code for my called page with the instructions for the second map:
And this is the script of the main page, just in case I would be better off keeping them both in one place.
<head>
I've cut out the script that doesn't relate to this so I hope I haven't missed anything important.
I need a tag that doesn't go anywhere when I click on it but will show the little hand with index finger outstretched like I am hovering over the text teh tag applies to. I googled for a while, but could not find anything related to what I am looking for. I need this because I am writing a file that will execute a javascript function when I click on it, which will display some new information, so I want it to appear to the user that he/she is clicking on a link.
I have a series of links in a list.And by an onmouseover event I want to get a message <li> with an explaination between the last link and the previous one.
I've been looking without success for a slide show program that will rotate web pages as opposed to just images. Am I best off just using a banner rotation script or is there something out there that is available for that purpose. The wish list is for a full page rotation ( the page uses SSI) possible fading of images in IE and being able to vary the time of each image. Asking alot?
I am new to javascript and currently coding a site with scripts that are beyond my level of understanding. The problematic page has thumbnail images that can be clicked on to zoom in. When clicked, the preloaded larger image displays in a div layer that gets turned on. The problem is that ie sometimes does not display the image - the placeholder just stays blank. The script works fine in firefox and netscape (haven't tried safari yet). Since I am new to this and this only happens sporadically, I'm having a lot of trouble identifying the error or a fix. Also, the src for the images is dynamically created from the text name that displays below the bags. This is for content management purposes. Code:
I have some script that changes the div content onclick. Now the thing is when i load my webpage, it direct shows the div content instead of hinding it and appairs when i click on the link. How can i change this?
Currently I have one php page with an iframe in it. There are buttons in the parent page that links to different contents, all targets to the iframe.
Now i want to avoid using iframe and I think I can do the same thing (showing different contents in one specific area) through using a few of javascripts, except that I almost knows nothing about javascripts.
Anyway, my page is something like this:
PHP Code:
I am thinking about using php code like include() together with some javascript.
I'm usign Slider Class v 2.0 script (stoutlabs.com/demos/class_slider_v2b/) with mootools.
Problem is that I would like to have flash shows along with the images. Everything else work just fine, except the fading effect.
I belive that this line does the fading: "if(self.options.fade == true){item_out.start({'opacity':[0],'left' : [(curX)]});}". (you can find line from the source of demo page).
I saw this on the website for the new blackberry playbook and want to do something similar to that. [url]... Does anyone know of a script that will let me have 5 pictures or so and it will automatically go through them all but you can fastforward to the picture you like by clicking on a dot at the bottom like on the blackberry website? Hope I explained that well enough
I have a javascript that displays couple of buttons, which are directional (e.g., click button it goes to a particular page). I need to have these buttons shows up multiple times in same page, each represent a different direction but buttons themself are from the same gif file. What's the most effecient way to do this?