15,700 Topics

Member Avatar for
Member Avatar for thosecars82

Hello there I would like to ask you what general approaches you know to carry out the task of adapting the css which works well for firefox, to make it work the same in explorer or other particular browsers which might raise problems. For example, if you take a glance …

Member Avatar for MidiMagic
0
87
Member Avatar for alexhernandez

Hi all, I'm just wondering..... Is there any way to know what variables are associated to a given kind of data type or class (when using prototype for example)? Let me explain. if I have: // Javascript: var myVar = new Array(); var myObj = new CustomPrototypeClass(); So, in some …

0
70
Member Avatar for rhand

I have a JavaScript that makes images float in the background as soon as you move your mouse pointer over the browser screen. I got this script from the maker of the old site, who I cannot contact anymore. The problem is that every time an image is about to …

0
77
Member Avatar for still_learning

Hi guys, I am using an area shape map to designate cooridnates on my page for my tabs. So that when I click on the tab "about us" it will go to the about us page and when I click on "contact us" it will go to the contact page …

0
81
Member Avatar for kevin wood

i have created a page which has an iframe held on it i now what to post the data from this iframe and make it available to my other php page. I have researched this a bit and found out it can be done using javascript. the code i have …

Member Avatar for kevin wood
0
103
Member Avatar for diririck

I hardly have any experience in programming.... a bit with javascript. Now I am trying to make a form in which I want to force the input to be in a specific way. No special characters and only uppercase. I manage to get only 1 of those or uppercase or …

0
48
Member Avatar for rhand

I have been working on a [URL="http://www.onboardcouriers.eu/verhoijsen/"]Wordpress theme[/URL] for some time now. I got a javascript from the original website. I import it into the Wordpress header.php. But it does not work at all. No floating images as I move my mouse. Nothing at all. Firebug gives me this error: …

Member Avatar for rhand
0
114
Member Avatar for nishanthaMe

Hi all I have a div elent like this [ICODE]<div id="content" style="width:200px;height:125px;overflow:auto;color:#000000"></div>[/ICODE] I fill the div with text dynamically and scroll bars appears. But I want to show tha latest data which fills the div with out scrolling (otherwise the user have to scroll to see the latest data ) …

Member Avatar for nishanthaMe
0
143
Member Avatar for Inny

My script resizes images (yes, client side! No, I dont have access to do it server side!) When a topic is posted with alot of images, The script sometimes resizes before all the images load, resulting in images loading after that which are not resized. How can I ensure the …

Member Avatar for Inny
0
234
Member Avatar for thosecars82

Hello there I am stuck with this problem. I know how to use the four graphics corresponding to the four states of the button (with curvy corners) which I want to use in a menu. Nevertheless, the problem comes because I want the length of my button to be variable …

Member Avatar for MidiMagic
0
72
Member Avatar for still_learning

Hey guys, I am trying to overlap some layers in html and I have done so using absolute positioning and it looks fine using internet explorer. BUT, when I try and view the page using Safari or Firefox, the layers are overlapped but not in the correct place. In other …

Member Avatar for still_learning
0
127
Member Avatar for RFBourquin

How can I link to another URL when my web page opens without clicking on "link"? I'm just learning html and understand how to link using the anchor and href. Example: [code=html]<html> <body> <p> <a href="http://msm/com"> Click Here </a> </p> </body> </html>[/code] How can I get my webpage to open …

Member Avatar for RFBourquin
0
306
Member Avatar for Paulxh

Can a table written in HTML be floated as an element, as in image <img src=".."> I am trying to have several small blocks of text, seperated within borders that the text withing the box or group can float depending on screen size. I don't know how to do this: …

Member Avatar for Paulxh
0
108
Member Avatar for adiga

hello i have a project and must turn in a few days its abot java script.. if anyone have a simple simple codes or a finish project who can give it to me ... im talking about simple codes like window.prompt ... alerts.. background color .. images.. thanks [I]<<email removed>>[/I]

Member Avatar for Traicey
0
74
Member Avatar for jaden403

Is there a way in JavaScript to add a footer to the bottom of each page that says something like "Continued on next page..." when the user prints the document? I know that the footer is generally controlled by the client's browser, and am not trying to get rid of …

0
71
Member Avatar for kitsune

Hi, I want to show a login pop up window that has the username and password, I want it to be like the prompt. Can anyone help....

Member Avatar for Traicey
0
100
Member Avatar for infernodeep

hi there could any one solve this problem for me plzz..... In my site iam generating multiple textfields and i need to wite validation for that [CODE] function valid(){ for(var i=0;i<4;i++){ if(document.getElementById('d'+i).value == ""){ alert("not empty"); return false; } return true; } } [/CODE] [CODE] <form name="f1"> <input name="cc1" id="d1" …

Member Avatar for Traicey
0
81
Member Avatar for Visualogic

this is what i am trying to do. Write a simple program that do the following: 1. Accept user input for date in format of (YYYY-MM-DD). 2. Validate YYYY, MM, DD are number. 3. Validate whether this input is a valid date. 4. Print a monthly calendar for the month …

Member Avatar for Visualogic
0
95
Member Avatar for fluffythebunny

I came across this script. I wrote it sometime ago. It writes out two different id coordinates. Just thought I would put it up. Right click for source its pretty easy to modify. [URL="http://www.stupidharold.com/Dani/mouseover4.htm"]http://www.stupidharold.com/Dani/mouseover4.htm[/URL]

Member Avatar for fluffythebunny
0
73
Member Avatar for still_learning

Hi, I have created a website that has a page where you can drag layers around to different areas on the page. Is there any way that I can find the new coordinates of a layer after I drag it? What I ultimately need to do is store the coordinates …

Member Avatar for still_learning
0
154
Member Avatar for tanha

Hi everybody, I am using a java script function which redirect to the page according to the given parameter, and it is working as desired in IE, but I found that it not work with Firefox browsers, so some one plz guide me how it is possible to have the …

Member Avatar for ~s.o.s~
0
121
Member Avatar for rene_maassen

Before uploading files via a HTML-form, I want to do some client-side validating. E.g. to check the filesize of the file selected by the user to upload. Filesize should be,say, between 5MB and 50 MB. My 'feeling' says there should be such an instruction in Javascript, but I can't find …

Member Avatar for t-servi.com
0
90
Member Avatar for Jahira

hi all, i need javascript function to validate the Date of birth field...it should check,leap year condition and also the year should nt be the future one.. Thank u...

Member Avatar for Traicey
0
95
Member Avatar for mosh

Hi There. I'm new in java script , and I want to know somthing in it. I'm asking if i have a variable and i want to know the data type for the data in it. I'm not sure if you understand me well , but i will give you …

Member Avatar for digital-ether
0
132
Member Avatar for mikki2

hi, i am trying to put an image into the title. i mean like daniweb's title icon is the blue "db" and google's "G", you know...the image in the location bar? sorry i dont know how to explain it properly cuz i dont know what it's called. Thanks

Member Avatar for mikki2
0
125
Member Avatar for nishanthaMe

can we use javascript inside css classes, Because I want to get the browser window width to the css width atribute. Thanks

Member Avatar for MidiMagic
0
140
Member Avatar for narutosan_22

I want to know when the monitor of the user is off so that I can play a sound instead of making an alert. I know you can help :) Thanks.

Member Avatar for pritaeas
0
36
Member Avatar for sampathw

Hello, I'm developing a web theme. Before the last div tag(Which simply has an image), I have added a java script which is calling a remote server for an image output. the last div tag image doesn't get loaded until the javascript execution completes. Please let me know a way …

Member Avatar for sampathw
0
119
Member Avatar for fluffythebunny

I was going to take a look at learning ajax. Using php but my server doesn't support php. I used sql and asp access 2000. From 97-00. Got so burnt out I didn't touch another computer Until feb 2007. So anyway back to javascript then. I have this script that …

Member Avatar for Luckychap
0
96
Member Avatar for priyala

HI, I would like to know if there is a way to write data to a text file from the HTML controls in a website creation. If so please explain how to go about it Thanks, Priya

Member Avatar for allen.jes
0
87
Member Avatar for cariocgl

------------PART ONE------------------ [code=syntax] if(navigator.appName == "Netscape"){ xmlHttp = new XMLHttpRequest(); xmlHttp.open("GET",xmlfile , false); xmlHttp.send(null); docObj = xmlHttp.responseXML; var objNodesname = docObj.getElementsByTagName("name"); }else{ var docObj = new ActiveXObject("MSXML.DOMDocument"); docObj.load(xmlfile); var objNodesname = docObj.getElementsByTagName("name"); } [/code] ------------PART TWO------------------ [code=syntax] for (i = 0 ; i < objNodesnames.length ; i++) { if(navigator.appName == …

Member Avatar for cariocgl
0
75
Member Avatar for vganeshvenu

Hi All, Can any one help me out by giving the code for javascript calendar. Thanks in advance.

Member Avatar for codebreaker
0
117
Member Avatar for fluffythebunny

I been seening ajax all over the place. The only time I have used is in the news feeds script I got from dynamic drive. The first question I have, is do you need to have a database dns sort of thing to be able to begin learning it. Where …

Member Avatar for KenK
0
116
Member Avatar for fluffythebunny

I am wanting to learn more about ajax. But I don't know if you need a database the server to be able to learn it. Since I don't have one of those. I am not sure if I should move on to something else. Where would be the best place …

Member Avatar for fluffythebunny
0
61
Member Avatar for farahphp

Hi there i have a window(A) which has a button which when clicked opens a new window(B) which is for authentication tht is for username and password once the username and password r validated a new window should open in the first window(A) how can i achive this please help …

Member Avatar for Will Gresham
0
82
Member Avatar for kained

I am making a google map as part of a university project. [URL="http://intweb.tech.bcuc.ac.uk/~20318219/project/index.php"]here[/URL] and am having a few problems. Basicly for some reason my markers are not appearing as i don't think my array is being read. Using the firebug plugin i am getting the following error message: markers is …

Member Avatar for kained
0
102
Member Avatar for forzadraco

how to make sorting field in table based on alphabetical sorting descending-ascending.. can anyone give a link tutorial that?

Member Avatar for zarawebfx
0
64
Member Avatar for fatnjazzy

Hi, i need to buld an application that goes to a PHP (over ajax) and gets currency quotes every 1 seccond. (I have set the PHP code and its working fine). if you take a look at the table in the next page: [url]http://www.forex-markets.com/quotes_exotic.htm[/url] ([B]just an example[/B]) i need to …

Member Avatar for Luckychap
0
121
Member Avatar for scottholmes

I was recently given a criticism that a project of mine seems to be designed for "small screen". This is true as most of the work has been done on 17inch screens. I need some general advise and suggestions on what I should be most concerned about: fonts, iframe sizes, …

Member Avatar for Luckychap
0
67
Member Avatar for fluffythebunny

I have been back at scripting for about a year now. I first learned basic 1.1 back in the 80's. Now I have the IQ of a house plant. The only way I have been able to learn javascript. Is to see some easy code and play with it. So …

0
48
Member Avatar for web_master

Javascripters plz help I have made a little slider below(not perfect i know)....and i have some bugs in it...... help me debug them plz i want 'marq_box' to hide as soon as height of 'slide_box' is less than 219px. therefore i made the function hideInnerSlide(); which ofcourse is wrong that …

Member Avatar for web_master
0
127
Member Avatar for hidash_in

hi all, i need to open indesign, framemeker, pdf files using java script. i have tried in many ways but i cant get the result. pls help me. thanks in advance hidash.

Member Avatar for ~s.o.s~
0
179
Member Avatar for angela1978

Hi all, I would like to get some help with something i would like to see working. It's hard to explain but i'll give it my best shot. I want to retrieve the result from a DB by selecting multiple selections in 2 or 3 or even more select boxes. …

Member Avatar for RoryGren
0
112
Member Avatar for fluffythebunny

I have made a mouseover layer menu. Click on the link to keep it open. The only way to close the layer is to reload the page. Is there anyother way to do it. link to script. [URL="http://www.stupidharold.com/dani/clicktokeepopen.htm"]http://www.stupidharold.com/dani/clicktokeepopen.htm[/URL] Page trying to fix. [URL="http://www.stupidharold.com/Harold1/acessScripts.htm"]http://www.stupidharold.com/Harold1/acessScripts.htm[/URL] I have another question. I am running …

Member Avatar for Luckychap
0
73
Member Avatar for chrbar

Hello, I would like to use ThickBox script in my Web page ([url]http://jquery.com/demo/thickbox/)[/url], but this script is supported on Safari 2.0.4+ and my Web page has to be compatible with Safari 2.0.3 too! Do you know a script which detects browser version? A script which allows to use a specific …

0
49
Member Avatar for Aeneassan

I get flickering images when i use this code for an image rollover change, i used the same code on a different website a while back and it worked but now i only get a flicker instead of the second image... If anybody knows why please respond :) (website where …

Member Avatar for ~s.o.s~
0
132
Member Avatar for theausum
Member Avatar for peter_budo
0
75
Member Avatar for web_master

Professional javascripters plz help or illl be screwed at work.....plz guys..... I have made this sliding div....but i am having a big problem.....i dont want the div to appear in the first place....but in the code below its is already open when the page refreshed....I want it to open when …

Member Avatar for web_master
0
106
Member Avatar for jetru

I'm using sIFR ([url]http://www.mikeindustries.com/blog/sifr/[/url]) in a website along with some javascript. The javascript makes the sizes of the two divs equal. And the javascript is run on window.onload. The problem is the sIFR seems to get rendered AFTER the scripts specified by window.onload. This means that the divs are made …

Member Avatar for ~s.o.s~
0
63
Member Avatar for still_learning

I was just wondering if there is anyway to do an AREA SHAPE COORDS with an onClick without using an image. For instance, I want to basically be able to click on the page somewhere (not on an image) and be able to do an onClick. Is this possible at …

Member Avatar for ~s.o.s~
0
101

The End.