How do I when a user clicks a name on the list , populate the text box with the person mailing information...
197
baseball_furies
Nov 1, 2001 9:49 pm
I have a web page with two frames. one has a drop down menu with the following javascript to change the page in the current frame.<br><br>function onChange() ...
198
Paul_Lav
Nov 1, 2001 10:28 pm
Try this:<br><br>parent.frames["A"].location = "1.html"<br><br>Where A is the frame name and 1.html is the value of the drop down menu.<br>I works using IE...
199
Ramble64
Nov 2, 2001 6:19 pm
if anyone is interested in HTML and/or web design, please check out HTML Hotline. thanks!...
200
ssjbtn
Nov 5, 2001 10:27 pm
I know how to make a javascript alert message,but how do I add buttons besides OK?...
201
Paul_Lav
Nov 6, 2001 6:51 pm
to get OK and Cancel you can use confirm.<br><br>e.g.<br><br>if (confirm("Message"))<br> {<br> //OK Code<br> }<br> else {<br> //Cancel Code<br>...
202
ssjbtn
Nov 6, 2001 10:03 pm
thanx...
203
rem736
Nov 15, 2001 5:58 pm
hi,<br><br>does the string.split method work on the server-side of javascript? i know it works on the client-side. when i do it on server-side, i get an error ...
204
interquercus
Nov 16, 2001 12:47 pm
So I need help!<br>I want to make my oun website and want to use JScripts. Please tell me were can I find info about JS as for beginer???<br>Send me mail:...
205
rem736
Nov 17, 2001 8:41 am
you can download the guide and reference manuals at the netscape site. the url is:<br><br><a...
206
eagleville3
Nov 21, 2001 2:56 am
Hello this is Eagleville3 (just call me Eagle or Lieutenant Eagle, that name was intended for Geocities only in the first place). I am the newest member of the...
207
fyta2000
Nov 22, 2001 7:21 am
Is it possible to access a database with javascript in order to create dynamic web pages? If so, simple example to get me started would be appreciated. Also,...
208
alhakim55
Nov 25, 2001 12:27 am
I think you need to use java servlet or CGI to access the server. I use JSWDK1.0 server and I use Java servlet. if u could pass me a simple code with your ...
209
Ramble64
Nov 25, 2001 10:24 pm
hello all, <br><br>check out my new club, it's about homepage building,web design,and web graphics. It's a good place to share your tips and tricks on web ...
210
rem736
Nov 26, 2001 6:51 pm
thanks,<br><br>but i've figured it out already. the string.split method does work on server-side. it just didn't recognize the variable passed over from the...
211
korn_dude_of_2000
korn_dude_of...
Nov 28, 2001 10:24 pm
If you need assistence with javascript, html, css, php, sql, flash, graphics designing, or just general web designing.<br>goto: <a...
212
hat118
Nov 29, 2001 11:36 pm
i need to get the input form to work so that it will disp text<br>heres what i have so far<br><head><script><br>function ...
213
slimes12
Dec 3, 2001 4:14 pm
Is it possible to have a pull down menu that some of the values have a target of _blank while some open in the same window?...
214
mikerezzo
Dec 6, 2001 6:30 pm
this password script works just fine but<br>when<br>people give the wrong password it gives them a<br>404<br>error. how can I get this script to...
215
rjmrob
Dec 28, 2001 8:10 pm
All this script does is redirect to a html file depending on the password, this doesnt protect anything from being looked at. The reason there is a 404 error ...
216
rjmrob
Dec 28, 2001 8:10 pm
Oops, I forgot to add the extra }, youll find it....
217
impcalgi
Jan 1, 2002 4:12 am
Can anyone in here direct me to some good books or tutorials about making games with JavaScript? I don't want to just "cut and paste", I actually want to get...
218
stevematic
Jan 9, 2002 5:55 pm
has anyone seen a javascript that will automatically close a browser window (a popup in my scenario) after a given period of time?<br><br>thanks...
219
Paul_Lav
Jan 12, 2002 3:51 pm
This function:<br>parent.window.close()<br>will close a pop up. If you use it on a normal browser window i.e. Click Internet Explorer on the desktop and the...
220
Fire_Winged_Falcon
Fire_Winged_...
Jan 29, 2002 7:18 pm
Does anyone here know how to close a frame generated by a server? I made several attempts but some were worse than the actual frame itself!....
221
Paul_Lav
Jan 29, 2002 9:09 pm
Could you post a link?...
222
chadmemory
Feb 5, 2002 11:23 pm
Can someone help me with the cookie, i am stuck on one part. please email me and i will forward you what i have thus far...<br><br>chadmemory@......
223
kirsten_navel
Feb 13, 2002 6:36 pm
Hi i have been writeing html for a year now and i need to desperately learn javascript. Any help would be great. I want to do things like add password features...
224
arbeiter54901
Feb 13, 2002 9:30 pm
i recently joined this group, and it does not seem like there is a lot of participation. there is an awesome group at <a...
225
slash8314
Feb 15, 2002 2:59 pm
I am new to this group and want to offer one of my few codes, a linear (exponential) mathematical regression using javascript. The code is in the page <a...