I uploaded my file at Member Problems' Folder.... A simple JApplet program that cannot execute when im trying to browse it with my HTML Document... It runs on...
I am designing these pages which are using the style sheet www.bmc.com/bmctv/bmctv2.css A major issue I am facing is that only one of the pages is reflecting...
I am looking for a script that is good for doing recipes. Such as like thay cataloge recipes now with cards but i need to do that effact on a site or a script...
I think you are looking for much more than a script. You can start with one of the open source content management systems and then add in recipe manager....
Hi, I am learning the JavaScript can u give some important tips.... ... Unlimited freedom, unlimited storage. Get it now [Non-text portions of this message...
Welcome to the group and to the web! My suggestion would be to learn these topics in this specific order :- 1) HTML - Start with a WYSIWYG editor such as...
Hi, I am actually in web developing.we have been using html,javascript and J2EE technologies(jsp,servlets and jdbc).Here in my situation i have to create...
Vishnu, if you want the list box simply to appear when the radio button is selected, then you just need to use 'style.hidden=true' to hide it and then set it...
Hello, I want to give confirm box to the href element for delete & other code written in php. Can any one help me?? ... Unlimited freedom, unlimited storage....
I want to print <Request method='GetJobsByRegionandKeywords'><ListQuery><region> this in javascript. Want your help..... ... Chat on a cool, new interface. No...
Dear Sir, My name is Bibhuti Bhusan Nanda. I am currently working in a small software company and I am a beginner of Java Script. I found the Ken Ward's...
Bibhuti Nanda
bibhu82@...
Sep 27, 2007 10:33 am
2787
Bibhuti - I always say, "Never reinvent the wheel!!" If this is something for work, then use this JavaScript code :- http://www.treemenu.net/treemenu/demos.asp...
this is link software for tree menus www.codethat.com/builder/ it easy to use , but licence simple to create javascript...
ridwans
ridwans_24@...
Sep 28, 2007 7:57 am
2789
Dear Sir, In ur replied mail I got some useful programs for making Tree Menus. Still I need some fundamental theories based on Tree Menus to get a clear idea....
Bibhuti Nanda
bibhu82@...
Sep 30, 2007 3:57 pm
2790
hello, all, i need help debugging a simple array. ... <body> <script type="text/javascript"> var HorizontalLinks=new Array() /* <a title="screen tip"...
Hello everybody, I have a very peculiar problem with arrays returned from a function. The problem is reproducible with the following code: function f1() { var...
hello all, i'm trying to get serious about an array driven menu system via javascript. ... <body> <script type="text/javascript"> var HorizontalLinks=new...
Greetings, all, my first attempt at array building and then writing as links ... <script type="text/javascript"> var HorizontalLinks=new Array() /* <a...
Nice work, Alligator. Just out of curiosity, how could one do this using innerHTML instead of document.write? -a ... [Non-text portions of this message have...
does any one know a website that show how to make a dynamci javascript tree it shows u how to make it and the code. i dont want to download anything somebody...
Hi, I want to create a new year counter using javascript for changing the images. For that i want to write recursive function, Can any one help me??????? But i...
Without setTimeout, you would have to build a loop, something like this :- do { display_the_time(); for (i=0; i < 100; i++) { // loop round emulating a pause }...
Hey guys I was wondering if anyone could help me with this, im building an extension for thunderbird 2.0. I want to read in the headers of each email and scan...
I have a frameset and one of the frames is on a constant, one-second refresh (<meta http-equiv="refresh"...). On every refresh a server-side script (php) is...
I better solution would be for JavaScript to trigger the refresh of the frame instead. This can be done using AJAX, which is probably better, because you can...