Search the web
Sign In
New User? Sign Up
JS-Jive · The premiere Yahoo! Javascript Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 13950 - 13979 of 21091   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
13950
Hi All, Is there a way to know what is the key typed? Using window.event.keyCode, I am getting the ascii value of the corresponding key typed. But, I need...
Prakash S.V.S
prakashsvs
Offline Send Email
May 1, 2002
1:11 pm
13951
Ok... 30 messages later... I think this thread has run it's course. For the sake of world peace, let's not continue it any longer please. Thanks, Steve Reich,...
Steve Reich
pagecoder
Offline Send Email
May 1, 2002
1:20 pm
13952
This is for an IE 5.0+ app... I have constructed a spreadsheet whose rows and columns are determined by a database recordset. The values are then manipulated...
Patrickru7@...
patrickru7
Offline Send Email
May 1, 2002
1:53 pm
13953
... it ... through the ... to get ... only way, ... Errmm... Do you actually need to use layers??? You should probably shoot your graphics guy for not...
cfdeveloperuk
Offline Send Email
May 1, 2002
5:03 pm
13954
Hi, How my pages could auto resize based on client screen resolution(1024x736 or 800x600 ...). Any idea on this. ...
Ali Chadorbaf
alijavascript
Offline Send Email
May 1, 2002
6:55 pm
13955
That's easy - put everything in a table that's 100% wide. That way, the table will expand and contract based on the size of the screen. Here's an example: ...
Dean Hamack
tactics2337
Offline Send Email
May 1, 2002
7:08 pm
13956
And make sure that everything will fall into place the way you want it to at both resolutions. I just spent the morning fussing with something that wrapped...
jschlosser@...
jojo_super77
Offline Send Email
May 1, 2002
7:10 pm
13957
I think he was more asking how to resize the window to fill the client's screen when it loads. Something more like this: <script language="JavaScript"> <!-- ...
David Huyck
davidhuyck
Offline Send Email
May 1, 2002
7:31 pm
13958
I think that's what he was asking, too. Setting to 100% and hoping it will fit just won't do it in all cases. Thus, my reply. JoAnn ... From: David Huyck...
jschlosser@...
jojo_super77
Offline Send Email
May 1, 2002
7:45 pm
13959
Ali, We've done something that so far seems to work. In situations where our pages are 800x600 in size, we had problems opeing them up in an 800x600 window if...
Gary Lofgren
gwlofgren59
Offline Send Email
May 1, 2002
8:01 pm
13960
Thanks a lot for all your responds. Let's explain more about one of these pages: i have a page with 3 lines of text/combo boxes at top and two frames at the...
Ali Chadorbaf
alijavascript
Offline Send Email
May 1, 2002
9:04 pm
13961
Gary, Thanks for the reply. Our screen are not simple texts, but they are forms with defferent text/combo/frames and other tags. Each tag has it's one witdh...
Ali Chadorbaf
alijavascript
Offline Send Email
May 1, 2002
10:12 pm
13962
Can anyone see anything that stands out blantantly in my code that would explain why I'm not getting a slideshow to run? <html> <head> <title>slideshow</title>...
fcrand27
Offline Send Email
May 2, 2002
5:48 am
13963
Is it possible to print a page in a seperate frameset when the button is in another. for example I have a page that is split into a top frame and a bottom...
Paul McGuire
paulmcguireabc
Offline Send Email
May 2, 2002
9:57 am
13964
Hi Paul It is strange you should ask that question tonight because last night I had a different problem along similar lines at...
Eric
e.richards@...
Send Email
May 2, 2002
10:23 am
13965
this is useful to know thanks, I was also hoping to find out how to call another frameset with Js e.g parent.frames2.document.location.reload(1) This will...
Paul McGuire
paulmcguireabc
Offline Send Email
May 2, 2002
10:36 am
13966
Yes I think I deaf-int-ly lost may bearings on that question, very sorry, sorry I can not help more. my spelling is Terry Bull, thank goodness from reserved...
Eric
e.richards@...
Send Email
May 2, 2002
11:00 am
13967
Eric not entirely, the information you gave was useful for when I get it to print! Paul ... From: "Eric" <e.richards@...> To:...
Paul McGuire
paulmcguireabc
Offline Send Email
May 2, 2002
11:10 am
13968
I want ask something to you all, guys... I have a table row in a table When i click, that row will be hiding, but if i click again....that row will come up...
Titik Yuni Asriyati
tyasriyati@...
Send Email
May 2, 2002
11:17 am
13969
Hi, You forgot to enter the ending "script" tag. Also, you need to declare the variable startSlideshow as var startSlideshow; Below is the changed code, which...
Prakash S.V.S
prakashsvs
Offline Send Email
May 2, 2002
12:27 pm
13970
While looking at a asp.net demo page, which included a javascript include file (src=...) when I did a view source I could not see the include file. Is this due...
Patrick Newberry
pnewberryhfhi
Offline Send Email
May 2, 2002
12:29 pm
13971
Yes you can. In the frame with the print button have it run this: top.frames[0].frames[1].doPrint(); This will call the doPrint function that you will put in...
Hays, Duncan
DHays@...
Send Email
May 2, 2002
12:57 pm
13972
No it's because include files are processed server side and so it's not returned as part of the HTML code sent back to the client browser. Aphorism ... From:...
Chard, Andrew
theaphorism
Offline Send Email
May 2, 2002
1:15 pm
13973
SO that means that the client must do server side look up every time a function is called on the web page? Thus would include files / methods be slower than...
Patrick Newberry
pnewberryhfhi
Offline Send Email
May 2, 2002
2:12 pm
13974
no, I don't think you have that right... WHen you doa JS include using something like this: <script language="JavaScript" type="text/javascript" ...
David Huyck
davidhuyck
Offline Send Email
May 2, 2002
2:55 pm
13975
When a user clicks the link the first time it opens the pop-up but then the link becomes inactive. here's the code: <table width="126" border="0"...
bjorno52
Offline Send Email
May 2, 2002
2:59 pm
13976
Looks to me that is what the code is telling it to do. In the ONCLICK, it calls MM_openBrWindow() then it calls "this.onclick=null". That second part is...
Don Arnett
darnit78
Offline Send Email
May 2, 2002
3:16 pm
13977
hi, I hv another problem related to the window popup.. I need to send values for the widht and height dynamically like the fwg: function ope(page,wid,hgt){ ...
Sandeep Murphy
sandeepmurthy
Offline Send Email
May 2, 2002
3:20 pm
13978
I think this part is the offender: this.onclick = null; but that is just a guess... David Huyck b@... ... From: "bjorno52" <bjorno52@...> To:...
David Huyck
davidhuyck
Offline Send Email
May 2, 2002
3:24 pm
13979
that is very kind of you - appreciate the help ... From: "Hays, Duncan" <DHays@...> To: <JS-Jive@yahoogroups.com> Sent: Thursday, May 02, 2002 1:57...
Paul McGuire
paulmcguireabc
Offline Send Email
May 2, 2002
3:33 pm
Messages 13950 - 13979 of 21091   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