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...
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 11123 - 11152 of 16813   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
11123
u can see this link .This type of Meenu u have need. http://164.100.194.23:8080/budget/budget.jsp thanks abhishek tripathi Brian Boothe <subrian@...>...
abhishek tripathi
abhi_tri13
Offline Send Email
Jun 1, 2005
8:52 am
11124
Hi friends, I am using event.keyCode to check form input. It is working fine in IE but not in firefox. How should I fix this? regards, Waqas...
Mian Waqas
webmaster_waqas
Offline Send Email
Jun 2, 2005
9:22 am
11125
Try this. JavaProgrammer_ <html> <head> <script type="text/javascript"> function kpress(e){ var key; //internet explorer if (e==null) { document.all; e =...
javaprogrammer_
Offline
Jun 3, 2005
6:14 am
11126
Hi Dave thanks for rply in my code checkboxval is hidden text box which hold the veriable value and i call the value from this text box on next page i assigne...
nitin kalyankar
nitinscript
Offline Send Email
Jun 3, 2005
5:18 pm
11127
The hidden text field will need to be inside the form on the first page. Retrieving its value is no different to retrieving the value of the other fields in...
David Smart
smartware_co...
Offline Send Email
Jun 4, 2005
1:26 am
11128
I need some help with a web page coding problem... Would anyone share some onmouseover tricks that enable the active area of a page to remain active while a...
psaintli101
Offline Send Email
Jun 6, 2005
4:36 am
11129
Hey, This is so interesting. What if I use that junk of code? What do I get back as a result? I need a lot of help down here as my Microsoft FrontPage does not...
Christian Kizer
x_kizer
Offline Send Email
Jun 6, 2005
5:02 pm
11130
Well, If I'm not wrong, you just want users not able to access the last page through "back" button of browser. If this is the case, you can simply clear the...
akajain
Offline
Jun 7, 2005
6:21 am
11131
the problem is really interesting, but I'd appreciate if you could elaborate it....
akajain
Offline
Jun 7, 2005
6:23 am
11132
Apologies to everyone for the crossbreeding of ColdFusion and javascript. I am working on a page on which the user has requested that one text field be...
Greg Hope
g_hope
Offline Send Email
Jun 7, 2005
8:43 pm
11133
Do you have a specific question or problem? Dave S ... From: Greg Hope To: javascript_official@yahoogroups.com Sent: Wednesday, June 08, 2005 6:36 AM Subject:...
David Smart
smartware_co...
Offline Send Email
Jun 7, 2005
10:28 pm
11134
Whoops! Yes, my form.rate field is not getting populated when I focus to it. I'm currently testing on IE6. Thank you! David Smart <smartware@...>...
Greg Hope
g_hope
Offline Send Email
Jun 8, 2005
12:09 am
11135
Well, I see a few different things to look at. It looks like you are creating a one-dimensional array called arrayRate and putting three items into it - a...
David Smart
smartware_co...
Offline Send Email
Jun 8, 2005
5:24 am
11136
Ok, I took the coldfusion out of it to make the problem a little simpler to grasp. I assue the code you used was just a quick mock up to show your problem, as ...
Ken Auenson, II
kja2
Online Now Send Email
Jun 9, 2005
1:47 pm
11137
An immediate thanks back to you for such a comprehensive response. I'll digest all of the following and, if I can't work it out, will write back with the view...
Greg Hope
g_hope
Offline Send Email
Jun 9, 2005
1:47 pm
11138
Many, many thanks, Ken. Yes, that was a quick mockup, but the js errors are authentically mine. I'll test with this. Greg "Ken Auenson, II"...
Greg Hope
g_hope
Offline Send Email
Jun 9, 2005
9:43 pm
11139
I think what might work best here is an associative array of associative arrays: <script type="text/javascript"> var rates = getrates = getclasses = getsteps =...
Jon Stephens
jdwayside
Offline Send Email
Jun 10, 2005
9:27 am
11140
I did this once using a hidden layer that would send the value through a hidden field then would update the parent, using cf and javascript turned out to be a...
Fred T. Sanders
sandersfred
Offline Send Email
Jun 13, 2005
3:06 pm
11141
Hi, We need to embed some dynamic content from another site into one of our sites. Both the sites belong to us(hence no copyright issues), however the domains...
Sundari Chelliah
ssundari_jsct
Offline Send Email
Jun 13, 2005
3:07 pm
11142
Hi everybody, I am a javascript newbie and I am trying to make the CURRENT HTML page unresizable (not a new unresizable popup). How can i do that? Is there ...
nezo573
Offline Send Email
Jun 13, 2005
3:07 pm
11143
Hi Sundari, Yes, there is a outstanding vurnerability issue about <IFRAME> accessing its content because IE 5.x and above have restricted it for javascript. An...
ROBERTO ZACARIAS
rezachary
Offline Send Email
Jun 14, 2005
3:32 pm
11144
Hi, Yes, you can do that using the feature parameter of a window, see below; WinObj =window.open("URL","windowname","resizable=1") Yes=1, No=0 If you're doing...
ROBERTO ZACARIAS
rezachary
Offline Send Email
Jun 14, 2005
3:33 pm
11145
HI all IM needing some javascript that allows me to print all Checked items in a page, the checked items would be PDF files on my server [Non-text portions of...
Brian Boothe
codemage67
Offline Send Email
Jun 14, 2005
3:33 pm
11146
Hi All, I am new this group as well to Javascript . I am trying javsascript for a web page and am stuck in it so need your help . Actually ,I want that user...
aklsun
Offline Send Email
Jun 15, 2005
9:02 am
11147
If you want to hold the name you will have to store it somewhere. Seeing you're using JavaScript (and presumably not using a server-side component such as...
David Smart
smartware_co...
Offline Send Email
Jun 15, 2005
9:47 am
11148
I have been working on a system for designing card layouts for a while now. I have done most of the code myself but am lacking in the areas of scrollers so I...
Steffan A. Cline
steffan_cline
Online Now Send Email
Jun 16, 2005
5:15 pm
11149
I have a working javascript which generates a three column menu. How do I make this happen: Onmouseover the menu items, the three column menu would show up and...
vagner_hughs
Offline Send Email
Jun 16, 2005
5:15 pm
11150
Hi, Javascript experts: I have a working javascript which generates a three column menu. How do I make this happen: Onmouseover the menu items, the three...
Vagner Hughs
vagner_hughs
Offline Send Email
Jun 16, 2005
5:18 pm
11151
I'm curious as to today's standards as to publishing flash in HTML emails. I receive a lot of HTML email marketing stuff, and only a little bit has Flash...
Blake Miller
blakemiller99
Offline Send Email
Jun 18, 2005
12:12 am
11152
I am immediately suspicious of any e-mail with animated images and will train my spam filter to toss them out. There is just no need for Flash in an e-mail...
David Smart
smartware_co...
Offline Send Email
Jun 18, 2005
3:20 am
Messages 11123 - 11152 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