Search the web
Sign In
New User? Sign Up
JavaScript_Official · JavaScript . AJAX . ActionScript
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 10270 - 10299 of 16817   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
10270
... site, etc. ... the ... a...
mr_waqarmughal
Offline
Dec 1, 2004
4:52 pm
10271
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...
Chip Taylor
chipper98404
Offline Send Email
Dec 1, 2004
9:19 pm
10272
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...
java_inspiration
java_inspira...
Offline Send Email
Dec 3, 2004
5:52 pm
10273
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...
java_inspiration
java_inspira...
Offline Send Email
Dec 3, 2004
5:52 pm
10274
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...
rem736
Offline Send Email
Dec 3, 2004
7:55 pm
10275
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 ...
David Smart
smartware_co...
Offline Send Email
Dec 3, 2004
11:29 pm
10276
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:...
David Smart
smartware_co...
Offline Send Email
Dec 3, 2004
11:39 pm
10277
... 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...
Stewart Buckingham
stu2ph
Offline Send Email
Dec 4, 2004
12:30 am
10278
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:...
David Smart
smartware_co...
Offline Send Email
Dec 4, 2004
1:30 am
10279
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...
Jon Stephens
jdwayside
Offline Send Email
Dec 4, 2004
9:08 am
10280
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...
Banwari Lal Sharma
banwari_lal_...
Offline Send Email
Dec 4, 2004
7:53 pm
10281
... 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!!...
Zsolt
zsnp550
Offline Send Email
Dec 4, 2004
7:53 pm
10282
... 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...
Zsolt
zsnp550
Offline Send Email
Dec 4, 2004
7:54 pm
10283
... What do you think about the following code: <script> var NEWCODE = ""; var CODE = ">A/<liamE>\moc.spuorgoohay@laiciffo_tpircsavaj:otliam\=FERH A<"; for (i...
Zsolt
zsnp550
Offline Send Email
Dec 4, 2004
7:55 pm
10284
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...
David Smart
smartware_co...
Offline Send Email
Dec 4, 2004
11:25 pm
10285
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...
David Smart
smartware_co...
Offline Send Email
Dec 4, 2004
11:25 pm
10286
As I said in my original reply, you use method=post and action='mailto:you@...'. Obviously, these go inside the <form> tag. Of course, you need to...
David Smart
smartware_co...
Offline Send Email
Dec 4, 2004
11:36 pm
10287
<form action="mailto:felipevaldez@..." method=get> ..stuff <input type=submit> </form> should work if the guy has a mail program like Outlook well...
Felipe Valdez
kyoosho
Offline Send Email
Dec 6, 2004
5:59 pm
10288
please tell me if it worked..... <body> <script> function new1(n){ document.getElementById("main").innerHTML+="<tr><td> <input type=text name=a"+(n+1)+"...
Felipe Valdez
kyoosho
Offline Send Email
Dec 6, 2004
5:59 pm
10289
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...
Alex Elise
iwannadojoey...
Offline Send Email
Dec 7, 2004
9:17 pm
10290
... 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...
Felipe Valdez
kyoosho
Offline Send Email
Dec 7, 2004
10:16 pm
10291
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...
David Smart
smartware_co...
Offline Send Email
Dec 7, 2004
10:32 pm
10292
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...
rem736
Offline Send Email
Dec 8, 2004
2:03 am
10293
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...
rem736
Offline Send Email
Dec 8, 2004
10:40 pm
10294
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")...
rem736
Offline Send Email
Dec 9, 2004
1:03 am
10295
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...
Erwin Purnomo
echizen_fuuma
Offline Send Email
Dec 9, 2004
7:48 am
10296
<table><tr><td> <!--here--> <table><tr><td>1</td><td>2</td></tr></table> </td><td> <table><tr><td>21</td><td>22</td></tr></table> </td></tr></table> thats as...
Felipe Valdez
kyoosho
Offline Send Email
Dec 9, 2004
4:15 pm
10297
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...
Ashish Taneja
vickybossus
Offline Send Email
Dec 10, 2004
4:10 pm
10298
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 ...
Daniel
danielhellohi
Offline Send Email
Dec 10, 2004
5:16 pm
10299
... 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...
Felipe Valdez
kyoosho
Offline Send Email
Dec 10, 2004
7:11 pm
Messages 10270 - 10299 of 16817   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help