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 15500 - 15529 of 16808   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
15500
Is it possible to turn an HTML meta tag into a PHP variable using javascript? I want to turn the Page Title metatag into a PHP variable which I can then echo...
Stewart Buckingham
stu2ph
Offline Send Email
Sep 4, 2007
5:24 pm
15501
Hi everyone, I am trying to do a very simple CSS file switch to change the skin of my site by toggling though with a button in ASP.NET and function calls in...
Frank
maybush1
Offline Send Email
Sep 4, 2007
5:24 pm
15502
Is it possible to turn an HTML meta tag into a PHP variable using javascript? I want to turn the Page Title metatag into a PHP variable which I can then echo...
Stewart Buckingham
stu2ph
Offline Send Email
Sep 4, 2007
5:28 pm
15503
I wouldn't use the meta tag. What I'd do: I'd have the domains set a "hidden" field - say, "domain". This could be included in your HTML: <input type="hidden"...
Tim Sabin
timsabin
Online Now Send Email
Sep 4, 2007
6:42 pm
15504
I do not think it is possible. PHP is server-side that is processed before the page is rendered by the browser. JavaScript is processed after the page is...
soren.j.winslow@...
sorenwinslow
Offline Send Email
Sep 4, 2007
9:27 pm
15505
I forgot to mention that I did declare the button, by the way. Here is the code (outside of the functions): var link = document.getElementsByTagName("link"); ...
Frank
maybush1
Offline Send Email
Sep 4, 2007
9:29 pm
15506
I don't use PHP so am drawing on ASP experience here, but ... I think you are talking about some JavaScript in the DESTINATION page to extract the information...
David Smart
smartware_co...
Offline Send Email
Sep 5, 2007
7:07 am
15507
... From: Stewart Buckingham Is it possible to turn an HTML meta tag into a PHP variable using javascript? I want to turn the Page Title metatag into a PHP...
listgroups@...
Send Email
Sep 5, 2007
2:07 pm
15508
I'm not completely understanding what you want to do, so forgive me if I'm off-base here. Also, sorry for the slightly off-topic post here - I'm not going...
Ian Smith-Dahl
kyldthecat
Offline Send Email
Sep 5, 2007
2:07 pm
15509
Hi Frank, I'm not sure whether you have declare the variable "btn". According to the error message, btn seems to be not declared :-). Well, as for me ,I prefer...
kislife2004
Offline Send Email
Sep 5, 2007
2:07 pm
15510
On second thought, you could also go pure JavaScript, couldn't you? something like: document.title = document.URL + " on sale!"; Maybe I'm not understanding...
Ian Smith-Dahl
kyldthecat
Offline Send Email
Sep 5, 2007
2:08 pm
15511
Hi Stewart, I'm not entirely clear on what you need. The meta tag array can be accessed via Javascript like this: var myArray =...
Paul Donahue
scramjetter
Offline Send Email
Sep 5, 2007
2:08 pm
15512
Hi Frank, The script is trying to access 'btnSkin' before the body has loaded. If you declare the variable 'btn' inside your functions the error will probably...
Paul Donahue
scramjetter
Offline Send Email
Sep 5, 2007
2:08 pm
15513
... JavaScript functions don't have automatic access to user-defined global variables. ... Either define link and btn inside the functions, or prefix them with...
Jon Stephens
jdwayside
Offline Send Email
Sep 5, 2007
2:55 pm
15514
Hi, I am designing these pages which are using the style sheet www.bmc.com/bmctv/bmctv2.css Issue I am facing is only one of the pages is reflecting the exact ...
ektavikas
Offline Send Email
Sep 7, 2007
12:05 am
15515
Hi Folks. In one <TR> i have three <TD> cells, each with a transparent image. in the next <TR> there are three <TD> cells each with a corresponding radio...
Dave
arpoador1
Offline Send Email
Sep 8, 2007
8:07 am
15516
You are using onSelect and onDeselect.events. Could you point us at the description of these with relation to radio buttons please as I am not familiar with...
David Smart
smartware_co...
Offline Send Email
Sep 8, 2007
9:29 am
15517
Thanks David. My may be right. One day, I'm sure the W3C will see the usefulness of onSelect and onDeselect applied to radio button sets. Only makes sense....
Dave
arpoador1
Offline Send Email
Sep 8, 2007
5:37 pm
15518
... Why the extra <div>s? And inline styles are messy and hard to maintain. Use something like <td id="r0" class="myTD">...</td> td.myTD...
Jon Stephens
jdwayside
Offline Send Email
Sep 8, 2007
6:01 pm
15519
Jon, Thanks for your idea. I think its a good one. The background color doesn't change. I get a syntax error when I use background-color instead of background...
Dave
arpoador1
Offline Send Email
Sep 8, 2007
9:07 pm
15520
Hi, I am having a frameset and 2 frames in it.In 1st frame I set the src property to a URL that is returned by a third party api. This URL is not the actual...
nitin_adhikari2002
nitin_adhika...
Online Now Send Email
Sep 9, 2007
2:53 am
15521
IE is notorious for ignoring CSS attributes, like in this case width: 640px; It looks like IE is displaying the div narrower than it should, thereby cutting...
Duane A. Couchot-Vore
dcouchotvore
Offline Send Email
Sep 9, 2007
2:58 am
15522
... Notice that I used "style.backgroundColor", although "background" should work just fine, like it does in CSS. When a CSS attribute contains a hyphen, the...
Jon Stephens
jdwayside
Offline Send Email
Sep 9, 2007
6:35 pm
15523
Thanka so much for reply! So where exactly do i need to add the spacer image? In the html code or the css? I would appreciate your help in this. Thanks so...
Ekta Vikas
ektavikas
Offline Send Email
Sep 11, 2007
11:35 pm
15524
I'm pretty sure that you're out of luck here. For security reasons, neither the src URL from other hosts nor the frame document content (perhaps also only...
Duane A. Couchot-Vore
dcouchotvore
Offline Send Email
Sep 11, 2007
11:37 pm
15525
Duane... While I agree with you about outlawing IE... Are you kidding me? A spacer gif? Is this 1998? Ekta... I think this post would have been better on a...
stevegmag
Offline Send Email
Sep 12, 2007
8:41 pm
15526
Hello, everyone. I am trying to get a Flash object that displays local weather on a home page. Neither the Flash nor the code to implement the Flash was ...
monsieurdizzy
Offline Send Email
Sep 12, 2007
8:42 pm
15527
I've been trying to change an image when a checkbox is clicked or unclicked. I get an error when I test the checkbox (which is actually an array of length1)...
Dave
arpoador1
Offline Send Email
Sep 12, 2007
9:12 pm
15528
OK. Figured it out. Cardinal rule: You can't have a hypen in a DOM object name such as document.form1.LED-Color.src. Changing this to...
Dave
arpoador1
Offline Send Email
Sep 13, 2007
12:01 am
15529
... form1["LED-Color"] -- Jonas Raoni Soares Silva http://jsfromhell.com http://www.contraacpmf.com.br...
Jonas Raoni
jonasraoni
Offline Send Email
Sep 13, 2007
4:40 pm
Messages 15500 - 15529 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