Search the web
Sign In
New User? Sign Up
HTML-on-the-WEB · HTML-on-the-WEB Discussion List
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

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 19693 - 19722 of 22463   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
19693
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
4:37 pm
19694
Hi all... I have a tell-a-friend script that I am using for a website. After one enters the necessary information and submits it, it takes the visitor to a...
Melinda Robinson, Mul...
amricslady
Offline Send Email
Dec 1, 2005
8:15 pm
19695
Try deleting the whole line: print $display->full('Email sent successfully to ' . $to_name, a({-href=>$referrer}, 'Click here to return to the page you came...
Bob
robert_dehoure
Offline Send Email
Dec 1, 2005
8:42 pm
19696
... Er...JavaScript is _client_-side. PHP is _server_-side. You are trying to mix two technologies that are fundamentally different. What you want to do...
Thomas J. Hruska
shininglightpro
Offline Send Email
Dec 1, 2005
8:58 pm
19697
... I did indeed make a backup; I always do that when I'm making tweaks that I am unsure will work. *grin* I tried that and got a 500 error - "The page cannot...
Melinda Robinson, Mul...
amricslady
Offline Send Email
Dec 1, 2005
9:13 pm
19698
... Without knowing more about the script... and this is of course just a guess... but while that may still work, I think it takes out any indication to the...
Michael Roush
mdroush
Offline Send Email
Dec 1, 2005
9:19 pm
19699
The question of whether or not anyone really disables javascript and whether web designers should take non-javascript enabled browsers into account comes up on...
Michael Roush
mdroush
Offline Send Email
Dec 1, 2005
9:29 pm
19700
Assuming your javascript is in a PHP page, use PHP to write out a *javascript* array using the values from the PHP array which your javascript can then use....
PapaTango
papa_tango_1102
Offline Send Email
Dec 1, 2005
11:29 pm
19701
Hi Melinda, I assumed that the variable $referrer held the page you wanted to go to. If you put:- echo $referrer; exit; and run it, it will stop and print out...
Bob
robert_dehoure
Offline Send Email
Dec 2, 2005
5:34 am
19702
Can someone answer a question for me please. I don't understand how some things work. On an order form, when you have the orders to submit to...
JoAn
joannapier2
Offline Send Email
Dec 2, 2005
5:54 pm
19703
... How is the form designed? What is the action of the form? Is it something similar to <form action="mailto:orders@...">? Or is there a separate...
Michael Roush
mdroush
Offline Send Email
Dec 2, 2005
7:10 pm
19704
Everyone who gets a copy in their mail box sees: orders@... the action is coded like this: <TABLE cellSpacing="0" cellPadding="2" width="600"...
JoAn
joannapier2
Offline Send Email
Dec 2, 2005
8:09 pm
19705
... It sounds to me like "orders@..." just redirects the e-mail to everyone who is supposed to receive it. Sorta like this list group. The fact that...
Michael Roush
mdroush
Offline Send Email
Dec 2, 2005
8:51 pm
19706
Thanks. You confirmed what I thought but wanted to be sure I didn't have wayward thinking. JoAn ... It sounds to me like "orders@..." just redirects...
JoAn
joannapier2
Offline Send Email
Dec 2, 2005
10:00 pm
19707
... Get on the phone with your hosting company and while on the phone with them, test your form. Ask them to check to see if the problem email went thru their...
lists
jramer1
Offline Send Email
Dec 2, 2005
11:17 pm
19708
Yes. That is appx what happened. Seems like the host turned on some forbidden spam filters. Who knows why???? Anyway, we got the filters turned off and the...
JoAn
joannapier2
Offline Send Email
Dec 3, 2005
12:06 am
19709
Hey gang, I'm struggling trying to create cross-browser hover effects for some thumbnails on a page. When someone rolls over a thumbnail, I want a 1px red ...
Dean Hamack
tactics2337
Offline Send Email
Dec 3, 2005
8:22 pm
19710
Ooops, the message screwed up the link. Here it is again: http://www.bushidodesigns.net/clients/room101/showroom/accessories/index.htm...
Dean Hamack
tactics2337
Offline Send Email
Dec 3, 2005
8:26 pm
19711
Hi Dean, The only solution I can see (to make it work in all browsers that support hover) is having a black border, then red on hover:- .prodtext img { border:...
Bob
robert_dehoure
Offline Send Email
Dec 4, 2005
3:41 pm
19712
... Wow... I tried about 50 different ways to do that yesterday and none of them worked. Somehow you came up with just the right syntax and combo to pull it ...
Dean Hamack
tactics2337
Offline Send Email
Dec 4, 2005
7:36 pm
19713
Is it Possable to change an animated picture to html .I think I am asking the right question.What im trying to do is put an animated pic on a yahoo home page....
star_gazzier
Offline Send Email
Dec 6, 2005
6:47 am
19714
Hi Dan, --"Is it Possable to change an animated picture to html .I think I am asking the right question.What im trying to do is put an animated pic on a yahoo ...
Bas van Hoorn
kruidmeester
Offline Send Email
Dec 6, 2005
11:26 am
19715
... <snip> Er...while that statement is false (I've got the source code to prove it too), performance goes out the door to actually make it happen. Think one...
Thomas J. Hruska
shininglightpro
Offline Send Email
Dec 7, 2005
2:36 am
19716
On Tue, 06 Dec 2005 21:36:34 -0500 "Thomas J. Hruska" <shinelight@...> ... Gee, what tipped you off to that?...
Gary Krockover
gkrockover
Offline Send Email
Dec 7, 2005
3:17 am
19717
... Probably because I'm the only one on this list capable of programmatically extracting individual pixels from a GIF and dumping the result into a HTML...
Thomas J. Hruska
shininglightpro
Offline Send Email
Dec 7, 2005
3:55 am
19718
Hi Thomas, --"> You cannot change a GIF picture into HTML code, ... Er...while that statement is false (I've got the source code to prove it too), performance...
Bas van Hoorn
kruidmeester
Offline Send Email
Dec 7, 2005
4:27 am
19719
... I know, you missed my point - maybe I should write it in C# so that you wont miss it - but ah, nevermind, it's not important really....
Gary Krockover
gkrockover
Offline Send Email
Dec 7, 2005
5:05 am
19720
Hi Gary, --"I was replying to someone who thought something was impossible on a computer." -- Not so much impossible (hell, I built my first computer back in...
Bas van Hoorn
kruidmeester
Offline Send Email
Dec 7, 2005
5:13 am
19721
... By the way, ImageMagick. Same trick as yours. ;)...
Gary Krockover
gkrockover
Offline Send Email
Dec 7, 2005
5:18 am
19722
... That was Thomas' quote, not mine. G....
Gary Krockover
gkrockover
Offline Send Email
Dec 7, 2005
5:22 am
Messages 19693 - 19722 of 22463   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