I want to write the following in javascript. If Length of TextField1 < 10 Then TextField1 = TextField1 + "nbsp;" Loop (I want to add spaces to the textfield,...
OK. Very unsure of what you mean here ... Do you mean a text field or a JavaScript string variable? Your pseudo-code adds just one non-breaking space to the...
hey, u can add spaces to the string entered in a textfield, if u need to print it on to the screen ( u are not using this value to output in another...
I am Trying to Write Formulas in HTML where the number needs to be raised to the power of 2. How do I do this so the 2 Appears half ways higher than the...
Doesn't look good. In the real Yahoo login, there's a routine called "hash" that encrypts the password, adds a challenge, encrypts the lot again, then sends it...
This isn't really a JavaScript question, but I'll answer it anyway. You're talking superscripts and subscripts. Use the SUP and SUB tags, respectively, e.g. ...
Hi I am a newbie to the group and this is my first question, hope somebody out there can help. I have a form where I need to validate an email address and also...
Validation code for e-mail addresses is IMHO flaky at best. If you are trying to eliminate illegal addresses, they won't do the job - they can only eliminate...
Nothing in this source is capable of "changing your password". Javascript is a DOM language meaning it can render stuff in a browser and that's it. Nothing...
I have to print really wide tables. The job requirements and total size of the table in question don't permit me to force the data to fit a particular page...
Then you should just combine both validations. First, check whether the email id entered is valid. The basic email validation involves checking whether '@' and...
Just curious. How did you get your password back? Dave S ... From: Chris Myers To: javascript_official@yahoogroups.com Sent: Friday, May 06, 2005 11:02 AM ...
David, I sent TONS of warnings in plain text to him through his "ID" and "password" boxes on the scam page. He apparently freaked out and finally contacted...
I have to validate a field (Name ) Please write to me the code for it. just the basic lines ... Do you Yahoo!? Yahoo! Mail - Find what you need with new...
This is invalid: MapWindow.location.href = 'img src=images/map_1.jpg' (1) location.href should point to a URL. You want something like MapWindow.location.href...
Chris Thanks for the info, and well done!!! Dave S ... From: Chris Myers To: javascript_official@yahoogroups.com Sent: Friday, May 06, 2005 2:37 PM Subject:...
Hi I am not so familiar with COM programming. There is a standard named ASCOM (Astronomical Component Object Model) at http://ascom- standards.org that can...
Hello everybody :D I'm a new member in this group. My name is Hari. I'd like to ask you (anybody) about how to make Javascript run in an e- mail. Is it...
Hi David, I have created a asp page which carries meta-data as it takes file uploading features. Is it possible that I can use uploading features on one page...
... Thanks for this education :) I did kinda put that example together as a composite of some other pop-ups I had. I should really have checked out that it...
Hi Guys: This is my firt post in this group. I would like to implement a combobox which depends on a database table, but in the case there is not a option in...
... OK. This is probaby a really basic question but all my internet searches I couldn't find the solution (or if I did find it I didn't recognise it) How to...
At a quick glance, I see you're using square brackets rather than parentheses to surround the parameters of your "new WebPricing" calls. I also note that you...
hi all i need some help with a from wit I went to do is I have all sates in a dropdown box what ever states gets selected I wet to use as pat of a url thanks...
Hello, i want to ralize a area with text, that is clipped at the right side, but in vertical direction, scrolliing should be possible. The contents of the area...
Hi Dave, Thanks for your input. I found my mistake -- using package (a reserved word) as one of my variables. Lesson learned the tedious way!!! SauLin ... ...