Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

JavaScript_Official · JavaScript . AJAX . ActionScript

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 7411
  • Category: JavaScript
  • Founded: Aug 27, 1998
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

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

Messages

Advanced
Messages Help
Messages 16097 - 16126 of 16942   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
16097 adhe_tmbk Send Email May 5, 2008
4:53 pm
how to make scroller text from database? i don't know how to connect js,php and mysql, for example I wanna scroll my guestbook,thank you for your advice...
16098 Tim Sabin
timsabin Send Email
May 5, 2008
5:17 pm
I don't know if I understand what you want. When you try to display more than a page's worth of data, the browser will automatically add the appropriate...
16099 Bhavesh Shah
bhavesh101280 Send Email
May 9, 2008
6:02 pm
Dear Friends, Hope u all doing fine. I m stuck in one problem. Herewith I'm sending one HTML file. My purpose is when I click on "click", I'm generating TR...
16100 David Smart
smartware_co... Send Email
May 9, 2008
9:48 pm
Attachment has been stripped off your message. Regards, Dave S ... From: "Bhavesh Shah" <b.shah@...> To: <JavaScript_Official@yahoogroups.com> Sent:...
16101 MEL
girl_moon_godess@... Send Email
May 12, 2008
2:14 pm
Hi: I try to follow the instruction using google map in javascript. Script some times work fine but when i put the values in Your Address Textbox it wont shows...
16102 miguel.rdz@...
Mianrogo Send Email
May 12, 2008
4:11 pm
You can see it in this page http://www.w3schools.com/htmldom/met_table_insertrow.asp ... From: "Bhavesh Shah" <b.shah@...> Date: Fri, 9 May 2008...
16103 Leelakh Ran
ran1@... Send Email
May 12, 2008
4:12 pm
Hi, I am making relevant changes on my web server by passing some suitable URL on my web browser (By login through cpanel). To do it often, I am keeping a web...
16104 caitlin_weaver May 12, 2008
4:12 pm
Say on frame 'one' I have this: <a id='testing&#39;>chips</a><br> On the same page something like this works fine: <a ...
16105 Jon Stephens
jdwayside Send Email
May 12, 2008
7:57 pm
... You can't update the DOM tree of one document from another document that's on a different server. cheers jon. ... -- This message has not been scanned for...
16106 Alligator
alligator_666 Send Email
May 12, 2008
8:04 pm
Say you have a frameset defined like this: <frameset> <frame src='somepage1.html' id='frame1&#39; name='frame1&#39;> <frame src='somepage2.html' id='frame2&#39;...
16107 salam_t2 Send Email May 13, 2008
5:46 pm
Currently I need to capture browser close event. I got help from net but those solutions are not browser independent. Help me....
16108 Tim Sabin
timsabin Send Email
May 13, 2008
6:33 pm
If you truly mean you want to capture the closing of the browser, there are 3 things you need to look for: 1) a mouse click on the screen bottom (for the...
16109 Walter Conti
contiw Send Email
May 14, 2008
4:28 pm
<script> rMail = "walter@..."; var re = /^[_a-z0-9-]+(\.[_a-z0-9-]+)*@[a-z0-9-]+(\.[a-z0-9-]+)*(\.[a-z] {2,3})$/i; var re =...
16110 nickmarinho@...
nickmarinho Send Email
May 14, 2008
4:28 pm
... <body onUnload="yourFunction();"> this "yourFunction&quot; are one function that you can make a script to do anythings. as onLoad, onUnload can do things...
16111 Bhavesh Shah
bhavesh101280 Send Email
May 14, 2008
4:29 pm
Dear All, Hope everyone doing fine. Have one doubt in JavaScript. Can we capture radio buttons value when we use history.back (). E.g. I have two radio...
16112 Bhavesh Shah
bhavesh101280 Send Email
May 14, 2008
4:30 pm
Hi. Hope u doing fine. Exactly what you want 2 know? Can u tell again? Thanks and Regards ______________________________________________ Bhavesh Shah l...
16113 javediq_143 Send Email May 16, 2008
4:20 pm
Hi All, This is my first post in this forum. Please follow this link http://go2bollywood.tv/kajol/index.asp. This is my recent work. As you can see that on the...
16114 JavaScript_Official@y... Send Email May 18, 2008
11:50 pm
Reminder from: javascript3 Yahoo! Group http://groups.yahoo.com/group/javascript3/cal Rochelle's birthday Monday May 19, 2008 All Day (This event repeats every...
16115 Matt Murphy
mmurph211 Send Email
May 20, 2008
6:03 am
I am wondering which approach would be faster when using setTimeout to execute code. Or, would they run at the same speed? ( The function here is very small,...
16116 shobuz99 Send Email May 20, 2008
6:03 am
Javed, Expand the height of the entire page and put more space between the menu area and the video frame, so that the menus drop down above the video frame;...
16117 Ryan Doherty
ryan.doherty Send Email
May 20, 2008
5:29 pm
My first guess is that A would be slower b/c the string you pass setTimeout needs to be eval'd. I would use B simply because it's more 'Javascripty&#39;, i.e.,...
16118 liorean Send Email May 20, 2008
5:29 pm
... Approach A is equivalent to setTimeout(new Function('testFunc()'), 1000); Because this adds a slight cost (it's two function calls instead of one),...
16119 David Smart
smartware_co... Send Email
May 20, 2008
10:46 pm
A lot would depend on how often you are intending to run the setTimeout code, I would think. If you only run it once, then there is probably little difference....
16120 Brian E Boothe
codemage67 Send Email
May 21, 2008
5:19 pm
can someone Show examples of a tree menu that reads its Structure from a MySQL database,.? thanks [Non-text portions of this message have been removed]...
16121 Matt Murphy
mmurph211 Send Email
May 21, 2008
5:19 pm
Is approach B a string though? I made it an anonymous function thinking that it wasn't. Let's say they were rewritten as: *Approach A*: var testFunc = function...
16122 Tim Sabin
timsabin Send Email
May 21, 2008
7:28 pm
B is not a string. However, like all JavaScript, the string that contains the function definition is interpreted / analyzed. Here's the difference: Approach A...
16123 David Smart
smartware_co... Send Email
May 21, 2008
10:27 pm
This is a JavaScript forum. JavaScript in a client page will not have access to a MySQL database. You need client-server code and possibly a different message...
16124 Marvin Hunkin
neilmarvin Send Email
May 22, 2008
4:44 pm
Hi. tried looking on the web, on how to do these things, for a java ascript assignment, for one of my subjects, and created a website, but need to do the merit...
16125 David Smart
smartware_co... Send Email
May 22, 2008
10:39 pm
Marvin Your explanation doesn't ring true, frankly. You say you have searched the Internet, etc, but then present two completely separate merit point ...
16126 Dermot
dermotduke Send Email
May 23, 2008
4:42 pm
I hope I don't get flamed for doing this but I am going to give you a leg up on the price calculator. It's just a start. There is still the zero filling,...
Messages 16097 - 16126 of 16942   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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