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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 16136 - 16166 of 16813   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
16136
Hey guys, i'm new to AJAX and i'm trying to make that good n old related combo boxes (like, country -> state). Although in my code the ids and names of the...
Filipe La Ruina
filaruina
Offline Send Email
Jun 9, 2008
4:35 pm
16137
Just off the top of my head... you should check to see if the XMLHttpRequest object is available first and use that. IE7 will use that now instead of an...
Daniel Israel
dr_izz
Online Now Send Email
Jun 9, 2008
6:54 pm
16138
In fact the XMLHttpRequet is working ok, since I already put some debugging to see if that is working... there is another problem =/ Oh and I've read somewhere...
Filipe La Ruina
filaruina
Offline Send Email
Jun 9, 2008
9:37 pm
16139
hi to All i wana design a site with ajax effect plz tell me how i start and what thing are required i m waiting 4 all ur reply thanks in advance...
magicalsmile08
Offline
Jun 10, 2008
9:21 pm
16140
Sry for double post, but i fund out the problem is relywith IE http://support.microsoft.com/default.aspx?scid=kb;en-us;276228 micrsoft explains tat there is...
Filipe La Ruina
filaruina
Offline Send Email
Jun 10, 2008
9:21 pm
16141
dear ,sirmagicsmile08 go to www.org and ask for copey of trhe ajax script even windows will give it to you as long as you say your a web desinger thats what i...
wesley fitzgerald
naultis
Offline Send Email
Jun 13, 2008
7:39 pm
16142
... Hello there, Presuming that you have knowledge about html/javascript see this site: http://www.ibm.com/developerworks/web/library/wa-ajaxintro1.html ...
Umberto
limadiniz
Offline Send Email
Jun 13, 2008
7:40 pm
16143
Hey my friend, i reccomend you read w3schools tutorials about AJAX, they are a nice start and explain really well whats AJAX is all about ;) You'll start doing...
Filipe La Ruina
filaruina
Offline Send Email
Jun 13, 2008
7:40 pm
16144
Hi All, Im creating a forum site and I've created all the pages where the forum thread will be shown except the form where the user will create a thread or...
javediq_143
Offline Send Email
Jun 21, 2008
12:24 am
16145
Hey guys, I'd like to know how can i make a mask for my fields with this pattern AA-000. The user always have to type two letters plus a '- ' and then 3...
Filipe La Ruina
filaruina
Offline Send Email
Jun 21, 2008
12:24 am
16146
You haven't given an example of the input information that contains the text alignment that is not being translated properly, so it's very difficult to come to...
David Smart
smartware_co...
Offline Send Email
Jun 21, 2008
12:57 am
16147
... Hi, You need to test against a regular expression. Any letter: [a-zA-Z] Symbol for a digit: \d 2 letters: [a-zA-Z]{2} 3 digits: \d{3} A literal '-'...
Jon Stephens
jdwayside
Offline Send Email
Jun 23, 2008
8:08 am
16148
... with ... plus a '- ... of ... masking ... if you ... don't ... be ... digits ... as ... of ... end. ... be ... in ... be ... either ... all the ... by a ...
Filipe La Ruina
filaruina
Offline Send Email
Jun 23, 2008
7:51 pm
16149
How to get the object's element value from a webpage where object name or id is not given. Thanks a lot. Regards Margo Neem margoneem@......
rinkypinkymehta
Offline
Jun 27, 2008
7:22 pm
16150
I am looking for help for the capture link's value. Could any body help me out. I need the code for capturing link's target url, anchor text and title of page...
robinsridhar
Offline Send Email
Jun 27, 2008
7:23 pm
16151
MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-1556391364-1214572863=:5519" --0-1556391364-1214572863=:5519 Content-Type: text/plain;...
Robin Sridhar
robinsridhar
Offline Send Email
Jun 27, 2008
7:24 pm
16152
Hi focks, Can anybody suggest me how I can get the value of object's element from a webpage where object name or id is not given. Regards Robin Sridhar ...
Robin Sridhar
robinsridhar
Offline Send Email
Jun 27, 2008
7:24 pm
16153
You can get an array of all elements and search. If you ask me, it's not worth it. Use an ID or name. --Tim Sabin ... from a webpage where object name or id is...
Tim Sabin
timsabin
Online Now Send Email
Jun 27, 2008
7:27 pm
16154
Hi, I've been trying to get this thing working for a while now, but I think I'm missing something. I'm trying to work out a better and more dynamic method for...
Bryan Garaventa
bgaraventa11@...
Send Email
Jun 30, 2008
3:51 pm
16155
Hi     how to disable print screen key using javascript. i tried using key code, but not suceeded. plz help me. thanks a lot in advance.  Regards Mathan.C...
Mathan Chanemougamourty
mathan.chane...
Offline Send Email
Jul 2, 2008
11:59 pm
16156
I don't think you can. But, you could detect when the Shift key is pressed (since most keyboards need it to press the PrtScn button) and while pressed overlay...
Matt Murphy
mmurph211
Offline Send Email
Jul 4, 2008
6:05 am
16157
I have a problem using URL variables and named anchor at the same time, for example www.mysite.com/directory.php?va1=50&var2=100#item15 ...
reversible_82
Offline Send Email
Jul 4, 2008
6:05 am
16158
Using ID or name is always better and less expensive for page load time ... From: Tim Sabin <tim@...> Subject: Re: [JavaScript] Capturing the Value of...
prasanna deo
prasanna_deo
Offline Send Email
Jul 4, 2008
6:05 am
16159
... Not possible. Browser JS doesn't have access to system-level functionality such as this. Which is a Good Thing(TM). cheers jon. -- This message has not...
Jon Stephens
jdwayside
Offline Send Email
Jul 4, 2008
10:01 am
16160
Hi All When I looked at ExtJS source code, I found something strange. could anyone here explain to me? In ext-base.js file they wrap the all code inside: ...
jiangqq
Offline Send Email
Jul 8, 2008
7:21 am
16161
hi i  live in iran i dont know language english very mutch can you help me? i want information about java script   [Non-text portions of this message have...
t tahriran
tahriran
Offline Send Email
Jul 8, 2008
7:21 am
16162
This is defining a function then immediately invoking it. Normally you define a function function myFunc () { ... } and you invoke it myFunc (); Here, first...
Tim Sabin
timsabin
Online Now Send Email
Jul 8, 2008
1:54 pm
16163
which type of information you want. give detail. ... [Non-text portions of this message have been removed]...
Salilendra Kumar
contactsalil...
Offline Send Email
Jul 8, 2008
8:27 pm
16165
t tahriran, i can also help if you like. please let us know what you are looking for. Zafar ... From: Salilendra Kumar <contactsalilendra@...> To:...
Z T Minhas
ztminhas
Offline Send Email
Jul 10, 2008
12:11 am
16166
hi   i want to install  java script  program, which program can i use and how can i start [Non-text portions of this message have been removed]...
@,@
s_o_so_2000
Offline Send Email
Jul 10, 2008
12:11 am
Messages 16136 - 16166 of 16813   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