Im sorry I posted this here but I have no other place to go, I dont like any other forums and this one doesnt have a general questions...
so if you would like to give me advice then please feel free...
my situation is this:
I work for a pretty big loser, that is on the verge of bankruptcy, and...
hey,
got a simp[le math question, I need to add to values from two different texboxes and I tried like so:
function sumIt(){
var te = document.alpha.a6.value;
var et = document.alpha.a7.value;
var fin = te + et;
document.alpha.l0.value='$'+fin;
}
but it jus concentates it and doesnt add the...
ok, this is easy, because the effect I want to mimick is the input effect. If familuar, when you input values into excel cells you have to first dbl click the field to make it active and when you dbl click another filed the previous field becomes inactive and displays the value.
How to mimick...
wondering how to tell if the window throws up an error and if so it would then refresh the page or at least attempt to...
I tried a couple of ways I thought I knew and none of them worked for me, I am coding strictly for IE5 and better, so crossbrowser is not a concern... all help is...
yes,
wanted to know if I could have a form submitted to a fax machine instead of an email address...?
thanks
co
__________________________________________________________
"The only difference between me and a mad man is that I'm not mad."
- Dali
hey,
got a quick question...
I have an object which loads Notepad and it loads on load of the html doc and I would like to be able to postpone the action until I call it to run from a button, heres my code:
<object Classid="clsid:blah blah blah blah"...
Hello,
I've been working on a solution for syntax coloring inside a textarea for quite a while now, and as far as my experience goes, it is absolutly impossible. The textarea just wasn't meant to work this way, however I have gotten real close to atleast fabricating the effect. Check out what...
is it possible to print just the value of a textarea instead of using css to filter out everything but the textarea...
I just want to print the contents of the textarea and thats it...
thanks
co
I can't believe I can't get this and I am stumped...
I'm trying to add the paste/redo/undo/cut functions in my script but nothing I do works, I got copy and select all working but the rest wont work...
here's my code:
<html>
<head>
</head>
<body>
<form name="script">
<textarea...
Hey,
was wondering how to have a textarea auto resize when the browser window is manually resized or restored down or restored up and maxed...
I guess something that fires up ondrag which would be in the body tag like so...:
EX:
<body ondrag="autoResize()">
...Would be the idea way to call...
hey,
wondering how to set up a link that when clicked would fire a button as if I actually clicked the button.
fanatsy example:
. . .
<script>
function openIt()
{
document.alpha.fileBttn.click; //call to click browse button
}
</script>
</head>
<body>
<form name="alpha">
<a href="#"...
hey,
I have been trying to set a variable in this activex script i got a while back from lrnmore a resident here...
I can't seem to get it right...I am hoping someone could add to my code:
a prompt box that asks the user: Name of file and extention?
the user would then type: someThing.txt...
hello Im trying to save the text in a text area and I would like to be able to specify the name of the txt file, I suppose I would use a prompt but i have no clue how to do this...
if anyone feels like giving me a script I would appreciate it..
thnks
co
hey,
I was wondering if I could call a sound to run from one page seperate from the intial call page...
ex:
page 01:
has the play button
---------------------
[onclick]
|
|
calls embeded song from page 2
|
|
V
page 02:
<embed src="mySong.wav"> --- called from page one
does...
This is a two part question...
first:
is there a way to apply an if statement to a button, like you can with a checkbox....
ex:
if(document.alpha.beta.checked)
but I want to do this with a button...
second:
is it possible to load and play a sound file without first embeding the sound in the...
hey,
got me a simple array holding some names and I have me some checkboxes and when I click a checkbox it posts that value in a textarea but the thing is, is when it does it overwrites the last input, Id like for it to move one over:
ex:
[] -----this checked will say hi-
[] -----this...
hello,
I am new to vbscript and I read a bit about the LineCount thing and was wondering if you can use that command to display the line numbers of a textarea.......
like if I key down with the down arrow, while in the textarea, and I am on the fifth line a textbox or textarea, seperate from...
Is it possible to use javascript to display the line number of a textarea, I have a page set up to direct a value to a text box and it counts 1 - 2 via arrow up and arrow down.
Obviously that isnt going to do, I need a script which can tell which line in the textarea it is on...
any help is...
I am so desperate...
Can someone please give me a valid answer, I have posted this question three times now, in different ways, and no one knows how to do it, maybe I am explaining it wrong...
what I want to do is:
type some words in the textarea, for example: <Javascript>
and once the full...
hey,
Im still working on this one, I am trying to make the text in the textarea change color according to a pre-assigned word...
I still assume that arrays are the way...
and I suppose the css would be the answer to changing the color..
but, I have no idea how to setup the array to search for...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.