Okay, i just updated my scriptpacker-site: www.scriptpacker.com(http://www.scriptpacker.com/) Program is now for free :-)))) just take a look at the...
roland@...
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...
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)...
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...
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 ...
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,...
Thank you very much for your speedy response and suggestions. Advice well taken. Dick :-) ... From: Ken J Ward To: 1stJavaScript@yahoogroups.com Sent: Monday,...
Hi people, I have the following code: //----------------------------------------------------------------- <HTML> <HEAD> <SCRIPT LANGUAGE="JavaScript"> function...
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...
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...
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...
Hello, The significant code is: "parent.myMain.location=document.F187.MySelect.options[document.F187.MySelect.selectedIndex].value" So most probably, you do...
http://www.devguru.com/Technologies/ecmascript/quickref/window.html "outerheight / outerwidth Property These properties determine the dimensions, in pixels, of...
Rob, So in Frontpage2003, I would include (in the code), along with the TITLE, BODY, HEAD, etc: window.outerheight = "800" window.outerwidth = "400" ... From:...
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...
"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, ...
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,...
The original 'window.innerHeight' and 'window.innerWidth' should be fine. Rob. ... From: MICHAEL RIVENBARK [mailto:rivenbmj@...] Sent: 08 September 2004...
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...
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...
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...
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...
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...