I tried the tag you gave me but the page just refreshes when I click my image/button.<br><br>What else should I try?<br><br>S...
5101
nycny10013
Jan 22, 2002 9:57 am
one problem i see is that you have embedded form elements. having a form within a form will consistently give you difficulty. if there are really two distinct ...
5102
onehottmin
Jan 22, 2002 12:53 pm
Yeah NS 6 what a sad story Origionally i was really <br>looking forward to it but when i downloaded the <br>beta it kinda blew up after a week so i waited...
5103
springer90014
Jan 22, 2002 1:09 pm
This tag works in IE, but in Netscape I get an error message saying: "go is not defined".<br><br>TAG: <a href="javascript:go()"><img ...
5104
cl_kaulana
Jan 22, 2002 3:12 pm
The difference in the tables (besides the nonuniform use/nonuse of quotes) was that the bgcolor that didn't work in n6 was put in the table tag. The tables ...
5105
kaan_e
Jan 22, 2002 6:14 pm
hey, just look at this page. is it what you are looking for?<br><a href=http://www.geocities.com/kaan_e/depo/javascriptClub/dhtmlSample.htm...
5106
Fire_Winged_Falcon
Fire_Winged_...
Jan 22, 2002 7:16 pm
Is there a way that i can use Javascript to close just a frame of a window. I just want to close one frame while leaving the other open. I thought the code was...
5107
davidblackledge
Jan 22, 2002 7:24 pm
That's the "correct" syntax... except it explicitly doesn't work for frames, only windows. You have to either reload a different frameset, or resize your frame...
5108
Fire_Winged_Falcon
Fire_Winged_...
Jan 22, 2002 7:37 pm
I tested the code with the following code:<br><html><br><head><br><title>Frame Page</title><br></head><br><frameset...
5109
Fire_Winged_Falcon
Fire_Winged_...
Jan 22, 2002 7:39 pm
I actually tried to close both the asdf and the jkl; frames with neither working....
5110
kaan_e
Jan 22, 2002 7:53 pm
you can close the frame (page) by opening another page in the same frame or by just changing the whole page's location.<br><br>to change the page in the frame:...
5111
warriorprogrammer
warriorprogr...
Jan 22, 2002 8:38 pm
I think the problem is you have a semicolon (;) in your frame name...it's screwing up the javascript call....
5112
davidblackledge
Jan 23, 2002 12:00 am
Yeah, that and a few other things. The line I wrote was based on the originally posted line of "window.FRAMENAME.close()"... I assumed the same context......
5113
ravefish
Jan 23, 2002 10:44 am
Hi,<br><br>i'm writing stuff in ASP, and when i try to update or add a record to a database i get an error message stating that the database is read ...
5114
warriorprogrammer
warriorprogr...
Jan 23, 2002 4:32 pm
Just because you can delete a file doesn't mean it's read/write. The permissions have to do with altering the file's contents (ie, writing to a Word document,...
5115
nycny10013
Jan 24, 2002 2:08 am
has anyone ever had a problem with javascript and the mac?...
5116
nycny10013
Jan 24, 2002 2:09 am
has anyone ever had problems with javascripts working on a macintosh?<br><br>i have a javascript thing that makes images rotate and clicking on an image takes...
5117
onehottmin
Jan 24, 2002 3:43 am
they rotate fine for me on my mac...
5118
nycny10013
Jan 24, 2002 10:16 am
and the click throughs? do they click through to the appropriate image? i do not always get the product detail of the image when i click through. i get the...
Does anyone know about the javascript ordernow function? I want to know what it does and how to use it, I already have huge javascript and html and dhtml books...
5121
warriorprogrammer
warriorprogr...
Jan 24, 2002 4:39 pm
Since I had no idea what you were talking about I had to look this up. I was pretty sure there was no method called ordernow...and, there's not.<br><br>There's...
5122
kaan_e
Jan 24, 2002 7:43 pm
i am making a program that has a database. it reads one file and writes the info to some layers which are hidden. i want the user to select from a menu and see...
5123
mainland823
Jan 24, 2002 8:56 pm
Hi all, I just got a question here, which i hope any of you could help me, that is why java is good to use and learn?<br><br>Hope you all can help...
5124
twister002
Jan 25, 2002 2:18 am
Java's biggest claim to fame is portability. Which is does very well, except for performance portability. It is very object oriented, almost as much as ...
5125
sspences
Jan 25, 2002 7:55 am
<form name = "myForm"><br><select name = "choice1"><br><option value = "plus">Plus<br><option value = ...
5126
dariusj18
Jan 25, 2002 2:44 pm
variable = myForm.choice1.value;...
5127
warriorprogrammer
warriorprogr...
Jan 25, 2002 5:01 pm
<script language="javascript"><br>var myvariable<br></script><br><br><form name = "myForm"><br><select name="choice1" ...
5128
danilo_a_ramirez
danilo_a_ram...
Jan 25, 2002 7:30 pm
The reason it is necessary for web development is the need for flexibility, which is related to scalability and security.<br><br>If you have a small setup and...
5129
Fire_Winged_Falcon
Fire_Winged_...
Jan 25, 2002 7:31 pm
Thank you anyways for your help. What i am trying to do is get rid of a frame that a webserver automaticlly puts on a webpage. I had already tried using ...