15,127 Topics

Member Avatar for
Member Avatar for manish Kishore

Hi All, I am creating a html file where rows are being Genereated Dyanmically. Now I want to pass the values of Input box to the perl File. I am not able to send the values of row to the server side. Can U please let me know Where I …

Member Avatar for Comatose
0
94
Member Avatar for AdamW

I have a Javascript that I want to access from several different web pages. I want to locate the .js file in the web root (httpdocs) folder and access it from different webpages in sub folders. I've tried setting the src attribute to the URL of the web root but …

Member Avatar for AdamW
0
75
Member Avatar for sqlchopper

I have created the foloowing javascript and placed it in a file called common.js. it gets called on a onChange event. it works up till it gets to setting the value (i think). Being my first script i'm really at a loss why it errors out. I tried .value() = …

Member Avatar for tgreer
0
175
Member Avatar for rixius

How would I make a timed event that javascript would do when the page is loaded? eg.. when blah.html is loaded, javascript submits a form

Member Avatar for Comatose
0
143
Member Avatar for Mikecool509

Hello. I have been trying to trouble shoot my brother's computer for some time now. One day, the javascript on his computer disabled or deleted itself. He can't open new web page links, or anything with javascript, his search is disabled because the javascript is not working, and programs like …

Member Avatar for Mikecool509
0
191
Member Avatar for Dani

When using a third party ad server, do you use the IFRAME or JavaScript method? Usually the JS method is more robust and offers more features, but it can slow down page rendering times. Currently struggling with this battle right now.

Member Avatar for Dani
0
132
Member Avatar for freespace

Hello all, I've recently started learning html and have started looking at javascript. I have read javascript examples online and these download run with-out trouble. My problem is that when i put this code into a page i wrote and then try to open it with explorer, explorer blocks any …

0
113
Member Avatar for Walfort d'Ax

Dear all I have this xml file datechanged.xml: [COLOR=Red]-[/COLOR] [COLOR=Blue]<[/COLOR][COLOR=DarkRed]changedate[/COLOR][COLOR=Blue]>[/COLOR] [COLOR=Blue]<[/COLOR][COLOR=DarkRed]date[/COLOR][COLOR=Blue]>[/COLOR][B][COLOR=Black]04/02/2006[/COLOR][/B][COLOR=Blue]</[/COLOR][COLOR=DarkRed]date[/COLOR][COLOR=Blue]>[/COLOR] [COLOR=Blue]</[/COLOR][COLOR=DarkRed]changedate[/COLOR][COLOR=Blue]>[/COLOR] In a Javascript file I have folowing code: [INDENT][COLOR=Black]var xmlDoc = new ActiveXObject("Microsoft.XMLDOM") ; xmlDoc.async="false" ; xmlDoc.load("datechanged.xml") ; xmlObj=xmlDoc.documentElement ; sDate = xmlObj.childNodes(0).firstChild.text; var chDate=new Date(sDate) ;[/COLOR][/INDENT] I alwas get this error: [INDENT][B][B]xmlObj is null or is not …

Member Avatar for alpha_foobar
0
125
Member Avatar for Walfort d'Ax

Dear All, In my "Javascripts\english" folder I have language related javascript files. In one of these files there is a function I want it to get the return value of a function getChangedDate() from a general Javascript file called changes.js in my "Javascripts" folder. I also want to use the …

Member Avatar for Walfort d'Ax
0
101
Member Avatar for Socram

Please help me on how i can enable or disable the buttons of the internet explorer window, or with any browser using javascript. Thanks.

Member Avatar for tgreer
0
174
Member Avatar for nataliemac

I have a script that I want to write, but I'm not sure how to start, so I'm hoping for someone to point me in the right direction. I'm dealing with a very large form full of very large <select> boxes. (Some select boxes have as many as 30,000 options.) …

Member Avatar for alpha_foobar
0
151
Member Avatar for pavankishore

Hai group, im a newbie in HTML,CSS,JAVASCRIPT.. I was involved in dev of a prototype using the above 3... everything went fine...but the pending requirement is .. when we right click on a row in table in a prototype, we have coded such that a context menu appears..its working fine..but …

Member Avatar for Comatose
0
165
Member Avatar for zbx888

I want to use Javascript to validate user input for last name and first name by regular expression and just allow usa alphebetical letters plus space, apostroph and hyphen such as O'Neill and Lacova-D'elia. How to write regular expression to validate user's input? Thanks a lot! :rolleyes:

Member Avatar for masijade
0
56
Member Avatar for jcmoles

First of all, let me say I am new to this forum. It has been a while since I attempted any programming. I have used vb.net, HTML, vbscript, and javascript in the past. Here is my problem. I am wanting to make a web page with pictures, under the picture …

Member Avatar for tgreer
0
119
Member Avatar for davidpitts

I am (as you will quickly discover) a novice javascript coder. Here is my issue. I am using a radio button, and it works fine. Then when I change some other element on the page, or hit refresh, the radio button does not remain set. You can see it in …

Member Avatar for davidpitts
0
147
Member Avatar for kgonsalv

I want to put about 7 different RSS news feeds in a page. Rather than make an indivdiual page for each I was hoping to have links at the top that as such: World News, US News, Sports, Etc. Those will act as links so when they click on them …

Member Avatar for Troy
0
136
Member Avatar for Edwardobrien

I'm a complete amateur at websites but our golf club delegated the job to me to build their website which I published about a year ago. The problem is; the site is built in a frame (Left Hand Contents) so the left hand navigation bar remains visible. When found in …

Member Avatar for Edwardobrien
0
86
Member Avatar for php4ever

I've never had a reason to use Javascript in a php file before and I'm having trouble getting it to parse. What could be wrong with this. [PHP]$display .= '<td width="105" align=right class=box><input name="p1B1" id="p1B1" type="text" value="'.$price.'" onblur="this.value=eedisplayFloatNDTh(eeparseFloatTh(this.value),2); recalc_onclick('p1B1')" tabindex="1" size="14" class=ee101 >'; //..... and the code below [/PHP] I'm …

Member Avatar for bwest
0
132
Member Avatar for tazaramya

This script works in ie but NOT Firefox. Can someone help me make it work in both. Script just creates and rotates the url that it uses. :mad: <html> <head> <title>Corvallis Calendar - Home</title> <SCRIPT LANGUAGE="JavaScript" type="text/javascript" > <!-- // var myDate = new Date(); var myMonth = myDate.getMonth(); myMonth …

Member Avatar for Nilesh Pagar
0
134
Member Avatar for xsfssg

Hey everyone, I am having trouble with an iFrame expanding to various lengths. [url]http://cornerstonehighpoint.org/home.php[/url] The home page houses the iFrame and all the pages are viewed/targeted in the iFrame to eliminate the Flash navigation/header from reloading. The problem is the length of the content on each page loaded into the …

0
69
Member Avatar for chigasakigaijin

Ok, so it's easy enough to modify element CSS on the fly with getElementById. Problem is, you have to give a unique id to every single element on your page you want to be able to modify. I don't want to have to make over a 100 unique id's for …

Member Avatar for chigasakigaijin
0
208
Member Avatar for csnewsome

A former instructor (process technology) has emailed me with a question concerning a runtime error he is receiving. I am not a programmer and provided him with code snippets for his WebCT environment. He has emailed me and asked a question I cannot answer. He is receiving a runtime error …

Member Avatar for csnewsome
0
142
Member Avatar for jasmineleo

hi there, i'm doing a basic computer science homework and i cannot figure out how to run the javascript on the browser... so i write a program on microsoft word and save as "java.html" under html document, then what do i do to display the contents on the browser??? any …

Member Avatar for web_developer
0
143
Member Avatar for benje677

I have a third party product that I hit a link to from within a .vbs running unattended on a server. Hitting the link starts an update process. When I hit the link, IE opens and the link returns a page that is blank except for the following code. Code: …

Member Avatar for Comatose
0
178
Member Avatar for aparnesh

I am using an image map on my site. Clicking on the image will activate a javascript function. When the mouse is over the image, the status bar show "javascript: <function_name>". I want the status bar to be cleared. I used <IMAGE SRC="MyPic.jpg" USEMAP="#ImgMap" BORDER=0 onmouseover=ShowBlankMsg() onmouseout=ShowBlankMsg()> The ShowBlankMsg is …

0
103
Member Avatar for jefferyylc

I need to produce a 'report' from a whole bunch of different criteria used to generate the resulting document on the web. This will need to be printed to an A4 sheet, but here is the rub - I need to be able to control page breaks. I need to …

Member Avatar for Troy
-1
835
Member Avatar for Chiropractor

Hi, I have a question about Javascript suckerfish menus, but first, I should state what I am using, now: Currently, I am using a standard CGI form redirect to allows users to chose a state. The drop-down menu contains 50 states, and scrolls when necessary to display all the names. …

Member Avatar for DaveSW
0
129
Member Avatar for maxelcat

Hello I have seen lots of sites that have a series of links along the top. You put your mouse on one and a series of llinks drop down. I don't know what this effect is called so I have had "Lots of fun" attempting to search for it. All …

Member Avatar for DaveSW
0
149
Member Avatar for jefferyylc

Hi ALL: I been created a <page-break-after:always> for page break purpose in printing HTML report in order to break the report. But unluckily i found that what i did is known as "hard coded". They want something called "Dynamic Page Break" so that when the report content can automatically fit …

Member Avatar for jefferyylc
0
282
Member Avatar for Kurupt4

Hello Everyone, I have a form (it is for a web based poll) it collects 4 pieces of information: 1) the poll question 2) the amoutn of choices 3) the start date of poll 4) the end date for poll Now when this form is submitted(same script $php_self) it takes …

Member Avatar for Troy
0
122

The End.