17,114 Topics

Member Avatar for
Member Avatar for jorgeberber

what am i doing wrong here? what i want to do is make two menus work together to show me a result.. please help ... [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" xmlns:spry="http://ns.adobe.com/spry"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>Untitled Document</title> <script src="SpryAssets/SpryData.js" type="text/javascript"></script> <script src="SpryAssets/SpryHTMLDataSet.js" type="text/javascript"></script> …

Member Avatar for alloyking
0
113
Member Avatar for serkan sendur

ayesha789 asked me how to use my smooth scroll script in code snippets section. i created an example for him here : htmlpage : [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>Untitled Page</title> <script type="text/javascript"> function elementPosition(obj) { var curleft = 0, curtop = 0; …

0
273
Member Avatar for salam_btech
0
66
Member Avatar for nish123

Hello friends.. I want to destroy the session when user click on Back button or browser... is it part of Javascript or Php..? i think its just a small Query..!! Thank u..!! :)

Member Avatar for nish123
0
61
Member Avatar for shaikh_mshariq

I have one table which is generated using javascript dynamically. In have write one function which creates table dynamically for IE i have writed [B]mytable.onClick=some_function();[/B] for onclick event it works fine. But when i generate more than one table dynamically using the same function then onclick does not work. If …

Member Avatar for nish123
0
180
Member Avatar for flockit

Hello, I want to make a dialog, with CSS where the borders are like FB Dialog borders! [url]http://b.static.ak.fbcdn.net/imgs/pop-dialog-sprite.png[/url] In CSS I want to use somewhat like the above given link's picture to make a dialog, please help me! Check out the attachment too! Regards, Akshit Soota

Member Avatar for Bojero
0
94
Member Avatar for CNIDog

I have a Flash movie on a web page and I want to send parameters to it with JavaScript to have it go to a selected frame. The AS3 code receives its information via an ExternalInterface API. The following code parses the URL argument (?page=x) and I want to send …

Member Avatar for Airshow
0
136
Member Avatar for jhappy

hi there, im a php trainee and really need a help in my javascript ..anyone? i have my code here that injects a patient name ..i need to know if the patient is already injected..if so..it should not be allowed and should pop an alert that say...'sorry the name has …

Member Avatar for jhappy
0
134
Member Avatar for Q8iEnG

Hi mates.. I would like to ask you small question and I do really appreciate if you helped me out. I want to make a VERY SIMPLE "Poll" using Javascript here's my code, below it I'll tell you what I'm stuck at: [CODE]<html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> …

Member Avatar for Airshow
0
336
Member Avatar for hogtownmickey

Hey all, This is my first post, glad to be on the forum. I am currently the administrator of a e-commerce solution hosted by net firms and and having trouble loading Ajax on parts of my site. The java script is my site navigation on the left hand side and …

0
40
Member Avatar for athlonica

Hi Guys! I need help with something that I can't figure it out on my own. I'm working with an XSLT stylesheet that constructs some URLs that are finally presented as an html page. I want to add to one of those URL a variable that I know how to …

Member Avatar for xml_looser
0
92
Member Avatar for mimsc

Hey fellas, I need some help doing on action changes This is what I got. I have a loop that has the form name "autoEmailRedirect" [code] <form name="autoEmailRedirect" method="post" action="autoEmailContact.jsp"> <td valign="top" class="paddingLeft10 paddingTop9"> <div class="paddingBottom2 boldFont paddingTop20"><%=(String)autoName.elementAt(i)%></div> </td> <td class="paddingTop9 paddingLeft" valign="top"> <div class="paddingBottom2 paddingTop20"><%=(String)autoEmail.elementAt(i)%></div> </td> <td class="paddingLeft11 paddingTop9 …

Member Avatar for sysel
0
92
Member Avatar for mands

Hi I need some help, I currently have a timer that counts down and what I would like is when the times runs out it then displays text or html (answer to question). I currenlty have the timer counting down and a seperate js show answer link that will show …

Member Avatar for essential
0
1K
Member Avatar for itnagusak

i embedded a video and played it using quicktime. it worked fine. but not many people use quicktime so i want to play it using flash but it just shows a white space and when i right click it shows 1. movie not loaded..in gray ..and 2. about adobe flash …

0
70
Member Avatar for gagan22

HI all, I have done some work using javascript and css and html. Let me explain whole work: there are two select box one is for adults and other is for childs. I have done all rows are by default are invisbile when we select 2value from adults its will …

Member Avatar for Thirusha
0
90
Member Avatar for jsvanc

I have a web page where the users are supposed to be able to click a button to add a new table row. I have tried various javascripts found online but I am not a javascript person. The page is written in html and asp. I dynamically fill in the …

Member Avatar for jsvanc
0
298
Member Avatar for realnsleo

HI everyone, i am writing a web application but i need to validate certain strings from the client side using regular expressions in javascript. i want to validate phone numbers for my country, Uganda. can anyone help me with a regular expression validation script that allows any number starting with …

Member Avatar for sysel
0
96
Member Avatar for punithapary

Hi, In my website i am planning to do portfolio things in that i gave fade in fade for all images this is working with same size of image.But i have images like this sizes 500/300, 300/150 like if i give this images into portfolio that time if one image …

Member Avatar for peter_budo
0
107
Member Avatar for NetMyMate

Can anyone please help me: I want to redirect some users based on their location. Is it possible to do so using JavaScript? If yes, please write the code for me!

Member Avatar for JugglerDrummer
0
66
Member Avatar for tonykachappilly

my requirement is to create an excel using javascript . i have the results in table format .do any one know how to do this?

Member Avatar for JugglerDrummer
0
65
Member Avatar for anish.anick

Hi All, I need to create a HTML page which plays live audio. (I know to play an audio file using <object> tag) But my requirement is to stream live audio please help me to solve this. Thanks

Member Avatar for JugglerDrummer
0
75
Member Avatar for serkan sendur

You must do three things to solve this problem : 1) in the object tag add the following parameter <PARAM NAME=wmode VALUE=transparent> 2) in the embed tag add the following attribute <EMBED src="jet.swf" wmode=transparent .... 3) add the same name-value pair to the following script <script type="text/javascript"> AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0' ,'wmode','transparent',...rest …

Member Avatar for serkan sendur
0
400
Member Avatar for gingank

Hi guys, I have a php page and the alert i write in JavaScript. When the users fill up the form and click on submit button on next page it will out the alert if do not fill up the name. So the question how can make it display on …

Member Avatar for sysel
0
133
Member Avatar for gshockneo

Hi everyone Plz reply..its urgent I am trying to track progress of a database operation . and want to dislplay percentage progress on page asynchronously. Process.jsp - In this i used javascript to call ajax function continuously which returns precentage progress. My Code is : [code] <!DOCTYPE html PUBLIC "-//W3C//DTD …

Member Avatar for masijade
0
119
Member Avatar for mauimaile1129

Hi, I'm not really a programmer, but have been tasked with performing some AJAX functions to make a call and return results to my page using getElementByID. I have been able to return search results to the page, but now need to make them clickable as it will lead to …

Member Avatar for mauimaile1129
0
114
Member Avatar for wxoklp

I have alot of home videos I want to put on my website, and it seems that the easiest way to do it would be to embed it onto my website using HTML script. Problem is, I have no clue how to convert in into HTML script. Could someone please …

Member Avatar for diafol
0
89
Member Avatar for sunilsinha

Hi All, I am trying to create a combo box with horizontal scroller. i.e. Combo box will have a fixed width, if any of its options have higher text, then horizontal scroller should appear automatically. I also tried placing a <div> around <SELECT>. But not getting how to apply styles …

Member Avatar for sysel
0
92
Member Avatar for derekn

Wonder if anyone knows what's going on here... I have a page which is generated via Perl that prints a number of data entries in a series of table rows. Each <tr> is assigned a unique id through perl, and when user mouseovers on each individual <tr>, the javascript is …

Member Avatar for derekn
0
103
Member Avatar for Qasim Ali

Hi all I have javascript function that insert text into freetextbox at current cursor position. It works well when I call this function onClientClick event passing a string as a parameter (This string is inserted into freetextbox at current cursor position). My code is as follow [code]<FTB:FreeTextBox id="FreeTextBox1" toolbarlayout="ParagraphMenu,FontFacesMenu,FontSizesMenu,FontForeColorsMenu, FontForeColorPicker,FontBackColorsMenu, …

Member Avatar for Airshow
0
364
Member Avatar for sarithak

Hi frnds... I saw previous threads regarding photo gallery in this forum.. All threads start from errors in code.... But i want Image gallery total code with db...I was also doing gallery, but it looks not good..code is working fine..but look and feel is not good...also it takes more time …

Member Avatar for mrcniceguy
0
161
Member Avatar for jmccullough73

I am quite new to page layout and I have an issue with a Fireworks created menubar and tables. First, everything works in every browser except IE. Of course! The menu drop down goes behind the table data. Also, the tooltip display in IE only shows partial image. Any help …

Member Avatar for Airshow
0
71
Member Avatar for nameunknown

Hi everyone, I've whipped up a simple validation script to vaildate simple form elements. My issue is when i submit the form without any data it works correctly. It catches on each individual element and reports the error. When the fields are populated correctly, i am receiving an error message …

Member Avatar for sysel
0
159
Member Avatar for jcanaway

alright im making a sortable displays in my website but i am trying to figure out how to pass my javascript array to and external php script through POST method so i can update the column, position, hidden, or closed in the database i am using jQuery Sortable Portlets located …

Member Avatar for sysel
0
6K
Member Avatar for gagan22

HI all, I have make two form. one in which i will fill value then is will go in next page after submitting with $_Post['value'] . But i need this value in my javascript code in next page . So how i can fetch this value in my javascript code. …

Member Avatar for almostbob
0
147
Member Avatar for SKANK!!!!!

I NEED TUTORIAL or help so i can understand how to make my own that doesnt reload ever. please. help me my site is in peril without one!!!! i cannot use a premade one i actually need a tutorial or something so i can make my own. please any info …

Member Avatar for ShawnCplus
0
53
Member Avatar for sysel

I found a principal differece between the behavior of staticaly (HTML) coded object – the table row, and the same object created dynamicaly (DOM) with createElement() addChild() methodes. The folowing souce creates one HTML row and one DOM row and gives buttons to duplicate each row. [CODE]<!DOCTYPE html PUBLIC "-//W3C//DTD …

0
60
Member Avatar for gagan22

Hi all, I have made to select box in which one is adult and other is for child . adult select box have 1 to 10 numeric value and child have 1 to 10 numeric value. but now i want to make if both of select box total is greater …

Member Avatar for gagan22
0
119
Member Avatar for oakleymk

Hi All, This is the parent issue that led to the post [B]Need help with getDOCTYPE() function[/B] ([url]http://www.daniweb.com/forums/thread196837.html[/url]) [B]USING THE BODY METHOD:[/B] The following code will properly get the viewable window area if no DOCTYPE is specified. [icode]document.getElementsByTagName("body")[0].clientWidth//Height[/icode] [B]OR[/B] [icode]document.body.clientWidth//Height[/icode] If DOCTYPE is XHTML ANY* the above code reports only …

Member Avatar for bretthacker
0
187
Member Avatar for sagedavis

Hi all, I am not sure where to start with this one really. I have built the template for my site but, having a few issues in trying to impliment certain things that have to happen. This site needs to have 3 types of user. I am using a generalization …

Member Avatar for neekworld
0
438
Member Avatar for pradeepktg

Hi, Can anybody send me the code for selecting image from system through multipart/form. Once it is selected, there should be option for cropping with preview. There are lots of cropping codes in internet, but i couldn't find anything with jsp(all are in php and javascript). I need it in …

Member Avatar for samarudge
0
88
Member Avatar for changeco

I'm sure this is a nOOb questions, but... I have a form that's action is an external page and the onSubmit action on the form is blocking ANY javascript validation I'm trying... I've tried all the following options; Spry validation, Dreamweavers built in validation, Webassists server and client validation... If …

Member Avatar for changeco
0
67
Member Avatar for veledrom

Hi, When a web browser window is opened, only the menu options should be visible to users. I don't want other toolbars. Also, is it possible to blocking users add toolbar from the menu that will be visible to them. IE and Firefox please. Thanks in advance

Member Avatar for almostbob
0
106
Member Avatar for mani8php

Hello, I want to [B]log out[/B] the user when close the browser, so i need to call the java script function when close the window. I used the [B]onunload [/B]and [B]onbeforeunload [/B] event but it should call on each page navigation and page refreshing. My necessity is, The function should …

Member Avatar for sysel
0
57
Member Avatar for cguan_77
Member Avatar for almostbob
0
81
Member Avatar for nish123

hello frndz.. i have a function in javascript to add new cell in a table...!! tht work perfectly but now i want to create a span tag within cell tag..!! [code=javascript] var cellLeft = row.insertCell(3); chbk1.id = 'change'+iteration; var chbk = document.createElement('input'); chbk.type = 'button'; chbk.name = 'button'; chbk.value = …

Member Avatar for nish123
0
147
Member Avatar for spartan.pk

Hello everone in this forum! Dear Friends, I have problems using javascript in firefox, many functions are not working in firefox like .focus and some ajax code also. I use html scriplets <!-- My script here //---> to hide it from browser that does'nt support javascript. but it is still …

Member Avatar for MidiMagic
0
88
Member Avatar for Remulon

Hi, This question is for anyone who has ever had any input on the age old question about whether divs or tables are better for layout and/or tabular data. CSS purists say divs. Others say divs for layout, tables for tabular data (including me most of the time). What do …

Member Avatar for MidiMagic
0
92
Member Avatar for Xessa

Well it seems that i have a textbox and a textarea under it. Both sizes are 20 but they don't seem identical. Is there a way to make them identical vertically? Thanks

Member Avatar for essential
0
135
Member Avatar for CodeBoy101

Hello all. I''m currently working on a a page which should be able to run a substitution cipher in order to do both encryption and decrption in Java script on the same page. But the problem is only the encryption part works. Right now this is what I have: [code] …

Member Avatar for JugglerDrummer
0
644
Member Avatar for whayman

When I enter the integer, I'm not getting the prompt that states if it is odd or even. I am new to this, so this stupid thing has taken me a week to do, but now I am just frustrated. Can someone help me out. [code=html]<?xml version = "1.0" encoding …

Member Avatar for sysel
0
105

The End.