Hello! I am new to this group. I have a problem. I am implementing a drag and drop solution, using IE6, where icons are dragged to a background image and...
I know about programming in java but i do not know even abc of JAVA Script. I am making a web site in whicj i want to make the form to get the information. But...
i am making a new site. But I do not know even the ABC of Java SCript if some one can, then please send me a code for taking the information from the form and...
hi, is it possible to dynamically create a set of controls? a data entry form is what i'm thinking about. basically, on loading the page, a set of controls...
Why the second post for the same subject to the same group? Please don't do this. Dave S ... From: java_inspiration To: javascript_official@yahoogroups.com ...
If you want a form that will post you an e-mail, you don't need JavaScript at all. Just use method=post and action='mailto:you@...'. Dave S ... From:...
... Dave, That method is not recommended because it reveals your email address to those spiders/bots that crawl the web for email addresses in web pages. Stu/2...
True. I decided not to mention that because it was a beginner's question. On second thoughts, though, I think I should have. Thanks. Dave S ... From:...
Sure it's possible. document.createElement() and/or Node.cloneNode() will do what you want, along with Node.appendChild() and/or Node.insertBefore(). Check out...
Hello All, I just downloaded code for Frameless Window from www.internet.com URL is: javascript.internet.com/ page-details/frameless-popup.html But as I ran it...
... You are giving me great ideas here! :-D Hey, how do you implement that METHOD=POST ACTION=... thing? Could you give me a simple example HTML code? Thanks!!...
... I am just the opposite. I know Javascript, but I don't know Java. I wish I knew that, and I tried to learn it several times, but it's just too hard. I...
... What do you think about the following code: <script> var NEWCODE = ""; var CODE = ">A/<liamE>\moc.spuorgoohay@laiciffo_tpircsavaj:otliam\=FERH A<"; for (i...
I think any type of encoding that involves some original thought from the programmer will put the robots off. This one is cute - the idea of putting...
No, you do not need server-side processing. The post method works through your own default mailer instead. That said, though, there are much better solutions...
please tell me if it worked..... <body> <script> function new1(n){ document.getElementById("main").innerHTML+="<tr><td> <input type=text name=a"+(n+1)+"...
Can anyone help me find the error in this code? I need to create radio buttons in javascript to change a website bg color for a web design class and this...
... right ... oh, its for a class... i dont know if we have a policy on this group about homework... but ill try my best to help anyway. ... <<<------- if...
Do not use parameter names like "f". You are just inviting trouble. If you had called it "form" you would have seen the problem, or not made the error in the...
hi, first of all, thank you very much. i could not have gotten even this far without help from you guys. now, on to the questions. the following is my code...
hi, don't know what happened. but all of a sudden, it works in internet explorer. must have been some kind of setting in iis that i had adjusted. in internet...
one more thing. i thought that i could align my textboxes by placing them inside cells of a table. however, after doing so, document.getElementById("table1")...
hi all i got a question Can i make a table's row line to the bottom instead to the left. Using css (or anything), i have seen people doing things like this...
Hi All, This is a very strange problem I am facing as I never came across this type of error in past, so please help me... Actually on a Double Click of an...
I am a beginner of the PHP ,somebody can help me to solve the problem,Please.Thanks. This is the PHP coding,if "n is 3" ,"k is 2".After calculation, the ...
... n E i to the k 0 i cant find the right symbol for that equation, sorry => 1 ^ k+2 ^ k+3 ^ k+ ...+ (n-1) ^ k+ n ^ k wich in your case: n=3 k=2 1 ^2+2 ^2+3...