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...
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 1396 - 1425 of 2988   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1396
Okay, i just updated my scriptpacker-site: www.scriptpacker.com(http://www.scriptpacker.com/) Program&nbsp;is now for free :-)))) just take a look at the...
roland@...
Send Email
Sep 2, 2004
8:45 am
1397
Hello: Using javascript, how can I detect into a Textbox when users press ENTER key and thus to launch a script from a link button? I’ll appreciate your help...
A. López C.
adan4
Offline Send Email
Sep 3, 2004
8:57 pm
1398
hello, You can use this code to detect into a Textbox when users press ENTER key to call function. <input type=text id=t1 onkeydown ="if(event.keyCode==13)...
Shine
helloarvin
Online Now Send Email
Sep 4, 2004
5:08 pm
1399
I don't want to use the usual common fonts on my website, but if I use anything unusal, visitors to my site would not be able to see. Is there a way I can...
tchairdjian
Offline Send Email
Sep 6, 2004
2:18 am
1400
Firstly, I'm sure everyone would agee, that it's rather annoying getting mail where someone has replied using the same subject line but with questions on a ...
Jim Toal
bwana_jim1
Offline Send Email
Sep 6, 2004
2:53 am
1401
Hello, It isn't desirable to automatically install fonts, and not possible. You can offer to allow people to download particular fonts, if you wish. However,...
Ken J Ward
kenjward
Offline Send Email
Sep 6, 2004
10:12 am
1402
Thank you very much for your speedy response and suggestions. Advice well taken. Dick :-) ... From: Ken J Ward To: 1stJavaScript@yahoogroups.com Sent: Monday,...
Dick H. Tchairdjian
tchairdjian
Offline Send Email
Sep 6, 2004
8:14 pm
1403
Hi people, I have the following code: //----------------------------------------------------------------- <HTML> <HEAD> <SCRIPT LANGUAGE="JavaScript"> function...
leon_dsouza
Offline Send Email
Sep 7, 2004
7:31 am
1404
Leon - in terms of sequence, the 'onchange' is actioned before the cursor is moved to the new object, so is overriding your focus event. Onblur does work the...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Sep 7, 2004
8:00 am
1405
Hello: I’m referring to your page: http://trans4mind.com/personal_development/JavaScript/searchFrame.htm Function go() I put this in my project but when I...
A. López C.
adan4
Offline Send Email
Sep 7, 2004
10:50 pm
1406
Hello: I’m referring to your page: http://trans4mind.com/personal_development/JavaScript/searchFrame.htm Function go() I put this in my project but when I...
A. López C.
adan4
Offline Send Email
Sep 7, 2004
10:55 pm
1407
Hello, The significant code is: "parent.myMain.location=document.F187.MySelect.options[document.F187.MySelect.selectedIndex].value" So most probably, you do...
Ken J Ward
kenjward
Offline Send Email
Sep 8, 2004
8:37 am
1408
Help! I would like to know how to cause web page users to view my web page in my designed screen resolution (e.g., 800x600)....
rivenbmj2004
Offline Send Email
Sep 8, 2004
3:39 pm
1409
http://www.devguru.com/Technologies/ecmascript/quickref/window.html "outerheight / outerwidth Property These properties determine the dimensions, in pixels, of...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Sep 8, 2004
3:42 pm
1410
Rob, So in Frontpage2003, I would include (in the code), along with the TITLE, BODY, HEAD, etc: window.outerheight = "800" window.outerwidth = "400" ... From:...
MICHAEL RIVENBARK
rivenbmj2
Offline Send Email
Sep 8, 2004
4:10 pm
1411
Sorry Michael, the code I gave you is for Netscape. For I.E. use this :- "resizeTo Method This method is used to resize a window to the dimensions supplied...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Sep 8, 2004
4:24 pm
1412
This is still don’t working. I send my code hoping you look at if I have some error. A.L. Ken J Ward <kenjward@...> wrote: Hello, The significant...
A. López C.
adan4
Offline Send Email
Sep 8, 2004
4:25 pm
1413
"A. López C." <adan4@...> wrote: This is still don’t working. I send my code hoping you look at if I have some error. A.L. Ken J Ward wrote: Hello, ...
A. López C.
adan4
Offline Send Email
Sep 8, 2004
4:32 pm
1414
Attachments aren't allowed on this list, for security reasons. Just past the location code and the frame code into the email. Ken Ward ... ...
Ken J Ward
kenjward
Offline Send Email
Sep 8, 2004
5:56 pm
1415
You know, computer technologies can be complex. I've designed and tested my web site using IE and Netscape. What code should I use for Netscape/navigator? And,...
MICHAEL RIVENBARK
rivenbmj2
Offline Send Email
Sep 8, 2004
6:59 pm
1416
Thanks you Ken. But this I already solve this problem, I was calling a function that I need not to call A.L. Ken J Ward <kenjward@...> wrote: ...
A. López C.
adan4
Offline Send Email
Sep 8, 2004
9:16 pm
1417
The original 'window.innerHeight' and 'window.innerWidth' should be fine. Rob. ... From: MICHAEL RIVENBARK [mailto:rivenbmj@...] Sent: 08 September 2004...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Sep 9, 2004
7:42 am
1418
Hello: I have a web page which have an IFRAME named IFALC, within this IFRAME I have another web page named 2Sam7_1.htm, and this last page contains a button...
A. López C.
adan4
Offline Send Email
Sep 9, 2004
2:50 pm
1419
I was wondering how to change the borders where you can't view them, or move them. Thanks for your help, Tootlez ...
Amanda Griffith
tootleztz
Offline Send Email
Sep 9, 2004
7:41 pm
1420
Hello, If you have something like this on the frames page: <frame name="MyFrameName1" target="MyFrameName2" noresize="noresize" scrolling="no" ...
Ken J Ward
kenjward
Offline Send Email
Sep 9, 2004
8:23 pm
1421
Hello, First thought is that you are using a submit rather than a button. A submit tries to submit the form. But really you just want a button to work the...
Ken J Ward
kenjward
Offline Send Email
Sep 10, 2004
7:07 am
1422
dear ken.i landed on your site today from a google search so i joinedthe group. i really like the big print:))i surf wth a webtv and love it. however i want to...
emoak3
Offline Send Email
Sep 13, 2004
9:32 pm
1423
Hello, I don't know anything about web tv, so perhaps someone with more knowledge can help. The only thing I can think of is to use simple HTML links... the...
Ken J Ward
kenjward
Offline Send Email
Sep 13, 2004
9:45 pm
1424 emoak3
Offline Send Email
Sep 20, 2004
7:53 am
1425
i am new to javascript.Currently am working on a website that would have the profiles of about 25 persons with their Photos attached .i want to use a drop...
charles ajah
chuck9002003@...
Send Email
Sep 20, 2004
9:30 am
Messages 1396 - 1425 of 2988   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