Forum: JavaScript / DHTML / AJAX Oct 25th, 2006 |
| Replies: 0 Views: 1,373 I want to print a html file by clicking on a hyperlink/button in a small popup window. I already have the popup that is not the problem, i was just wondering if this script can be modified to print... |
Forum: JavaScript / DHTML / AJAX Oct 25th, 2006 |
| Replies: 4 Views: 7,582 Ok i thought so. Is there any other way to do this? |
Forum: JavaScript / DHTML / AJAX Oct 25th, 2006 |
| Replies: 4 Views: 7,582 I was wondering if it is possible to print a file with out viewing it first by using a hyperlink on a webpage. Bacically i want users to print off a form (doc file) by clicking a link.
eg:... |
Forum: JavaScript / DHTML / AJAX Oct 23rd, 2006 |
| Replies: 0 Views: 2,116 I want a ".doc" file to be printed when you click on a hyperlink, however so far all i have been able to print is the page on which the link is situated, and not the doc file.
Im using this... |
Forum: JavaScript / DHTML / AJAX Oct 16th, 2006 |
| Replies: 10 Views: 2,916 Huh? you cant make a website with a script. normally you use javascripts to do something that html cant, such as changing the background colour every 10seconds, or for form validation, etc.
NuGG |
Forum: JavaScript / DHTML / AJAX Oct 16th, 2006 |
| Replies: 1 Views: 5,247 Here is an example if it helps.CLICK HERE! (http://kings-head-inn.com) Note that your screen resolution must be above 1024X768 to view the example, otherwise it will just forward you to another page. |
Forum: JavaScript / DHTML / AJAX Oct 10th, 2006 |
| Replies: 1 Views: 5,247 I want some information about a browser, to be inserted automatically into a text box when a page loads. However quite how to do this im not sure.
I have made the form and have a JavaScript which... |
Forum: JavaScript / DHTML / AJAX Nov 30th, 2005 |
| Replies: 10 Views: 6,394 Ok Im going to forget that idea then. Thanks for your help. |
Forum: JavaScript / DHTML / AJAX Nov 25th, 2005 |
| Replies: 10 Views: 6,394 Does this javascript work in IE for anyone else?
Its quite odd that it didnt work for me in IE but it works for you. Could it be something to do with the history settings in IE, or would... |
Forum: JavaScript / DHTML / AJAX Nov 24th, 2005 |
| Replies: 10 Views: 6,394 How odd. What version of IE are you using? I've tried it on multiple computers with IE 6.0 and it didnt work on any of them... |
Forum: JavaScript / DHTML / AJAX Nov 24th, 2005 |
| Replies: 10 Views: 6,394 If you need an example of this script in action click here. (http://kings-head-inn.com/fudge/success.htm)
P.S. When I try this script in IE I receve the "must logon first" error regardless of... |
Forum: JavaScript / DHTML / AJAX Nov 24th, 2005 |
| Replies: 10 Views: 6,394 I have obtained the following script which only lets a page load if the visitor has been to the previous page, if they haven’t it sends the visitor to the appropriate page. However, it only works in... |
Forum: JavaScript / DHTML / AJAX Mar 16th, 2005 |
| Replies: 6 Views: 19,787 you again?!
:)
Cheers, Ill give it a go... |
Forum: JavaScript / DHTML / AJAX Mar 16th, 2005 |
| Replies: 6 Views: 19,787 Ok, ive created a login script and i have saved it as login.js. See below:
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function Login(){
var done=0;
var username=document.login.username.value;... |