Search the web
Sign In
New User? Sign Up
JavaScript_Official · JavaScript . AJAX . ActionScript
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 10154 - 10183 of 16817   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
10154
Hi Is there any example of how to connect with sql server? Thanks in advance. Marcelo Miorelli ...
marcelo.miorelli@...
jjradha
Offline Send Email
Nov 1, 2004
4:47 pm
10155
I have a very simple page (www.coolsubic.com/darts/darttest.html) which has a 2 section frameset. The top (header) is my logo and javascript links menu, the...
Stewart Buckingham
stu2ph
Offline Send Email
Nov 1, 2004
4:47 pm
10156
Hello, I have an index.html file as follows <html> <head> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> <title>Career OneStop...
Burak Gunay
agunay.rm
Offline Send Email
Nov 1, 2004
9:49 pm
10157
Try posting your page again, there's something very wrong with what I'm seeing in the e-mail - e.g. closing </script> tags, but no opening <script> tags; a...
David Smart
smartware_co...
Offline Send Email
Nov 1, 2004
10:29 pm
10158
Not from JavaScript. You need server-side facilities such as ASP. If it's local, on a Windows PC, you'll probably use IIS and ASP. Google will find you lots...
David Smart
smartware_co...
Offline Send Email
Nov 1, 2004
10:34 pm
10159
Is there any javascript code that will make the page scroll down x number of lines after the page loads? Stu/2...
Stewart Buckingham
stu2ph
Offline Send Email
Nov 2, 2004
4:10 pm
10160
You can use the window.scrollBy() or window.scrollTo() method to do this. Each method takes two arguments, representing horizontal and vertical distance in...
Jon Stephens
jdwayside
Offline Send Email
Nov 3, 2004
3:40 am
10161
Has any one had made a script for indesign? Can you help me? THANKS...
get_awar
Offline Send Email
Nov 3, 2004
5:56 pm
10162
Burak, The big trouble here is that you don't have matching <script> and </script> tags, and some JavaScript is outside of the tags. Correct this before trying...
Tim Sabin
timsabin
Offline Send Email
Nov 3, 2004
5:56 pm
10163
hi, I just wanna create a textElement in html and fill input into it. how do I do that? thanx...
svgsearcher
Offline Send Email
Nov 4, 2004
5:51 pm
10164
I have two JavaScript questions: 1: Is a way to get the xy coords of some IMG or DIV element that have the attributes 'top' and 'left' as 'none'? 2: How can I...
Luiz Siqueira Neto
cybersamurai_br
Offline Send Email
Nov 4, 2004
10:49 pm
10165
1. Try the offsetLeft and offsetTop properties. Note that these properties are obtained relative to the parent element. 2. The collections returned by...
Jon Stephens
jdwayside
Offline Send Email
Nov 5, 2004
10:27 am
10166
... I got your meaning, thanks Jon. When I went to try it out, I realised I was asking a dumb question :( I have a 2 frame window (a header and a body). The...
Stewart Buckingham
stu2ph
Offline Send Email
Nov 5, 2004
6:00 pm
10167
Hi Guys, I have this code: if (h_ini < h_end) alert ('h_ini is smaller than h_end') else alert ('h_ini is greater than h_end') both are numeric, but if h_ini =...
Nuno Fernando Afonso ...
naoliveira
Offline Send Email
Nov 5, 2004
6:00 pm
10168
Hi Guys, I do I know if a number is a integer? tks, Nuno [Non-text portions of this message have been removed]...
Nuno Fernando Afonso ...
naoliveira
Offline Send Email
Nov 5, 2004
6:01 pm
10169
You can be sure that both aren't numeric. At least one (h_end) is a string. The string certainly has digit characters in it, but that doesn't make it numeric...
David Smart
smartware_co...
Offline Send Email
Nov 6, 2004
1:28 am
10170
if(n == parseInt(n)) -- will permit type conversion (e.g., n = "32" will return true) if(n === parseInt(n)) -- will enforce strict type checking (n = "32" will...
Jon Stephens
jdwayside
Offline Send Email
Nov 6, 2004
11:12 am
10171
I have a new message board up all about computers. Please sign up and spread the word. Thank you and have a great day. ...
ilovefreestuff88
ilovefreestu...
Offline Send Email
Nov 8, 2004
1:07 am
10172
when i submit the form, and then click back button in the next page, i go back to the cleared form. how to repopulate form data after user pressed browser's...
Igor Feghali
igorfb
Offline Send Email
Nov 8, 2004
1:07 am
10173
I have a compiler script that lists a log of things. how can I make it stay at the bottom of that page as the list gets longer? Matthew Kemmerer Mattsoft.net...
Matt
mattsoftnet
Online Now Send Email
Nov 8, 2004
1:07 am
10174
... First, thanks about your help. I'm trying to do some like that: for ( my_element in element_group ) { my_element.getAttribute('id'); } Like a interator...
Luiz Siqueira Neto
cybersamurai_br
Offline Send Email
Nov 8, 2004
1:08 am
10175
Hello friends, I would like to clear some doubts in JavaScripts. In a page i have 3 selection boxes A,B,C..... A----1 2 3 4 5 B---a b c d e C---- I J K L if...
shiju lukose
shiju_lukose
Offline Send Email
Nov 8, 2004
1:08 am
10176
... You need change the page tree for make this. The way for do that is use the DOM, (document object model). Take a look in this pages: ...
Luiz Siqueira Neto
cybersamurai_br
Offline Send Email
Nov 8, 2004
8:56 am
10177
for ... in only works to access the properties of a single object. For a group of elements, you'd use something like var paras =...
Jon Stephens
jdwayside
Offline Send Email
Nov 8, 2004
5:57 pm
10178
I have a form where I have a list of SELECT options. I'd like the next set of SELECT options to be based on the first. IT's a recipe contribute form, so if I...
Marian Briones
mjb713
Offline Send Email
Nov 8, 2004
6:28 pm
10179
Has any one had made a script for indesign? Can you help me? THANKS...
get_awar
Offline Send Email
Nov 9, 2004
1:02 am
10180
You need change the page tree for make this. The way for do that is use the DOM, (document object model). Take a look in this pages: ...
Luiz Siqueira Neto
cybersamurai_br
Offline Send Email
Nov 9, 2004
4:54 pm
10181
hi am beginner with JavaScript & i have bg problem i cant handle it & need help or solve for it i have form in it four dropdown menus & i want make action by...
romeo4everuk
Offline Send Email
Nov 9, 2004
4:54 pm
10182
Thanks a lot. My question is about the use of (for...in), in Python I use that with interator objects. Now I know that it is impossible with JavaScript....
Luiz Siqueira Neto
cybersamurai_br
Offline Send Email
Nov 9, 2004
4:54 pm
10183
can i connect by Java Script to my DB & show on dropdown menu on form as i want after in the 1st dropdown menu when i click on anything in it , its get me the...
romeo4everuk
Offline Send Email
Nov 9, 2004
11:00 pm
Messages 10154 - 10183 of 16817   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help