14,053 Topics

Member Avatar for
Member Avatar for carthick6

Hi.... can ny do this help for meee...:rolleyes: the first page shld contain username and password...and in that register.. the register options shld be jus username,password,email-id... if he entered correct username n passsword then it shld go in to another web page....for example it shld connect to som site [url]www.example.com[/url] …

Member Avatar for tgreer
0
99
Member Avatar for sham
Member Avatar for tgreer
0
236
Member Avatar for Mushy-pea

Hello everyone. I'm trying to write some Javascript code to make a logo on my website flash periodically between two differently coloured versions (i.e. a simple "swap image - restore image job). Here is a simplified version of what I am attempting, with no loops added yet: [code] <html> <head> …

Member Avatar for kgweb
0
137
Member Avatar for levisc

In firefox 1.5.0.7, when I load the maps.google.com/maps web page, the map does not show. If I view the Javaconsole I get the following error: Error: [Exception... "'Permission denied to set property XULElement.selectedIndex' when calling method: [nsIAutoCompletePopup::selectedIndex]" nsresult: "0x8057001e (NS_ERROR_XPC_JS_THREW_STRING)" location: "JS frame :: [url]http://maps.google.com/mapfiles/maps2.63.js[/url] :: oa :: line 1172" …

Member Avatar for hgltd
0
74
Member Avatar for AniruddhaKelkar

Hi, I am facing a strange problem.... I have a datagrid in which has a few textboxes. 1 of these text boxes is un-editable (it is a computed value). The computations for that textbox have been done using javascript. In the asp page the value is taken using Find Controls. …

Member Avatar for AniruddhaKelkar
0
95
Member Avatar for ljCharlie

I like to know if CSS can be used to highlight the CSS nav menu if the current page is the page that the menu links to. For example, the folowing code is my side bar navigation menu. [code]#lftSideMenu { float: left; width: 165px; margin: 0 0px 0 0; background-color: …

Member Avatar for hgltd
0
122
Member Avatar for charter

I'm not sure if this is the correct forum but I need your help please. I have visited some websites and instead of them having normal pop-ups they have overlays. Are they created using CSS, Javascript, Flash or what? Could someone please point me in the right direction as to …

Member Avatar for FC Jamison
0
91
Member Avatar for Mikeish

Hey guys I have a slight problem... You see I've got a menu that I attained from the internet. The code that I believe is relevant is located here: [url]http://paste.uni.cc/9962[/url] An example is here: [url]http://216.203.126.252/IHS/[/url] What is happening is that the menu will not drop down. I believe is it …

Member Avatar for Mikeish
0
66
Member Avatar for DanaNVB

I'm new to Javascript and could use a bit of advice. I''m looking for a simple way to call a Disclaimer message on a link outside our site.. ... I have tried using the confirm mesage but it still goes to the outside link when someone selects cancel. Can anyone …

Member Avatar for tgreer
0
52
Member Avatar for AndrewSmith

Hi guys.... I am having trouble changing the color of the LEFT border in a table. i'm using the following javascript: [code] document.getElementById("cell1").style.border-left="3px red solid"; [/code] cell1 is the correct id of the table cell. If i take away the "-left" part in "border-left", it will change the border of …

Member Avatar for FC Jamison
0
198
Member Avatar for jeadeb

Hi there all I am in the process of developing a knowledgebase.. I have some cool click and copy script but it doesnt allow me to format the text that is copied so that I can copy an already fromatted email.. for example: Hi, thank you for contacting us, blablablablablablablablablablabla …

Member Avatar for tgreer
0
461
Member Avatar for fuehrer

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 …

Member Avatar for mostafadotnet
0
108
Member Avatar for Gravis

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. …

Member Avatar for Gravis
0
207
Member Avatar for BT2005

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 …

Member Avatar for sjaak
0
523
Member Avatar for darylcharm

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.

Member Avatar for anuradhu
0
112
Member Avatar for Dani

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 …

Member Avatar for Sailor_Jerry
0
140
Member Avatar for AndrewSmith

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 …

Member Avatar for Sailor_Jerry
0
100
Member Avatar for top

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 , …

Member Avatar for FC Jamison
0
80
Member Avatar for AndrewSmith

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 …

Member Avatar for Sailor_Jerry
0
336
Member Avatar for krakselikrox

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. …

Member Avatar for grunge man
0
221
Member Avatar for nicekitty

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 …

Member Avatar for FC Jamison
0
120
Member Avatar for hbmarar

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 …

Member Avatar for hbmarar
0
394
Member Avatar for Beards247

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 …

Member Avatar for Beards247
0
184
Member Avatar for FC Jamison

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 …

Member Avatar for FC Jamison
0
217
Member Avatar for Mushy-pea

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 …

0
80
Member Avatar for crr0617

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 …

Member Avatar for iamthwee
0
86
Member Avatar for sqlchopper

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 …

Member Avatar for sqlchopper
0
192
Member Avatar for Mushy-pea

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 …

Member Avatar for FC Jamison
0
107
Member Avatar for Mushy-pea

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 …

Member Avatar for Mushy-pea
0
131
Member Avatar for ComedyFarm

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 …

Member Avatar for ComedyFarm
0
115

The End.