A bit curious. I have it working: 1) without the 'slider-puzzle.js' file called for around line 377 2) it is working for me on a (resized) jpg file You may...
Hello, You have missed a ) , where u inserted your image: see at this line, you have done this puz = new Puzzle(100, 120, 'puz', 201, 201, '#ffcc00',...
Thanks for all the help! I inserted the picture and it works. Now, is there anyway to make the puzzle larger? (I've seen larger puzzles, but they demand the...
I don't know what I'm doing wrong. Where did you put your picture? I assumed it went in place of (puzzle1.gif) in line 355. Thanks, Consuella Peter Gum...
Help! I'm trying to create a javascript to handle a form with 2 buttons... each button should do something different. "layoutSubmit" button should take you to...
Whoops! Forgot to mention the problem exactly....Well, the page just seems to reload itself... it doesn't go to the second form when I click the first button. ...
The code works correctly on my machine (IE6) exactly as posted for the "layout" button. For the "report" button, there is other code that is executed first,...
hi could somebody help me how to make a table of 2 cell flash with the same color....on the same time.. and then stop blinkin at the same time.... ok let's...
Hi Dave, Code works fine... its the programmer (me) that doesn't. : \ Seem to be having a cashing problem on my machine. Got up to walk about and when I came...
Hi all, I know this is’nt a C# question but I have the following requirement and I’m not sure how to fill this. We have a flash standalone application...
Glad you got it working OK. Caching can be a frustration on occasion, can't it? Re your 23 x 24 column selection - there are a couple of ways to do this ... ...
... Oy! Worst part was how many hours I wasted that morning. ... The first way you mention was what I was thinking. With so many data elements, I hesitate to...
Have you tried 3rd party intallation software, such as Install Anywhere ( http://installanywhere.com )? There are free and paid versions. --Tim Sabin ... and...
Hi, Consuella First, here is an example of the script in action: http://www.hvraptors.com/hvpuz.htm An easy thing to do is save the above page and then change...
I am developing a web app using html, php, svg, and Javascript in a Windows environment. I'm using the IIS web server. Most of the code is Javascript. The...
Does anyone know how to execute a COM or COM+ object from a Javascript client web app? I would also like to return the results back to my web client. Jan...
anyone help me out to solve this pblm and get me a soln i cant able to send mail from jsp with apache tomcat server also i dont know about how to use and...
I have an HTML link on a web page that links to a Microsoft Excel spreadsheet. I want the "Save As" dialog box to pop-up. It works in Netscape/Mozilla/Firefox....
I just love it when I think I'm done and then the boss wants to "add something small."<groan> What I'm adding is: When you submit the form, if the "save"...
Either zip the file, or send it as the binary data content type and with a Content-Disposition: attachment; header. You'll need to do some server-side...
function formSubmit(btn) { var form = btn.form; var warning = "Any changes will be saved. Do you want to continue?"; if(form.save.checked && !confirm(warning))...
Hi Hope, What u can do is, call the function confirmSubmit on onSubmit event. And modify this function as follows: function confirmSubmit() { // put your...
The name of the button is saveChanges (i.e. with a capital C). Your script has a lower-case c. BTW for completeness, you should put an "else return true" on...
Hi Jon, for some reason (prolly the network here) your solution didn't come through before I sent out that last email. I see it now and will give it a try...
Hello All, I'm new to this group...and I would really appreciate it if I could get help from all those JavaScript experts out there. I need to create a form...
So far as the JavaScript language itself goes, it doesn't mean anything special. Since JavaScript, like PHP (before PHP 5, at least) and some other languages, ...