15,127 Topics

Member Avatar for
Member Avatar for sgriffiths

Hello I have a web page which has a drop down menu. I want the user to select an option from the drop down menu, then click submit. This will then activate my php script and select data from my MYSQL database and populate the fields. How do i action …

Member Avatar for digital-ether
0
144
Member Avatar for narsto

[<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" <head> <title></title> <style type="text/css"> .nodisplay{ display: none; } </style> <script type="text/javascript"> <!-- var theElement; theElement = document.getElementById("test"); theElement.className="nodisplay"; --> </script> </head> <body> <div id="test"> CSS Rules in Action </div> </body> </html>] I want this text to disappear, but I get object theElement is …

Member Avatar for digital-ether
0
84
Member Avatar for Spycat

Hi all, I am having a problem with the contents of my page breaking thru the bottom border of my page. It looks fine in Explorer (that's a turn-about, eh?) but at 800 x 600 or lower, in Firefox it breaks. Anything I am overlooking? Thanks :confused: The URL: [URL="http://www.chocolatelover.net/"]http://www.chocolatelover.net/[/URL] …

Member Avatar for tgreer
0
229
Member Avatar for bazmanblue

hello im trying to get my div layer to align so that it centers on the browser so it doesnt matter about the size of somones browser it will always be centered on the page. i have tried [HTML]<div align="center" class="style1" id="Layer1">[/HTML] but this doesnt seem to work when i …

Member Avatar for bazmanblue
0
524
Member Avatar for Mushy-pea

Hello everyone. A few weeks ago I finished programming a javascript drop down menu system for my website. When I had ironed out the bugs it worked fine in IE 6. Later I got Opera 9 on my computer and the menus don't work in it. In fact, my pages …

Member Avatar for Rhyan
0
115
Member Avatar for aparnesh

I have a single form in my web page. The Form is defined as [Code] <FORM action="somepage.asp" method="post" id="Form1" > <INPUT TYPE="Text" Name="txt1" id="txt1" size=5 > </FORM> [/Code] In a javascript function, when I am writing document.Form1.txt1.value = 5 ; I am getting an error "document.Form1.txt1 is invalid or null". …

Member Avatar for aparnesh
0
81
Member Avatar for rachaelmom

Hi, I am using a CSS hover menu (with a IE fix) to navigate a website. It is working fine in all browsers except for Opera for Windows (and possibley old version of NN). What happens is the menu opens up and works fine unless there is other html that …

Member Avatar for BudBrocken
0
128
Member Avatar for rachaelmom

Hi, I have a PHP/Javascript page and I need to POST code to the same page in which it is posting from. It posts correctly and PHP picks up the information but the javascript code that deals with certain objects won't run again. I actually have to POST to the …

Member Avatar for rachaelmom
0
61
Member Avatar for Crumbs

Hello, I'd like to do something in my site's FAQ section. I'd like people to see the questions, and when clicking them, the answers will appear beneath them. This is done on many sites (I don't have a specific example), but I don't know where to look for such a …

Member Avatar for tgreer
0
63
Member Avatar for pentasoft4u

Hi Anybody can resolve my request for printing the webpage using javascript without asking for print dialog box properties , directly using the default printer setup in our local machine. Please revert back if any concerns. Regards, rathna

Member Avatar for aniseed
0
106
Member Avatar for Peggy

I need someone to point me in the right direction or just hit me over the head and tell me what I need to do. I feel comfortable doing the html coding - javascript is not my friend as of yet -- but I am working on that. The other …

0
61
Member Avatar for Exelio

hi guys, I need to create an image with a plain background and a color.and in that ,i need to bind a text and an logo. The text and the logo(a jpg file) are dynamic. How can i do this in javascript? Hope I am clear with the question..... Plz …

Member Avatar for tgreer
0
88
Member Avatar for big dummy

All of a sudden my internet explorer 6 will not display any css attributes. Neither on the web nor locally. Any info on this would be greatly appriciated.

Member Avatar for big dummy
0
137
Member Avatar for NuGG

I want to print a html file by clicking on a hyperlink/button in a small popup window. I already have the popup that is not the problem, i was just wondering if this script can be modified to print the main window from the popup. [CODE]<!-- Begin function printWindow() { …

0
89
Member Avatar for flub

Hi All, I wonder if any Javascript experts can help me. I have the following code on my site which create a rotating graphic in the header every time the page loads. This works great. However what I want to do is to change the way it works slightly so …

Member Avatar for flub
0
117
Member Avatar for NuGG

I want a ".doc" file to be printed when you click on a hyperlink, however so far all i have been able to print is the page on which the link is situated, and not the doc file. Im using this script: [CODE] <!-- Begin function printWindow() { bV = …

0
96
Member Avatar for CooperDee

Hi everyone, I've been trying to pass a parameter to my popup window but I still can't do it. I think that I am close because a browser window opens but it's a "Page cannot be found" page. Can you tell me what I'm doing wrong? Do I need the …

0
69
Member Avatar for NuGG

Ok, ive created a login script and i have saved it as login.js. See below: <SCRIPT LANGUAGE="JavaScript"> <!-- Begin function Login(){ var done=0; var username=document.login.username.value; username=username.toLowerCase(); var password=document.login.password.value; password=password.toLowerCase(); if (username=="someone" && password=="something") { window.location="page.htm"; done=1; } if (done==0) { alert("Invalid login! (try lower case)"); } } // End --> …

Member Avatar for tgreer
0
462
Member Avatar for RiverKqj

Hi everyone could anyone find or know the code for the above? I've looked but can only find it for add to fav's. Any help would be great.

Member Avatar for GreenDay2001
0
154
Member Avatar for noman78

Dear All i am totally confuse in how to explain the issue. i will try i am web master of one site [URL="http://www.makepakistanbetter.com/why_how_what_forum.asp?GroupID=5&Group_title=Pakistan&ArticleID=351&Article_Title=Burney’s%20concern%20for%20thousands%20underage%20missing%20jockeys%20in%20Dubai&ArticleFName=350-2-5.html"]www.makePakistanbetter.com [/URL] if you check this link,there is one issue you will be seeing there this txt 1 "Burney’s" but this is not what i entered. in the …

Member Avatar for SnowDog
0
138
Member Avatar for hasleweb

Hi All, First post here - so high hopes! I have created a rollover button that I want to use as a print button in DW MX but when I add Javascript print button code it doesn't work on my rollover. Can it be made to work or is it …

Member Avatar for GreenDay2001
0
231
Member Avatar for lpyyceb

Hi, I've been having major problems with my Internet Explorer for a while now. Anything that is a popup or requires JavaScript simply will not open- I've tried downloading Java and it doesn't make any difference, as well as fiddling about with my Internet Options. There was a website recommended …

Member Avatar for stymiee
0
39
Member Avatar for EnderX

I have two questions, somewhat linked together. I'm trying to create a webform, and for a few pieces of it I'll need to be able to enter descriptions into a field. I've been requested to make the fields in question larger, much like the reply-box field here, so as to …

Member Avatar for SnowDog
0
154
Member Avatar for mim3

ok i got a lot of question what i need to have to use java scripts whats css scripts how do i use it and what i need to have to use it html: when i made a script how do i make a site with it exemple: [URL="http://www."]www."********".com[/URL] like …

Member Avatar for GreenDay2001
0
185
Member Avatar for AtulKulkarni

Hello Everyone, I want to write a code in ASP where on a button click, a function(wrtten in eighter java or vb script) will be called . The function will execute a stored procedure which will be used to insert and delete records in a SQL database. I wanted to …

Member Avatar for GreenDay2001
0
80
Member Avatar for AndrewSmith

Hi Guys. Hope i'm in the right forum. I'm using something called SWFObject to load in my activeX controls(flash objects). Its working great, except for as soon as I call a javaScript function from a page that has flash on it, the flash unloads. Yeesh. Any ideas?

Member Avatar for GreenDay2001
0
81
Member Avatar for DNRSmitty

How do I create a list box (pulldown menu field) that will allow the user to type in their own answer if it is not included on the list. If you know please give an example of code. Is this possible in asp or Javascript?:rolleyes: Thanks.

Member Avatar for GreenDay2001
-1
89
Member Avatar for shaun09

I need to come up with a leave application script. For example i have 21days of annual leave. The actual amount will be taken from a database. If i select today from the drop down box and one week later in the other drop down, the script will automaticall minus …

0
77
Member Avatar for praseena

How can i get a selected value from combo box ? i used combo.selectedItem.But it is not working.will u pls give me a solution for this

Member Avatar for sn4rf3r
0
112
Member Avatar for mikel_2006

Hello Everyone, I am having quite a problem with a program I am trying to get working. I am trying to make a marks tracking program using an array that has an array of strings 3 elements long called Names. Has a 2D array of integers 3 * 2 elements …

Member Avatar for FC Jamison
0
83

The End.