Dear Sir, Many thanks for the valuable information. It will help me a lot. Rajesh ... http://www.trans4mind.com/personal_development/HTMLGuide/index.html ... ...
... From: tom arnall [mailto:kloro@...] Sent: 01 July 2006 18:15 To: 1stJavaScript@yahoogroups.com Subject: Re: [1stJavaScript] how to set the position of...
www.dynamicdrive.com chek it out rajesh On Thu, 29 Jun 2006 00:31:22 -0700 (PDT)...
mary makhadzi
nikita@...
Jul 3, 2006 8:59 am
2508
Visit the Group home page at http://groups.yahoo.com/group/1stJavaScript/. Click on Edit Membership, then Select the Yahoo! Profile you wish to use for the...
Hello freinds, How are you doing? Dear Mr. Robert/Gopirajsekar, I am facing a problem. I have installed IIS on my computer for hosting website. the problem is...
You can add an entry to the 'hosts' file in 'C:\WINNT\system32\drivers\etc\' ... 127.0.0.1 www.mydomainname.com Rob. ... From: 1stJavaScript@yahoogroups.com...
hi Mr. Rajesh IIS is used to run ASP on your own PC without an external server.then why u want to run ur site? to ur local host? [Non-text portions of this...
Dear Mr. Robert, Thanks for the advice. Rajesh ... __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best...
Dear Mr. Gopi r, My computer is in network of my office. I wanted to test it from another computer within network. However Mr. Robert has advised me the...
Rajesh, because the hosts file is only on your PC, you will not be able to use the www.mydomainname.com from another PC - it will not know it. You should use...
Most dynamic menus are built on HTML, including AnyLink. To add other HTML elements, such as images, you simply add the HTML code. So this :- menu1[0]='<a...
Need some help please. I am using a Dynamic Drive AnyLink Vertical Menu and would like a picture of the subject to appear alongside the menu on mouseover.Can...
Dear Rob, Attached is a "window-status 4 min down count" script, which I want down count to 2:59 that 2 "Ding" come out as reminder. It works find. After the...
ycentury
ycentury@...
Jul 11, 2006 3:09 pm
2519
First post to this group. I read ken's tutorial on creating dropdown menus. Very helpful. This is what I need to do: From first menu select data file to open: ...
Many thanks for the quick reply, I dont think I explained myself very well. What I wanted (hoped for)was on mouseover the name diplayed but a second "menu" can...
Michael, as you said, Ken's tutorial is very helpful so you should try and write this on your own. If you get stuck with a specific problem, then please come...
It could be that your document.write is deleting the whole page, including the script. Try changing this to an alert() instead to see if it helps. Also, is the...
Guy, do you have a working example on a web site that I can look at to see what you're trying to do - I'm not sure what you mean by "on mouseover the name...
Hi Robert, Yes http://www.cornishtractorclub.co.uk/make.html What I was hoping that when you mouseover the "tractors a to k,the second menu slides out then...
Many thanks AGAIN, just one small problem being as thick as I am where does the image element go please? Sorry (have already entered the mouseovers) ... ...
Dear Rob, Yes, you are right, alert can work well, but I do not want to show the "Aert Window" but only want the viewer to hear the sound ( 1 Ding or 2 Dings...
ycentury
ycentury@...
Jul 12, 2006 3:28 pm
2528
You already have an <img> tag that holds the initial picture of the tractor - cover.jpg. Simply add the ' name="tractorimage" ' to this, so it has a reference...
The attached file will run the correct code. Note the span element in the top that I've used to hold the embedded sounds. Also the '.innerHTML' property that I...
Purfick!Many thanks inded, kind regards Guy ... the tractor - ... reference that ... [mailto:1stJavaScript@yahoogroups.com] On ... where does ... mouseovers) ...
Dear Rod, Thank you so much for your coach. It's excellent . I study a lot from there. Best regards, YC Lee ... From: "Atkinson, Robert"...
ycentury
ycentury@...
Jul 14, 2006 7:38 am
2532
I have an array in an external file: sample: var timezones = [ ['AF','+4.5','Afghanistan'], ['AL','+1','Albania'], ['DZ','+1','Algeria'], ['AS','-11','American...
Michael, this script should give you what you need :- <script> StringToFind = "AQ"; var timezones = [['AF','+4.5','Afghanistan'], ['AL','+1','Albania'], ...