15,120 Topics
| |
Hi guys, i'm new to JS and need a little help on this issue of mine..... i'm trying to popup a confirm dialog box whenever i close my browser window,the problem is that i'm able to do this in IE but i'm having problems when i'm using firefox.i'm doing this … | |
Greetings, I need help with the javascript below. So far, I am able to pass the date through a pop-up calender and this script receives the date in format of "28 Aug 2006 11:47 PM" as a string. I then split the string and take each field for further processing. … | |
hey all, i was wondering if anyone has the code for "Alternating backgrounds", i dont know if that is the term for it, but its where you load a page, and the background is differnt everytime you load that page, do you follow?, well im very new to html and … | |
hi i am new in javascript, can somebody please assist me on how to to this validation: starts with ZPR 11 characters(the rest will be numbers only) total of 3 characters and 8 numbers thank you for your time guys. | |
Is there ANY method to delay the loading of 3rd party javascript advertisements until the rest of the page has finished loading? When my ad server gets sluggish, it delays the output of my site, which is killer. And yes, I already know about using position:absolute to place the JS … | |
hey. I'm trying to get a grasp on XML for use with AJAX. here is my code. what i want to do is grab the stuff between the 'content' tags, and display it. then i want to take the stuff between the 'script' tags, and eval it (so it will … | |
Hi, This is the first time i am posting any thread.Please let me know where i went wrong in posting my problem. PROBLEM:-I am having 2 calenders - one is from_date & the other is to_date.The difference between the two dates which i select in the respective calenders (from_date:-06/08/25 , … | |
Holla I am using AJAX to load content into a section of my website. I would like the content that is loaded in to execute some javaScript. However, when i simply include it in the response, it doesn't get evaluated. Say i request a page, test.htm. That page includes ONLY … | |
a question about javascript. I have found out how to get a random picture every time you push a button (without refreshing the page). Is it at all possible to do that with soundfiles, (and how)? I have tried i feel like everything but i can't get it to work. … | |
I don't know how I can execute an event of Javascript into a link in a program in Perl. This event of JavaScript have executed a function that return a HTML page. Anybody know how I can it? Is it possible do it this?: $datos=$datos."<a href='" . $me . "?C=OFERTAS2&EMPRESA=".$empresa_param."&NREF=".$nref."' … | |
Hello all, I previously attempted to attach an ActiveX.dll control to my form in VB2005 and VB6 without success. When in VB6 the control reference is made and I am able to place the control on my form, however, when I run it the IDE crashes with a Window Error. … | |
Hi everyone, I let a friend use a directory on my website for his art e-zine. He emailed me this morning because he's having trouble getting 2 forms with the same javascript to work on the same page. I really don't know anything about javascript, though (neither does he), and … | |
Hi, Good Morning. I wanted to slice one image to tiles and i got a script for it. I did not had a photoshop so I got Photoshop CS2 Version 9.0. This script was working fine but it says error over a copy command. [code] // We make sure our … | |
Very new to Javascript, so don't kill me - just need it to work... Want divs to be visible based on which radio button is selected. Code works exactly as needed in IE. FF and Opera both show the first div, but do not toggle. [code] <style type="text/css" media="all"> label … | |
OK...here's the background: I want to use javascript to write a CSS dropdown menu. Since I want to be able to float the menu to either the left or the right depending on the site I am using it on, I need to grab the float value (either right or … | |
Hello all. I am trying to write an SSJS application to process the submissions from a form on my website. I downloaded the Mono .NET compiler, which has a JScript.NET compiler in it. I believe JScript.NET is a superset of Javascript (and my host has a Javascript runtime engine) so … | |
I used Macromedia Fireworks to create the code for the image behaviors. (i.e. mouseover the thumbnail, the images changes like a regular button and once the thumbnail is clicked another image should show up in the large main black square to the right) They work fine locally in both Fireworks … | |
can anyone pls fix up the problem Regvalidate.asp page coding : <% MyFirstName = Request.Form ("login1") MyLastName = Request.Form ("login2") MyUserName = Request.Form ("login") MyEmail = Request.Form ("email") MyPassword = Request.Form ("password1") MyGerder = Request.Form ("gender") MyDateofBirth = Request.Form ("login3") MyAge = Request.Form ("login4") MyCountryofResidence = Request.Form ("countryofresidence") MyMaritalstatus = … | |
i have 5 fields that show a numeric amout. dem2textbox.text iif2textbox.text fir2textbox.text fab2textbox.text net2textbox.text vb.net allow me to format the value from example 1000 to 1,000 using this code. wn = iff2TextBox.Text iff2TextBox.Text = wn.ToString("N0") fields names below shortened for example. my javascript gets run any time iif2, fir2 or … | |
Hello fellow web designers. I used Dreamweaver to place a rollover image on one of my web pages. It uses Javascript. When I looked at the code it had written, it includes the following null hyperlink on the image: [HTML]<a href="#"><img src="rochfest-logo.gif" onmouseover="stuff" onmouseout="more stuff"></a>[/HTML] Is there any chance this … | |
Hello everyone. Does anyone know if it is possible to redirect a browser with Javascript? If it is, could someone please give me a clue as to how it is done? I have searched the w3schools tutorial where I started learning Javascript but can't find anything on this. Any help … | |
I am new to this whole Javascript world being primarily a comedy writer. I pasted Photoslider II into my website and it worked fine but when I add additional Photosliders (same code) everything gets screwed up. I know this is due to duplicate variables but I don't know how to … | |
Hello everyone. I recently launched the website [URL="http://www.rochfest.co.uk"]http://www.rochfest.co.uk[/URL] to help promote Rochfest. Please check out the site if you get time. What I wanted to ask is, is it possible to launch pop-up windows using javascript? If it is, how is this done? If this is not possible, do you … | |
Okay so I looked everywhere and thats why i ended up here hoping u guys could help me.So recently my computer got all this spyware crap and i had to basically completely clean up the computer and when i did and was finally able to get on the internet again … | |
how to include javascript in new window using window.open code | |
Hello, The title pretty much describes the problem I'm having. Right now, I've got a <table> with two <tbody>s in it; the first one is visible (display:inline) and the second one is invisible (display:none). The first one contains a button, the second one several form fields. Pressing the button hides … | |
[LEFT]Hi, I am not new to ASP and c# but fairly new to Javascript. I have a Datagrid with a button column and a text column. The button is linked to a Javascript which when pressed prompts the user to enter a number. Upon entering a number and clicking 'OK', … | |
Hi there, i retrieve a data set from a mysql database and i store it in a javascript array. What I cannot figure out is how to provide users with a drop down menu with two options and based on what they select, different records from the data set will … | |
Hello DaniWeb members, I've just joined up and I would like to have one of my problems solved. I'm still a begginer at JavaScript coding so my request may seem a be easy for you guys to answer so here it is: I have a JavaScript code and I want … | |
Hello everyone: How to correct this javascript UNDER Mozilla Firefox?Or is there some fungible ways?I need your help,thx! => var divColl = document.all.tags("DIV"); |
The End.