Search the web
Sign In
New User? Sign Up
1stJavaScript · This is a group where questions, suggestions, etc can be posted about HTML, JavaScript and CSS, etc.
? 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 836 - 865 of 2989   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
836
what can i help you with,,,,beside with java...
UMAIR BUTT
umairbutt077
Offline Send Email
May 1, 2003
2:56 pm
837
Is this possible? I read some notes about this on a few boards on the web, but i haven't seen sample code to pull this off yet...I just thought I would ask you...
wilgf
Offline Send Email
May 1, 2003
5:50 pm
838
No you do not need it as a function because then you would have to call the function and not just include it in the body of the html. But the problem is the _...
Vaso Liakouli
papi_vaso
Offline Send Email
May 2, 2003
9:17 am
839
could some1 explain to me a bit in-depth about cookies? i'm not completely sure how to write them, but i know what they do. all the cookies i've ever put on my...
Raymond
rayllu
Offline Send Email
May 4, 2003
1:08 pm
840
Hi All, I want to set up the forum. Do you know which software I should use and what steps I need to do? Thank you so much. Tina Tran ...
unknown
tina_77017
Offline Send Email
May 5, 2003
1:48 pm
841
Okay, does anyone know the code, or where I could find the code, that finds whther or not a user has MSIE or NN? I have to use it inside a function, but I...
Stacy
l1l_b1onde
Offline Send Email
May 6, 2003
2:34 am
842
With this script you can take the name of the browser that your user is accessing the site with. <script type="text/javascript"> document.write("You are...
Vaso Liakouli
papi_vaso
Offline Send Email
May 6, 2003
8:28 am
843
Hi It seems to me that sometimes when I use the document.write method it only add another statement to the existing document and in other occasions it rewrites...
S Shulman
smshulman@...
Send Email
May 6, 2003
1:19 pm
844
... ============================================== Hi, there's the URL to three good articles that should tell you everything you need to know about cookies....
Sahara Jones
sahara_jones...
Offline Send Email
May 6, 2003
8:12 pm
845
I have my code working to have a new window open with information, however, I have to position it on the right side of the screen. The only problem is that I...
Swmfast85@...
l1l_b1onde
Offline Send Email
May 6, 2003
11:22 pm
846
Arguments are what are being passed... example... window.open(argument1,argument2,argument3) Hope this code helps you out... function ShowBusiness(varPage) { ...
Roy Eschner
too_tall_mex
Offline Send Email
May 7, 2003
12:25 am
847
Thanks! <3 Stacy ... Check out my sites: <A HREF="http://www.sugarsweet.net">www.sugarsweet.net</A> <A...
Swmfast85@...
l1l_b1onde
Offline Send Email
May 7, 2003
4:46 am
848
Hi Is it possible to to create a window (or a frame) that will have no scroll bars even if entire page can't be seen. I need that for a unique page and I can't...
S Shulman
smshulman@...
Send Email
May 7, 2003
5:11 pm
849
One quick way to do it is with Frames. You just set one frame to 100% like this... <html> <frameset "100,0"> <frame src="mainpage.html" name="main"> <frame...
Sahara Jones
sahara_jones...
Offline Send Email
May 7, 2003
6:26 pm
850
window.open(url,winName,'resizable,height=250,width=600,scrollbars') Omit the 'scrollbars' and you won't get any. ... From: S Shulman...
Atkinson, Robert
ratkinsonuk
Offline Send Email
May 8, 2003
8:00 am
851
Thank you ... From: Atkinson, Robert To: '1stJavaScript@yahoogroups.com' Sent: Thursday, May 08, 2003 8:59 AM Subject: RE: [1stJavaScript] Scroll ...
S Shulman
smshulman@...
Send Email
May 8, 2003
8:21 am
852
Hi I just joined yuor group and I would like like some tips for my website I'm building, because I want it to look cool so people would want to come to my site...
unit5332002
Offline Send Email
May 8, 2003
4:03 pm
853
Enter your vote today! A new poll has been created for the 1stJavaScript group: Is this site cool or what? o this is so cool o very nice o It's O.K. o I am...
1stJavaScript@yahoogr...
Send Email
May 8, 2003
4:10 pm
854
I had the code: select onChange="CheckRegion(region,this.options[selectedIndex].value);" for when someone selects the state from the dropdown menu, it shows...
Swmfast85@...
l1l_b1onde
Offline Send Email
May 9, 2003
2:56 am
855
hi i wann a help in java script to convert a date from mm-dd-yy to dd-mm-yy .My backend tool is Sql Server(MSSQL) which is showing date in mm-dd-yy that too in...
anusahree mukherjee
anushreemca
Offline Send Email
May 9, 2003
6:14 am
856
hi i want to validate a drop-down menu like if a particular state is selected then corresponding districts should be displayed can anyone help using...
anusahree mukherjee
anushreemca
Offline Send Email
May 9, 2003
6:19 am
857
i hope the following help you: if you are working with asp yoo can do tha as follow: you have the date in this format mm-dd-yy if you want to convert it to ...
Hugo Giraldo
ejemplosj
Offline Send Email
May 9, 2003
1:56 pm
858
... dd-mm-yy .My backend tool is Sql Server(MSSQL) which is showing date in mm-dd-yy that too in String format like May 7 2003can any one help me out anushree ...
Jim
sparklingweb...
Offline Send Email
May 9, 2003
7:35 pm
859
Hello, I have designed a page using frontpage 2000 and publisher 2000.And,when viewed under internet explorer, it looks fine.But it appears different under...
kobiebo
Offline Send Email
May 11, 2003
2:50 am
860
Hello, Unfortunately, IE and netscape do not support all web pages the same. I found this to be true, also. There is not an easy fix and, despite your best...
Daryl Dempsey
daryl_dempsey
Offline Send Email
May 11, 2003
12:16 pm
861
This is my last question, I swear, haha. I'm pulling numbers from my Totals column for a subtotal column, and I'm using this code to try to calculate the ...
Swmfast85@...
l1l_b1onde
Offline Send Email
May 11, 2003
9:54 pm
862
To be certain that you have numeric values extracted from a string us parseInt() or parseFloat() function calcSubTotal() { var...
John Bowling
johnlb2002
Offline Send Email
May 12, 2003
5:31 am
863
Hundreds of codes available at your fingertips! Learn from them, or just use them on your website! Copy and Paste them for instant results!...
rvdmarketing
Offline Send Email
May 12, 2003
11:52 pm
864
Greetings, I have the need to take the two word value of a form field and be able to onClick (img tag name="switch" is fine) rearrange the order. Example: ...
jg
reading_this
Offline Send Email
May 13, 2003
5:54 pm
865
Use indexOf http://www.devguru.com/technologies/ecmascript/quickref/string_indexof.html and string.substring ...
Atkinson, Robert
ratkinsonuk
Offline Send Email
May 14, 2003
8:14 am
Messages 836 - 865 of 2989   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