I'm not sure if this question has already been addressed... I don't really have time to read all of the messages. Does anyone know how to get the "border"...
Hello Rebert, Please excuse me to ask for your guidness for simple problem. On HTML Body you have textarea and would like to put between <textarea> and...
Ken, I think it's possibly by luck that you're getting the alert. As there's no 'type=submit' on the page, the onSubmit should never be run anyway, or have I...
Hi Rob, I copied the code from a random web page so I could be sure I wasn't repeating some error. The code doesn't work with a submit button either. I must be...
You've probably already found out, but it only works on the original page, and not the page produced by the running of the form action, which is actually the...
Hello Ken, There is nothing wrong with the script, except that there is not submit button. Let me start with why the script WORKED with one text field, even...
Thanks for your reply, Razee. It contains lots of interesting stuff. Ken Razee Marikar <razeetg@...> wrote: Hello Ken, There is nothing wrong with the...
I am looking for a code so that when I click on any thumb size image, to show it in a fixed place on the web page, like in the centre of the page. Thanks...
Riyad Anabtawi
riyada@...
Aug 7, 2005 3:41 pm
2056
Riyad, you need to use screen.availWidth and screen.availHeight to determine how big the users screen is. You can then use window.open to create the window and...
I want to add a parameter at the end of a URL like: http://www.mydomainname.com/webpage.htm?Headline=H ow%20To%20Write%20Proper%20Javascript%20Code and have...
Is it possible to send parameters to a example.JS file ? On 12 Aug 2005 20:36:19 -0000, 1stJavaScript@yahoogroups.com ... -- Information Intelligence through...
Hello, The page that follows has a link (to itself): <a href="1.htm?name=Bonzo&first=Brenda&catsName=Felix&title=Mr">Click</a> When it first loads, the address...
Hello, You can't write to a file with javascript. Perhaps the answer to the previous question on location.search answers your question? Ken Ward Gurudatta Raut...
Hi Ken, Thanks for your reply. I have some pages I design which lead to a template page which I only have control of the Header and Footer which is the same...
If the url has a search, then you can put this code in the server side include: Ken Ward <html> <!-- page name 1locationSearch.htm --> <head> <title>MY...
Suppose I have two javascript files, a.js and b.js. Suppose that I already know how to determine whether the browser is MSIE or not. I would like to run a.js...
Hello, The following code shows how to append a .js file dynamically. In the two .js files, the function name is the same, and if you choose one .js file, its...
Hi . I need to have a bunch of thumb images clickable, to show a larger image in a fixed location on the page. This way I can click on any thumb image, to view...
Riyad Anabtawi
riyada@...
Aug 19, 2005 4:17 pm
2066
Hello SORRY : The previous message had the wrong "Subject" In the example, how can I make so when I click on any thumbnale pic its larger version appears where...
Riyad Anabtawi
riyada@...
Aug 19, 2005 10:07 pm
2067
Well, I'm new to this list so I'll introduce myself. I'm Esteban and I'm from Argentina. Lately I've been having a bit of a problem with a script. Here's the...
Hello Try the following code. Ken Ward <script language="javascript" type="text/javascript"> <!--// function ldMenu(mySubject) { Indx=mySubject; var bahias =...
Hi All my application is in asp.net so the page has asp.net validation controls these controls will fire when page is submitted . I have Two case of data...