15,120 Topics
| |
Good evening, I have a webpage that changes the image when you mousover another image and I was wondering if I could preload the images to make it faster. it takes about 2.5 seconds to change the image. Should I set my meta tags to cache? The page is at … | |
burnt my javascript to a cd, it won't work from my cd | |
Hi Experts here, Pls help. first I set the following in IE6 :Under Tools/Internet Options... 1) Temporary Internet file [Settings...] 2) Check for newer versions of stored pages 3) "Never" option is selected Double click a category to change the current one; tab category stays the same.No tab/page refresh when … | |
[code]<script language="javascript"> document.writeln(document.location); </script>[/code] hi the above code display the url of the page that is load on, but i was wondering do you guys know of way to display traget windows url for example <form action="action.php" target="actionwindow"> this will open a new window with the hidden name actionwindow but … | |
hi all i have a very urgent issue i am calling a javascript file from a java file. i need to return a value from the javascipt to the calling java file. [COLOR="Red"]Note:[/COLOR] the java is a non-servlet java kindly share your ideas with me | |
Hi, I have the following javascript: [CODE] <script language="javascript" type="text/javascript"> // Global variables. var numSeconds; var timerId = null; var timerInterval = 1000; var numUpdates = 0; // Handle OnLoad event. window.onload = Window_OnLoad; function Window_OnLoad() { StartProcess(); } // Starts the process for updating the Map. function StartProcess() { … | |
I need help with the following page: [url]http://www.nemesisproject.com/sisemenproject/index_dev.html[/url] When the splash image loads and a user clicks on it it should fade out. I want the file folders that then appear to appear in the center of the page and stay there. However, currently they appear where they are supposed … | |
Can somebody help me on how to copy and paste a javascript from another site? I've have been trying to copy a dynamic combo box with multiple options to my page and when I paste it to the page and click the button "search", the button also is from the … | |
Hello friends, I got a problem while trying to hide and display the content within the <div> tag. Can anyone tell me how to do it. I tried with the following code its not working. i am using IE only and i want to work in IE only. Actually while … | |
Hello List! I'm having a little problem w/ getting my select box populated... I'm passing in a 'LocationID' to this page and need to write a function to take that LocationID and populate the select box when the page is loaded. Here's my onload: [code] <body topmargin="0" leftmargin="0" onunload="Javascript:closeWindows();" onload="loadTopSVGVariables(document.forms[0].LocationID);loadBottomLocationID(document.forms[0].LocationID);"> … | |
Cross Browse Marquee II I'm intend to use it in 4 differents spot with 4 different content in the same page. Can some one help me ? Thanks, | |
Hi All, I want to embed a flash player content from a website in my own blog(wordpress.com) how to do this can any body explain... Thanks in Advance.. | |
Hi All Java Gurus, I am a newbee in javascript. can anybody please guide me how can i use cookies to track user visits? I want to track what links users are visiting and to show them these links on their next visit. Can you please tell me how can … | |
there is a combo box in my form.when i am selecting an item in the combo 1 contrl(textbox) to be diplayed.when i am selecting other item in the combo textbox to be disappeared. i dont want to refresh the page can any one help me | |
Hi, i m using jsp pages for my web applicaion. In that i m using that when i select a drop down for country list it should automatically brings the appropriate state from the database for the country without page reloading using ajax. how to do this ,please anyone send … | |
Hi, Friends In some websites i have seen that in a website called mginger.com in that invite tab when i keep a mouse over the Text field in the right hand side of it shows that please enter the name in a layer .It looks very nice .My friend says … | |
Hi, Friends In some websites i have seen that in a website called mginger.com in that invite tab when i keep a mouse over the Text field in the right hand side of it shows that please enter the name in a layer .It looks very nice .My friend says … | |
CSS class not applying properly I have created som code that allows a user to create an object by clicking a button. It's working fine. However, I have a CSS class called "draggable" (which makes the object draggable). If I apply the class to a hand-coded object: [code] <form action="#"> … | |
Hi, Can anyone offer guidance on how to implementthe following: I need to capture the browser window size and vertical scroll position. And then pass these variables into Flash every time the browser window is scrolled. Thanks in advance. | |
please help with a java script that will not allow a textbox to enter any characters while typing.. It will only allow digits | |
Hi pros, I am new in programming, so please help me with this..... I am have a website & am trying to put an embedded slideshow in an iframe... but the user can choose the slideshow from a dropdown list.... I managed a code that works on URL links but … | |
Well to start off, I'm new to javascript. I've been reading books and tutorials for the last week or two and trying to get a hold on things. So my concept of the lingo is still fairly new. I have, however, managed to create a very simple drop down menu. … | |
hi guys, well i have created a repeater control and have made it expand on mouseover by using javascript , also i have returned the value of an id in a label on mouse click. i want to make the datalist on the page visible ob this click and also … | |
hai, Its very urgent.can somebody tell m,how to add two textboxes and then display the result in the third textbox ,using keypress -in javascript.... regards.... | |
I am trying to create a program that will disable an equipment after a priod of time. To disabled the equipment, a user would use our web application to set the time span before the equipment would be disabled. I first tried to accomplised this by using an AJAX method … | |
Hi plzz help me i have make some animated banners and i want when every one want to see my banners so that first appear input field when type domain name then banner started and show the domain name on banner.. | |
Hi All, I want to embed a flash player content from a website in my own blog(wordpress.com) how to do this can any body explain... Thanks in Advance.. | |
<!doctype html public "-//w3c//dtd html 3.2//en"> <html> <head> <title>Doctor Web Snake Oil</title> <meta name="GENERATOR" content="Arachnophilia 4.0"> <meta name="FORMATTER" content="Arachnophilsubscribeia 4.0"> <link type="text/css" rel="stylesheet" href="drwebstyles.css" /> <script language="javascript" type="text/javascript"> <!-- /* File: drWeb_dis.v4b.html Author: Diane Forkin Date: 23/9/2007 Purpose: Dr Web Validate Form and all entries */ //function for submit button … | |
Hello, I am new to javascript and am aware that this topic is well documented, but not in the way I need the script to work? I am able to show/ hide a div using the the following: function toggleMe(a){ var e=document.getElementById(a); if(!e)return true; if(e.style.display=="none"){ e.style.display="block" } else { e.style.display="none" … | |
can somebody please show me how to make images clickable thumbnails of uniform size for an image marquee? |
The End.