15,700 Topics

Member Avatar for
Member Avatar for usagiyuri

Hello, Im having trouble getting a button to link to a banquet page, I know its probably somethign simple but i cant seem to figure it out DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> [code=javascript]<HTML> <HEAD> <TITLE> New Document </TITLE> <META NAME="Generator" CONTENT="EditPlus"> <META NAME="Author" CONTENT=""> <META NAME="Keywords" CONTENT=""> <META …

0
49
Member Avatar for kavithakesav

Hi All, I need help in switch type menu. I have a code for switch type menu (when u click on link sub links will come), but same effect i need on mouse over its self (without clickng i need this effect). Plzzzzzzzzzzzzzzzzzzz

Member Avatar for kavithakesav
0
88
Member Avatar for howslow

I have been reading alot about the Firefox and Iframe issue but really have seen no fix for it. I am sure its a simply tweak in my html but i cant seem to find the fix. I am new to html, I am just using frontpage and everything looks …

0
52
Member Avatar for still_learning

Hello, I have a very interesting issue that I want to solve but I need some help because I do not know if it is possible. I am using some radio buttons on my website, but instead of the user actually clicking a radio button to set it as "checked" …

Member Avatar for still_learning
0
292
Member Avatar for forzadraco

sorry i'm beginner in javascript. I've problem.. i have a listbox with some value. if i selected a value i.e:'success' so another listbox become visible. anyone can help me..? thanks all

Member Avatar for Luckychap
0
79
Member Avatar for trient

How to limit the user to decimal (10,2) when he enters number in the textfield? Can anyone show how to do it in javascript?

Member Avatar for ShawnCplus
0
315
Member Avatar for priyadpratheep

Hi friends I don't know much about ajax and javascript.In my project i want to use ajax Please help me. I want to do two drop down list box . when i select first drop down box the corresponding data should be loaded in the second drop down box from …

Member Avatar for ~s.o.s~
0
71
Member Avatar for yangyang

Trying to build a cute little php site statistics script, now I'm stuck with getting the average visiting time on site. How to do that? I'm using JS badge. HTTP is stateless, if that is the case how the server knows when the visitor navigates away? JS onunload?

Member Avatar for yangyang
0
90
Member Avatar for FrankThePostman

Hi, I have list of items on a PHP page, and a <div> for each which i wish to populate with an AJAX request. Each <div> has a unique ID. The code that i am using falls over due to the apparent static nature of this line: [CODE] document.getElementById("full-details").innerHTML=xmlHttp.responseText [/CODE] …

Member Avatar for ~s.o.s~
0
3K
Member Avatar for panther786

Ok, so this is probably something simple, but I'm no javascript queen, so if someone could help me do this I would be so appreciative. I'm using Javascript to rotate the 5 featured stories I choose via a Wordpress plugin. So right now it looks like this: I've put the …

0
65
Member Avatar for sDJh

Hello all together, I've a JS-script that forces the mouse pointer to become a hand. It does work perfectly on IE, Opera, Safari and Konquerer (that's what I've tested so far). Just FireFox doesn't want to change the icon. What's the matter? Here is the script: [CODE]document.getElementById(wid+'0a').style.backgroundColor="#E0E0E0"; document.getElementById(wid+'0b').style.backgroundColor="#E0E0E0"; document.getElementById(wid+'1').style.backgroundColor="#E0E0E0"; document.getElementById(wid+'1').style.cursor="hand"; …

Member Avatar for ShawnCplus
0
141
Member Avatar for hleeperk

In FireFox, in HTML DOM, if I have a Node object representing a specific <tr> tag, is there any way I can get the TableRow DOM object for that same TR? Ok, let me back up and ask the higher-level question. :) In FireFox, how can I get the TableRow …

0
45
Member Avatar for frantara

I am trying to use swap imagesto swap two separate images on the same page but I can't get it to work. Here is the code for one image, rotator. I also have a second image,rotatorB that I want to swap different images with. I think I need two separate …

Member Avatar for peter_budo
0
129
Member Avatar for VidVB6

Hi I have a collection in VbScript (on an asp page) named coll The UI of the ASP page has dropdown thats is to be populated based on the iteration I do in the collection "coll" I iterate it based on it s count...but How to I add each of …

0
70
Member Avatar for kevin wood

i am trying to write a function so that when a user enters onto a page selected images change with each page that is entered. the page uses an iframe to load the new data so i need to swap the images on the main page which holds the iframe …

Member Avatar for kevin wood
0
101
Member Avatar for akhter900

Dear All, I have written the following code for IE. But after executing this code the inside text become rough. I mean, the text does not show clearly and smoothly. CODE: [code=JavaScript] setTimeout('document.getElementById("' + id_name + '").style.filter = "alpha(opacity=100)"', 1000); [/code] Is there anyone can solve the problem to help …

0
39
Member Avatar for niladri.user

Why the javascript code is not running in this example? [code] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title></title> <script language="javascript" type="text/javascript"> function check() { if(f1.form_name.value="") { alert("Please Insert the name!!!"); } else if(f1.form_user_id.value="") { alert("Please Insert the USER ID!!!!(MUST)"); } else if(f1.form_password.value="") { alert("Please Insert …

Member Avatar for Thirusha
0
67
Member Avatar for solutionquest

I just found a very cool and efficient way to work with the data using eXtremetable approach. The link to the eXtremetable: [url]http://code.google.com/p/extremetable/[/url]

Member Avatar for solutionquest
0
41
Member Avatar for someoneelse

I am hoping there is a way to add OnChange to a .NET Label tag. the label is already part of an extensive form, I just want to be able to call a javascript function (to check the string for hyphens) when the text in the label changes. Can this …

0
56
Member Avatar for celia05es

Hello, I have a js function that calls a AJAX function. Then, if the return code is correct, another AJAX function is called. It works perfectly with Mozilla but I am having a problem with Explorer... the 2nd AJAX call is not performed!!! I have put an alarm after the …

Member Avatar for digital-ether
0
164
Member Avatar for niladri.user

Can anyone send me a simple, understandable javascript code for form validation, including e-mail validation,name validation , password validation etc. pls! send me in hurry!!!:'(

Member Avatar for peter_budo
0
81
Member Avatar for tefflox

[URL="http://superiorminitrucks.com"]superiorminitrucks.com[/URL] doesn't work right if you click the tabs more than once. Will someone please diagnose the problem? Knowledge of mootools 1.11 will help. But I dont' think it's a mootools problem. Thanks. Any questions, I'm here. Don't know what code to offer, as I'm confused by the problem.

0
64
Member Avatar for JimN

Hi - Once again I hope someone can help me with a very simple problem in javascript. I've written a simple program for children (I am not a programmer), which displays a larger sub-window and the sound an animal or a bird (yes, I know birds are also animals) makes …

0
99
Member Avatar for Inny

I use an image resizer/veiwer script That works Great in IE, but I've discovered that the custom page I use for Showing the Images, appears as text in Firefox. How can I make it show as text/html ? It's a simple enough page. page code <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML …

Member Avatar for Inny
0
1K
Member Avatar for Inny

[code] <body onload=function(){document.getElementById("place_holder").src =document.getElementById("imgurl").value;} > <script> function ResizeThem() { maxheight=250; maxwidth= 250; imgs=document.getElementsByTagName("img"); for (p=0; p<imgs.length; p++) { if (imgs[p].getAttribute("alt")=="user posted image") { w=parseInt(imgs[p].width); h=parseInt(imgs[p].height); if (parseInt(imgs[p].width)>maxwidth) { imgs[p].style.cursor="pointer"; imgs[p].setAttribute('alt','Reduced Image - Click to see full size'); imgs[p].onclick=new Function("document.getElementById('imgurl').value = this.src; iw=document.getElementById('this.src','viewer')open();iw.focus()"); imgs[p].height=(maxwidth/imgs[p].width)*imgs[p].height; imgs[p].width=maxwidth; } if (parseInt(imgs[p].height)>maxheight) { imgs[p].style.cursor="pointer"; imgs[p].onclick=new …

Member Avatar for Inny
0
95
Member Avatar for Inny

Im using the following script to resize and Automate thumbnails of user posted images on my forum. However I dont like the white background of the new window. Im wondering if its possible to launch the full size image in a customized window with a background image, such as http://h1.ripway.com/Inny/ImageViewer.html …

Member Avatar for Inny
0
315
Member Avatar for 2big

I have Windows XP home edition, and Internet Explorer 6. This happened before but I did something to fix it, and I don't remember what. What happens is whenever I click on a javascript link, it doesn't do anything, or just sits there and has the loading cursor forever. Any …

Member Avatar for ohyeah
-3
3K
Member Avatar for vanessia_1999

hi, i am new to this group. i cam across it when i was looking for help on the web with the informations that is out there. i am a beginner website programmer. hint the word begginner. i am learning javascript and it is giving me a huge migraine. i …

Member Avatar for boyetp
0
148
Member Avatar for queenc

hi, i have a form where the user can post data.But in my application when the click more than once ...data is getting inserted more than once.so i want to allow the user to clickonly once in every 10 sec.please do send some sample code

Member Avatar for blufab
0
67
Member Avatar for kevin wood

is there a script that will load the all the page objects before the next page is connected to. i have a flash menu and i want it to load up on to the server and then not have to be reloaded every time a new page is entered/accessed.

Member Avatar for kevin wood
0
100
Member Avatar for blaater

Hello, Currently I'm working on a funtcion which has to eval() some events from a string i'm injecting into the dom. The problem is that i've tested my regular expression on [url]http://www.regular-expressions.info/javascriptexample.html[/url] and every time it works perfect. Only when I implement it in my website it doesn't work. The …

Member Avatar for blaater
0
102
Member Avatar for tejalrupera

Hi, I have made one web application with the use of AJAX. On each page i am sending lots of AJAX request. I have two pages called parent and child. child is opened from the parent page. Now when i am closing child page before all the request sent by …

Member Avatar for tejalrupera
0
78
Member Avatar for kryptolite

Hello, I am not sure this is the right place to ask or not but I find it the most relevant compared to any other subforums. I have this assignment to demonstrate simple XSS (cross site scripting). I have to craft an URL that would display a webpage, but some …

Member Avatar for digital-ether
0
83
Member Avatar for scru

Hi. I want to have a drop down list that display's images instead of text when it's active, but returns to text once the user selects it. I was wondering if someone more experienced in the DOM could give me some pointers.

Member Avatar for scru
0
122
Member Avatar for WebSultan

Is there a way to modify this script to print current window & a seperate web file? The code below only prints the entire page. But, I need the function to include the entire page after the form data is submitted, plus an additional "terms and conditions" page which is …

0
53
Member Avatar for kevindougans

Hi there, Hope someone can help... I'm developing a "Startpage" for a client's customers. He wants all information relevant to his clients to be displayed on 1 web page. We have come up with [url]http://www.systemattend.com/index.php[/url] All is well until we tried logging in to Novell Groupwise. It seems it won't …

Member Avatar for digital-ether
0
206
Member Avatar for ertarunz7

hi everyone.. I'm struck in a problem .... that i want to refresh two td/div {with whatever it is possible} at the same time , without refreshing or reposting the other fields of the form in html by clicking a button using PHP/js/Ajax/HTML. I want to do this exactly as …

Member Avatar for ertarunz7
0
112
Member Avatar for abhijit_s_2000

Hi, I have a requirement to present Netvibes like interface to the user, wherein the user can select the no. of columns to display the portlets. Based on the no. of columns selected, the portlets will be displayed in the respective no. of columns. I am looking for approach and …

Member Avatar for ~s.o.s~
0
53
Member Avatar for adaykin

Hello, I want to delay showing all of my links on my page for a few seconds until all the animation I am doing is done. I was wondering if there was a way I could delay placing them using javascript. In other words I want them to not show …

Member Avatar for ~s.o.s~
0
345
Member Avatar for thirusvga

Hi.. I am new in php +ajax.....Now i am doing project in php+ajax+linux environment...i create a login page using php,ajax,mysql,, i have mysql tables are. register,slideshow,,,,,In register table having following field... 1.uid (autoincrement)2.first (firstname)3.last(surname)4.user(username),5.pass(password) In slide show table having following field,,, 1.uid 2.pid(presentation id,autoincrment) 3.slideno 4.description 5.location(this is what image …

0
100
Member Avatar for ozzie212

I work for a company that does not allow us to have access to the internet but I need to create graphs using HTML. What I want is this file to be able to read from a file and create a graph that tracks four values; A,B,C,D. The graph needs …

Member Avatar for ozzie212
0
77
Member Avatar for deeptiraghu

Hi experts wanna some help from u ppl.. i want a page exactly like [url]http://www.dynamicdrive.com/dynamicindex6/[/url] [url]http://www.dhtmlgoodies.com/index.html?page=ajax[/url] [url]http://www.yaldex.com/FSmain.htm[/url] to name a few.. i mean to say i want a form in which the menu button and the content of that menu button must be displayed in same page. i have executed …

Member Avatar for deeptiraghu
0
152
Member Avatar for viswa_007

Hi, I am facing a problem with alert message on my web page. When alert message is shown, my current web page which fires events automatically after 3 seconds stops until the alert message is gone.So instead i want to use a div which if shown as alert msg my …

Member Avatar for MidiMagic
0
72
Member Avatar for NancyNancyNancy

I'm looking for a piece of code I used years ago to reveal a link at a later date. All I had to do was wrap the link in this piece of code and - presto - it revealed on the date and time that I wanted it to reveal. …

Member Avatar for NancyNancyNancy
0
305
Member Avatar for wicket94

Hi I'm attempting to learn by re-creating the adobe spry gallery demo in DW CS3. I can create the gallery - no problems there but I'm stuck trying to implement the thumbnail grow effect. When I use the code from the demo - copy and paste my page appears but …

Member Avatar for HenryGR
0
77
Member Avatar for shriiguru

Hello Friends, I am Mandar, I use more than 3 java script in my web page But I have a querry regarding this. I want to set execution sequence for each javascript ? so I can decise which one will execute first ? So how it will be done ? …

Member Avatar for Inny
0
132
Member Avatar for Inny

Is there a better way to write this short code? It goes to topics that dont exist, I want it to check first so that dosent happen, and not to go to topics in a particular forum, a forum url looks like this (last number being the forum id) [url]http://inny.ipbfree.com/index.php?showforum=1[/url] …

Member Avatar for Inny
0
148
Member Avatar for lordx78

[code=javascript] var cBrand = document.getElementById('cBrand'); var cType = document.getElementById('cType'); var cStyle = document.getElementById('cStyle'); var cFrame = document.getElementById('cFrame'); var cGroupSet = document.getElementById('cGroupSet'); if (empty(cBrand) && empty(cType) && empty(cStyle) && empty(cFrame) && empty(cGroupSet)) { alert("Please Choose atleast 2 Criteria"); return false; }else{ return true; } [/code] The above code is not working …

Member Avatar for lordx78
0
109
Member Avatar for OmniX

This is what happens: I have an input submit button. On mouse over text is changed from RED to WHITE. On mouse out text is changed from WHITE to RED. Simple eh? Well IE does it fine but FF makes everything change to RED border, etc. [code] jscript: function over(button) …

Member Avatar for OmniX
0
210
Member Avatar for Hjcooke

Hi i have variouys different javascripts i have found on the net that allows me to generate random images, images as links and random text. Can any one help me create and all in one random genrator so i have text with an image as a link? Many thanks

Member Avatar for peter_budo
0
512

The End.