I m using google map version 3. i want to customized the map type control show top-right corner.. i want to show all the type (map,statellite,terrain,earth) in one horizontal line (like its shown in V2).
I am having an issue with using an overlay on a google map. The overlay works fine initially, but if I choose a different map type (example: Satellite) I lose the overlay. Is there a way to listen for a map type control click? Or a way to detect when the map type changes? I want to call a function to reload the overlay when the map type changes.
Am developing a form in which user image should be viewed and stored in web database. I am using html5 and javascript. While using input type= "file" to browse the image, chrome shows the file path as c:/fakepath/*.jpg.
How can I get the full path name in google chrome to display image and to store it in web database.
If you have some other options to display and store the image in web database using javascript and html5
I have to change text input type to password input type and i am using jquery script. This script work for FF, Chrome and Safari browser but not worked on ie7, ie8.
Script is as:-
How can i update my script, so that it works cross the browser.
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 to add n number of text box in a html page, the main idea is when the user press a button apear 2 text box and if he do it again apear 2 text box more and so on, also need that all the text boxes has a unique id, in order to make some thing whit the values. but i dont know how to do it.
I am having a frustrating time trying to retrieve the value from my object wmp, which has the id = VIDEO. I used MSDN sample, but it doesn't seem to be working?
can a get the inline calender with the controls as shown in figure.I already developed calender only using java script. But not able to select date using the same inline calender.
how to acces the web controls ( asp.net :: radio button, listbox.... ) from a javascript fuction written in <head></head> while the web controls are declared in body
Is there a way to hide a div, but still allow it to interact with the mouse? I am trying to hide/show a div on mouse over and mouse out, but I can't use opacity because my div contains a png image, and IE strips it of its transparency.
i need to add n number of text box in a html page, the main idea is when the user press a button apear 2 text box and if he do it again apear 2 text box more and so on, also need that all the text boxes has a unique id, in order to make some thing whit the values. but i dont know how to do it.
Does anyone know of a way I can check asp validator controls from the client side? I need to be able to opt out of a postback if any validators are false. I am using a ComponentArt tabstrip and it proceeds with posting back even if "IsValid" is false.
I'm adding dynamically created input type='file' controls via JavaScript. However when I try to access they do not seem to be returned in the form collection. Any ideas?
I am able to attach to a Telerik text box and autocomplete works fine when i am selecting a result and pressing ENTER. However, when i am selecting a result and clicking on it with a mouse, the selection populates the textbox and then quickly gets erased.
Is there a way to set the Cycle prev/next hover controls to always be on. In other words, I don't want my users to have to hover over the photo to see the prev/next button controls.
This is sateesh from Softpal Technalogies Pvt.Ltd. I am using Jquery. I got one problem my ASP drop down controls are over lap on the JQuery Div. How can i over come that problem. Can you give sloution for that.
what selector syntax I would use to refer to all input and textarea controls, but not buttons? (In other words, all form controls except button and submit.)
I'm still trying to get to grips with jQuery syntax,I'm working on an accordion-style menu and I'm struggling to get a hide behaviour to work.
Basically I want to hide all of the controls within my specified parent control which have an ID starting with "accordionBody_" except the first one. (So that the first pane is expanded and the rest are hidden on load.) I'm using the following:
Is there any way I can prevent IE from displaying the "active X controls and script prevention message" when I load my web page into the browser. Firefox, Safari and Chrome, allow my scripts to run without displaying the message when the page is loaded into the respective browsers.
I am using position absolute to stick a table header to the top of a div. In the screenshot, under the menu is a div, the buttons and drop downs are at the "top" and grid starts from half way down, now when user scrolls till header is out of view i show the header at the "top" with position absolute. then when user scrolls back down and onto original position the buttons and drop downs are now again at the top exactly at the position where the header was shown, once the header has been shown all the buttons and the drop down are no longer clickable, i.e. there is no reaction, no dropdown shown and no click... whats happening is that IE is thinking that that area at the top where the header was is now invalid, or still occupied by the header or something like that? Its like the buttons and drop downs are kind of "behind" the area where the header was therefore nothing is clickable...
And proof of this is that i gave some <BR> spacing to the buttons and drop downs so that they are not at the up most, but halfway down... and things work fine... whats IE up to? or is there some coding i need to do... below is the code for the header to float
[it may be coz when the header is not to be shown i set the position to ' ', but i have tried with relative, fixed and static as well to no avail...]
I am a .Net Developer. I want to know to write javascript for serverside controles.And where it is placed for sever sidr controls. Please tell me if any one know this.
I have a table on which there are a number of cells. some cells contain input boxes that allow users to enter various information. However I need to know how to access the information contained within each cell to allow me to compare it to some other information. Would anyone be able to tell me if this is possible and how I would go about it.