Author |
Message |
Topic: How to make progress bar while browser is loading page ? |
phil karras
Replies: 2
Views: 121
|
Forum: JavaScript Posted: Tue Oct 10, 2006 11:46 am Subject: How to make progress bar while browser is loading page ? |
I believe a real progress bar would involve a bit more than that. In JS we have no way to figure the size of the file loading vs the amount of the file loaded, so, if you want to do this you can only ... |
Topic: JavaScript Browser, Calendar and Query_string |
phil karras
Replies: 1
Views: 107
|
Forum: JavaScript Posted: Tue Oct 10, 2006 11:14 am Subject: JavaScript Browser, Calendar and Query_string |
Things that work in Firefox mostly work in IE, there are far more things that work in IE & no where else, because that's the way Microsoft wants it.
Firefox has its problems especially with mou ... |
Topic: not able to call function by window.setTimeout in code |
phil karras
Replies: 1
Views: 206
|
Forum: JavaScript Posted: Thu May 04, 2006 12:55 pm Subject: not able to call function by window.setTimeout in code |
Here's code that now works, I've tested it:
var globalVar=""; // pk Changed var name
function function1() { // pk added "function" for correct form
... |
Topic: Reading values from another webpage |
phil karras
Replies: 1
Views: 206
|
Forum: JavaScript Posted: Thu May 04, 2006 12:34 pm Subject: Reading values from another webpage |
no that would be a job for Java. |
Topic: Date Picker |
phil karras
Replies: 3
Views: 284
|
Forum: JavaScript Posted: Thu May 04, 2006 12:31 pm Subject: Date Picker |
Someone sent a date-picker code file here & asked a question about it which I answered. I have no idea if the code is free or not but the files are:
DatePicker.htm - Free, makes a pop-up calen ... |
Topic: code for download a file |
phil karras
Replies: 1
Views: 193
|
Forum: JavaScript Posted: Thu May 04, 2006 12:20 pm Subject: code for download a file |
This can be done with Java but I don't think JavaScript can do that. With JS there is always some interaction needed. |
Topic: creating tooltips? |
phil karras
Replies: 1
Views: 201
|
Forum: JavaScript Posted: Thu May 04, 2006 12:15 pm Subject: creating tooltips? |
I have a dynamic drop-down on my web site listed below, the example is: help0022.htm in the URL: "help/help0022" & then click either the or buttons to see the demo.
Hope that helps. |
Topic: ------Help with cokies: badly needed for my site!-------- |
phil karras
Replies: 8
Views: 447
|
Forum: JavaScript Posted: Wed Mar 29, 2006 8:11 am Subject: ------Help with cokies: badly needed for my site!-------- |
Client-side JS can not do that, period.
The best you'll be able to do is to force them to use their e-mail program to send you an e-mail with the information which you then put into a DB, when & ... |
Topic: Problem in sending mails through java script |
phil karras
Replies: 2
Views: 254
|
Forum: JavaScript Posted: Mon Mar 27, 2006 12:55 pm Subject: Problem in sending mails through java script |
JavaScript can not send e-mail. It can open your e-mail program with a to, from, & title/subject lines filled in (sometimes) but still it doesn't always work depending on the browser, & the cl ... |
Topic: Help in calendar program? |
phil karras
Replies: 4
Views: 319
|
Forum: JavaScript Posted: Mon Mar 27, 2006 12:52 pm Subject: Help in calendar program? |
JSP is NOT JavaScript. For a JavaScript Calendar look at:
http://jsworkshop.com/bb/viewtopic.php?t=1888
Title: Urgent help in Javascript calendar display |
Topic: One header and footer file for whole website |
phil karras
Replies: 3
Views: 256
|
Forum: JavaScript Posted: Mon Mar 27, 2006 12:37 pm Subject: One header and footer file for whole website |
or CSS?
But, to answer your question, yes it can be done with JavaScript.
Here's how I add a title to the top of the page:
[[b]]his is the "title" line in the < ... |
Topic: ------Help with cokies: badly needed for my site!-------- |
phil karras
Replies: 8
Views: 447
|
Forum: JavaScript Posted: Mon Mar 27, 2006 12:21 pm Subject: ------Help with cokies: badly needed for my site!-------- |
You can use either PHP or Perl (CGI) to store data from a form to a DB on the server.
I did what you're trying to do & the example is on my web site, I think, anyway it was for a customer & ... |
Topic: Urgent help in Javascript calendar display |
phil karras
Replies: 2
Views: 429
|
Forum: JavaScript Posted: Mon Mar 27, 2006 12:16 pm Subject: Urgent help in Javascript calendar display |
Just a correction, on my site the names of the files has been changed, they are now:
help/DatePicker2
and
help/DatePicker3[/b]
DatePicker2 has to refresh the entire page to update (change) the c ... |
Topic: Urgent help in Javascript calendar display |
phil karras
Replies: 2
Views: 429
|
Forum: JavaScript Posted: Mon Mar 13, 2006 2:41 pm Subject: Urgent help in Javascript calendar display |
Sorry mate I'm not going to touch your code, HOWEVER I do have a version
of "datePicker.htm" on my web site. My web site is listed below, once you go
there, fill in the URL box with "help/datePick ... |
Topic: Help in calendar program? |
phil karras
Replies: 4
Views: 319
|
Forum: JavaScript Posted: Mon Mar 13, 2006 2:30 pm Subject: Help in calendar program? |
This site is for JavaScript NOT JSP, sorry. |
|