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 to share photos of your group with the world? 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 12368 - 12397 of 16808   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
12368
ok, you can find many ready-to-use scripts at ScriptMenu.com, http://www.scriptmenu.com/ for HTML tutorials, i recommend W3Schools.com: ...
Nick Noach
zhisede
Offline Send Email
Dec 1, 2005
4:15 pm
12369
Is there a way in javascript or JSP to test a url for redirecting. Like if i have a button that goes to a URL and i want to know if that URL redirects me to...
josh
ascetik
Offline Send Email
Dec 1, 2005
6:13 pm
12370
My form opens by populating a PHP array using data from a MySQL database. The PHP array name is $aTee[$i] and will have 3 - 5 elements. I have a JavaScript...
MichaelPakay
pakaymc
Offline Send Email
Dec 1, 2005
6:13 pm
12371
Ok i'm running with this google example. So I go to google, I 'view source' and i get the form and text names. and this is my code. <input type="button"...
josh
ascetik
Offline Send Email
Dec 1, 2005
6:14 pm
12372
When I click on the link http://www.google.com I actually end up at http://www.google.com.au. I.e. the first URL doesn't go straight to the page you see....
David Smart
smartware_co...
Offline Send Email
Dec 1, 2005
7:54 pm
12373
No. Dave S ... From: josh To: JavaScript_Official@yahoogroups.com Sent: Friday, December 02, 2005 3:31 AM Subject: [JavaScript] check for redirect? Is there a...
David Smart
smartware_co...
Offline Send Email
Dec 1, 2005
7:54 pm
12374
Nick, Wow! ScriptMenu is quite a resource. Thanks for sharing that tip. Far Farley ... From: JavaScript_Official@yahoogroups.com ...
The Professional Netw...
farfarley
Offline Send Email
Dec 1, 2005
8:23 pm
12375
... You could pull it off, but it would be an ugly hack and very slow to execute unless you had some kind of caching mechanism or a way of knowing certain...
Rich
richs305
Offline Send Email
Dec 1, 2005
8:24 pm
12376
You cannot intermingle your JS and PHP code in this way because $i is a variable in JS, and JS does it's work after the PHP code has already been executed....
Rich
richs305
Offline Send Email
Dec 1, 2005
8:24 pm
12377
... Sounds more like a browser compatibility issue than a server issue. Different browsers implement the "style" object in JS differently (among MANY other...
Rich
richs305
Offline Send Email
Dec 1, 2005
8:25 pm
12378
You won't learn it unless you study at least the basics. bhavin_patil <bhavin_patil@...> wrote: Hi Everybody, I am just join this group, I am just start...
Easy Money
viewcharts
Offline Send Email
Dec 1, 2005
9:34 pm
12379
Another workaround would be to use PHP to echo a JS sentence to create the array in JS: <script type="text/javascript"> <!-- <?php echo "myJSAuxi = '" ....
Ariel Seoane
arielseoane
Offline Send Email
Dec 1, 2005
11:18 pm
12380
It's certainly possible to write JS array-definition code from PHP, -BUT- how to do so successfully depends on the type(s) of values that are stored in the PHP...
Jon Stephens
jdwayside
Offline Send Email
Dec 2, 2005
7:59 am
12381
hi guys i have this question>> i have this javascript in my blog that sends a request to a php script on another server. my question is how can i read the...
kray blue
sl_ime
Offline Send Email
Dec 2, 2005
8:10 am
12382
You could create an invisible iframe (through JS) and open the URL to be tested into it. Use setTimeout to call a function to verify if the window.location is...
Rafael C.P.
kuraminhabr
Offline Send Email
Dec 2, 2005
8:11 am
12383
Yes, it's totally non-intuitive, and probably useless. (Designed by C programmers :-) For ... in actually returns the properties of the object unless the...
David Smart
smartware_co...
Offline Send Email
Dec 2, 2005
12:10 pm
12384
Jon, Ariel & Rich Thanks you for all your help. I have reworked my page where I placed the value I need to a <input> tag Within my JavaScript function I create...
MichaelPakay
pakaymc
Offline Send Email
Dec 2, 2005
4:33 pm
12385
I have a software client who posts updates to its products many times a month. The CEO would like me to make the date of the last updates appear AUTOMATICALLY...
blackbirds
lionceau4
Offline Send Email
Dec 3, 2005
6:13 pm
12386
hi guys, i'm a new guy around.......... can you guys please teach me how to make a hit counter for website? i would be happy if you guys show me the code -- of...
bram pangestu
pangestu_bram
Offline Send Email
Dec 3, 2005
6:16 pm
12387
I tried to send an HTML email for my company's invitation to a conference from Outlook. Somehow, either the settings (IT group) prevent me from "embedding...
nickvansmack9
Offline Send Email
Dec 4, 2005
3:10 am
12388
How can I remove ALL line breaks in a TEXTAREA? I need to insert it in a TEXT field in MySQL without any line breaks. I tried to replace in PHP, it seems to be...
Fernando (UK)
fernandosouz...
Offline Send Email
Dec 4, 2005
3:10 am
12389
hello sir i am amit working in Dispark i need a function in javascript which can do following task:- 1>How can i disable the internet explorer window close...
amit jain
amitjain_2907
Offline Send Email
Dec 4, 2005
3:11 am
12390
Replace is probably the best way to do it, and it should work fine. Post your code and something might occur to someone. Regards, Dave S ... From: Fernando...
David Smart
smartware_co...
Offline Send Email
Dec 4, 2005
3:17 am
12391
Fernando, If you want to remove the line breaks via JavaScript, you need to 1) get the field contents: var textarea = document.myform.myta.value; 2) look...
Tim Sabin
timsabin
Online Now Send Email
Dec 4, 2005
4:07 am
12392
See my comments below. ... user machine using javascript. You can't. The Close icon "X" is a system-level decoration (i.e., part of Windows itself), whereas...
Tim Sabin
timsabin
Online Now Send Email
Dec 4, 2005
4:19 am
12393
i want help in learning flash if any one have any soft material about flash as tatorials or any other kind of information plz send me i will be very thank ful...
tuseef4u
Offline Send Email
Dec 4, 2005
7:39 pm
12394
Use Google to look for Flash programming tutorials - they are sure to be out there. Also look in Yahoo groups for groups that deal with Flash programming - I...
David Smart
smartware_co...
Offline Send Email
Dec 4, 2005
8:12 pm
12395
go for the trial membership at this site. safari.oreilly.com... They write the best books anyway - saves me hundreds of dollars a year easy. they publish all...
njr
darkdirk1
Offline Send Email
Dec 4, 2005
9:34 pm
12396
here is some links http://www.techbattle.net/linksBattle/?c=346 and also http://www.techbattle.net/flashStuff/scrolling-links.swf ... to be out there. Also...
njr
darkdirk1
Offline Send Email
Dec 4, 2005
9:49 pm
12397
I'm not sure waht you completely mean, because in flash theres use of vectors ans shpaes and then theres actual coding (The coding part is called...
Cruz Monrreal
sequence_zero
Offline Send Email
Dec 5, 2005
4:42 am
Messages 12368 - 12397 of 16808   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