Quite clever really. It gets round normal spam sweepers by using ASCII codes to write a browser redirect script. The code actually takes you to an online...
Am having a problem w/ using a 2 dimentional array. Is there a secret to it? The editor has no problem w/ the one dimentinal version. function TotalCost(){ ...
Needless to say .... I am a newbie. I am developing a simple form which, when the submit button is selected, will print the form to a specific printer. The...
David, this will do the trick, although you will need to select which printer you wish to use. <a href="#" onclick="window.print(); return false;">Click HERE...
Hello, JavaScript does not really have a multi-dimensional array... however, it has always been possible to create one with code. For instance: <html> <head> ...
Is there a way to capture a key press in Javascript? I have a client that wants a site to go to the home page when the user presses the F12 key. Is this...
http://www.breakingpar.com/bkp/home
nsf/Doc?OpenNavigator&U=CACEB633F995E9CE87256AFB00141646 should help you ... From: 1stJavaScript@yahoogroups.com Date:...
This code will tell you what key is pressed, 123 for F12. It's then simply a case of capturing this and doing something. Beware, F12 on different systems, e.g....
Hi everyone..I have a dropdown box with values TEXT IMAGE LINK onchange I dynamically call one of these two scripts. i.e. with the Querystring I write out...
Paul, you would need to put the current checkbox status in the location, e.g. "doc.asp?link=true&checkbox=value". You can then use a hacked version of this...
hello everyone, I am doing asp page now and Have a check all button. I used java script to check all the check boxes and it works,but if there is only one...
Rene - this is extremely difficult to work through, due to the embedded ASP code. Please can you also post the page after it's been created with one checkbox. ...
This should help you... for (i=0;i<form.elements.length;i++) { if(form.elements[i].type=="checkbox") //checkbox { //check to see if option is checked if...
thanks, i will try it ... Do you Yahoo!? Yahoo! Finance: Get your refund fast by filing online [Non-text portions of this message have been removed]...
I would like to create a DHTML navigation bar and would also like the flexability to change the colors, font, etc. Anyone have a good suggestions on how to...
With the following code, I can't get a value entered into the form to be sent via an html link to the next page. It should be a text value replacing the ......
John - I rehacked your code into this, which I've tested and it does force the browser to jump to the location entered into input box. Please note however that...
Hi All, I want to send an e-mail through javascript automatically, if user clicks on some button. Can anybody help me out.... With Regards, Viswanath [Non-text...
Padmavathi
padmavathi_volety@...
Feb 21, 2004 11:18 am
1149
Vis - Javascript itself cannot create and send emails. This type of thing is normally done through ASP or Perl scripts. You may have access to to a Form Mail...
I will try it in the next few days. Why I chose to do this origionally was to avoid cookies and use of server side processing - the origional host had none...
Hi! i have got a ques "COMPARE VB SCRIPT AND JAVA SCRIPT,WHICH1 IS THE BEST AND WHY?" now i havent got time to search n study many books 4 its answer coz my...