Thanks for info. I've already read these links and still don't understand exactly which function to change. There is more than one in the script. One is...
hello I got the problem with the attached file I must use Java Script to show images in option section. I can show the name of all images in 4 Katalog section,...
Adam Gotartowski
ag@...
Jan 8, 2004 8:40 am
1092
I have read about multimenus being used to help users to navigate websites with double or triple menus. however i would like to know how javascript can help me...
I am currently using Frontpage 2002 on Windows 98, therefore i a using a disk-based web. however i need to publish the website in order to test the code, is...
As far as I'm aware, most people use PWS (Personal Web Server). It used to come bundled with Frontpage, so check your disks. There are also IIS, Sambar,...
Thanks for help rob, will read through, although i understand greek better than javascript at the moment, and i have studied OOP! glad to know lots of help out...
... I can relate to that! After three years of Greek at the university, I understand a little. What little I know of Javascript, I've had to do-it-yourself. My...
Such a script definitely exists. there's plenty of freeware copy and steal (er, paste) javascript resources out there, after all, why reinvent the wheel when...
BTW, I found the script by using the following in google: "javascript exit script" (no quotes) ... From: Rod Bias [mailto:A1@...] Sent: Friday, January 16,...
http://www.apache.org download apache web server. you can then download perl/cgi/php/mysql plugins to test everything. Apache is free too, under the GNU public...
i have posted before on related subjects so forgive me if i am repeating a question but i am still having trouble with: i want to design a user input form for...
Thanks for the code, i put it through jseditor and tried selecting items from menu1 however the menu2 remained unpopulated. also what is the onfiltered event...
Taken off-list. ... From: john [mailto:john_franklin67@...] Sent: 20 January 2004 12:37 To: 1stJavaScript@yahoogroups.com Subject: [1stJavaScript] Re:...
Hello, problem: need to enable or disable a text box element depending on a selection from a drop down menu, elements within a user input form. default needs...
John - addition to the script I sent you. The important bit is the function 'CheckOther()' and the 'onchange' event on the second dropdown list. Rob. <html> ...
Thanks again for the help, got another problem unrelated to this but strange. while i was working in Frontpage the font size starting increasing and decreasing...
The only time I've had a problem with this is in Explorer itself. There's an option in the View menu for Text Size. This should normally be set to Medium. Rob....
Dear Members, I am a new member and need help with JavaScript. I want to catch browser minimise event with Javascript. I tried onBlur(), but it does not work...
Pramod, onblur should work :- <body onblur='alert("lost window!!!");'> Perhaps you can send your code or explain why this is no good for you? Robert. ... From:...
Dear Robert, Thanks a lot for quick and prompt reply. I am using onClick(), onScroll() and onBlur() methods as below: <Body onClick()="closeMenu()",...
Dear Robert. Thanks. I used it without brackets only. I am sorry for wrong info in my last email. I am also having a look at the msdn link, sent by you. I am...
Edward - you need to be a bit clearer about what you're after. FormMail scripts can be found at http://www.scriptarchive.com/readme/formmail.htm. If it's a...