Hello, you have not answered my question about cookies, but I must insist because is very important. It seems that there is some problem in the expiration ...
... From: joeandtelus To: javascript_official@yahoogroups.com Sent: Wednesday, March 31, 2004 5:21 PM Subject: [JavaScript] Change width of <TD> tag If I want...
I am looking to put a little selection box on my web site. What I want to do is for visitors to type in a year and click the OK button, and then they are...
I am translating HTML form elements for printing, and ... HTML: <select> <option value=1>Item A <option value="2" selected>Item B <option value="3">Item...
hello, my name is david and this is my first mail on this group. i am newby in javascript, but i know some programming in C. i am doing some site for medical...
Hello all Once again I have to disturb you all... This time I am developing a Swing application in which I am using JComboBox I am not getting error message...
I've a frameset containing 2 frames. In one of these (frame #1) there are dynamic generated links pointing to some web pages which should be displayed in the...
You don't "send data from HTML to PHP" -- you simply submit the form to a PHP script. You don't need any JavaScript to accomplish this. You understand how to...
There's no way that I'm aware to count the number of open browser windows from JavaScript. Also you cannot access the contents of a framed page that's from one...
Hi Jon, thanks for your help. However, I'd like to supply some aditional informations just to make me sure about the solution's existance, if any. The frame #1...
I am creating a DHTML menu system and have run into a very interesting annomoly when viewed in Internet Explorer 6 There are 2 root menu items that have sub...
i just joined this group after enrolling in a javascript class. i was told that this group is a great resource. if any of you have any recommended links,...
Dear listmates, Question #1: Does anybody here have some experience in using DHTML and JavaScript with .hta file extensions? (I mean, HTML Applications). I...
Hi, I am a bit of new to javascript, although I can figure out how to modify it. I have been reading alot of the posts trying to learn it. I am getting there...
Hello friends, I am new in javascript. only i have done simple examples.... I want to learn it more, do you all have any idea og getting good stuff for...
Just curious, how did you create the little floating submenus? Would it be possible to see a little portion of the source code? ... From: crazzycodemonkey...
I can't find a cookie that my code is writing. The behavior of my IE webpages indicates that the cookie IS being written SOMEPLACE. However, I can't find it....
All the source code is in the specified files. Just right click and click View Source. I don't have any scripts on them to protected the source code. If,...
I have this function to check the status of a hidden field, based on whether a check box is checked. When there are more than one record, the HiddenCheckBox...
Dear listmates, Question #1: Does anybody here have some experience in using DHTML and JavaScript with .hta file extensions? (I mean, HTML Applications). I...
Dear listmates, Question #1: Does anybody here have some experience in using DHTML and JavaScript with .hta file extensions? (I mean, HTML Applications). I...
I can't figure out why this javascript error is occurring on this website: www.totaltraining.com Add an item to your cart and hit the "checkout" button. When...
Help, First the disclaimer: I am new at this... I am learning... but, I actually have no formal training in web development! So... I am trying to set my site...
In a word, No. You might be able to do this for MSIE/Windows using ActiveX; however, there's no way to accomplish it using pure JS and the ActiveX approach...
I faced approximately the reverse of this in a framed situation at one stage (i.e. force one home page when users tried to load sub-pages). I found two ways...
Sure. The mechanics depends on how the user is navigating to the next page. The simplest way to do it would be using a form with method="GET": 1st page (No JS...