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...
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,...
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...
... it ... through the ... to get ... only way, ... Errmm... Do you actually need to use layers??? You should probably shoot your graphics guy for not...
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: ...
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...
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"> <!-- ...
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...
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...
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...
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...
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>...
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...
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@...
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...
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@...
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:...
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@...
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...
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...
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@...
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:...
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...
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...
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){ ...