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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 1 - 5129 of 16826   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Show Message Summaries   (Group by Topic) Sort by Date v  
#5129 From: Fire_Winged_Falcon
Date: Fri Jan 25, 2002 7:31 pm
Subject: Re: Requesting help
Fire_Winged_Falcon
Send Email Send Email
 
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
location.href but that caused the page to reload, which caused
it to reload, which caused it to reload, etc. As you
said, you can't resize a frame below 100,100 and
some..... interesting side effects do occur with that as
well.<br><br>If you have any ideas how to remove a frame like
this help would be appreciated.

#5128 From: danilo_a_ramirez
Date: Fri Jan 25, 2002 7:30 pm
Subject: Re: Why we need java?
danilo_a_ramirez
Send Email Send Email
 
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 scalability and security are not that important
than you can stick with a pure MS solution(IIs,
VBScript, ASP, COM). <br><br>But what if your needs (scale,
security, and performance) require that you move to a
bigger server, like UNIX, LINUX, or IBM
mainframe.<br><br>For example at my job they decided to do a lot of
server consolidation. There were tons of NT servers all
requiring constant maintenance, etc. They replaced dozens
of them with one SUN sever that gave us greater
performance, storage, and uptime. However it runs UNIX. Our
pages were done in Java (JSP) so it was not a problem
to migrate over. Had they been in VB and ASP, it
would have been a problem.<br><br>To a user ASP or JSP,
JAVA, C++, etc are meaningless, they just know they are
getting data from a web server. For a developer, though
its very important to be able to write one page in
JAVA and know that it can run on NT, UNIX, etc

#5127 From: warriorprogrammer
Date: Fri Jan 25, 2002 5:01 pm
Subject: Re: how do I call a &lt;select&gt; &lt;o
warriorprogrammer
Send Email Send Email
 
&lt;script language="javascript"&gt;<br>var
myvariable<br>&lt;/script&gt;<br><br>&lt;form name = "myForm"&gt;<br>&lt;select
name="choice1"
onChange="myvariable=this.options[this.options.selectedIndex].value"&gt;<br>&lt;\
option value = "plus"&gt;Plus<br>&lt;option value =
"minus"&gt;Minus<br>&lt;/select&gt;<br>&lt;/form&gt;<br><br>(using
myform.choice1.value will only work on IE, you
should reference the selected items value
using<br>myform.choice1.options[myform.choice1.selectedIndex].value)

#5126 From: dariusj18
Date: Fri Jan 25, 2002 2:44 pm
Subject: Re: how do I call a &lt;select&gt; &lt;o
dariusj18
Send Email Send Email
 
variable = myForm.choice1.value;

#5125 From: sspences
Date: Fri Jan 25, 2002 7:55 am
Subject: how do I call a &lt;select&gt; &lt;optio
sspences
Send Email Send Email
 
&lt;form name = "myForm"&gt;<br>&lt;select name =
"choice1"&gt;<br>&lt;option value = "plus"&gt;Plus<br>&lt;option value =
"minus"&gt;Minus<br>&lt;/select&gt;<br>&lt;/form&gt;<br><br>My wish is to make a
' variable ' = the option
selected, but I don't know how to write it. Would somebody
mind giving me the line I need.<br><br>Thanks

#5124 From: twister002
Date: Fri Jan 25, 2002 2:18 am
Subject: Re: Why we need java?
twister002
Send Email Send Email
 
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
C++.<br><br>right now the biggest benefit is server-side use. Which
always goes hand-in-hand with a client(duh). whether it
is JSP's or a Java applet.<br><br>There is a market
out there for Java developers.

#5123 From: mainland823
Date: Thu Jan 24, 2002 8:56 pm
Subject: Why we need java?
mainland823
Send Email Send Email
 
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
me?<br><br>Thank you<br>Your gratefully

#5122 From: kaan_e
Date: Thu Jan 24, 2002 7:43 pm
Subject: copying one layer's content to another..
kaan_e
Send Email Send Email
 
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 the layers seperately in another layer. my
question is that how can i copy one layer's content to
another one? i mean lets say we have a layer named
"small" and another one named "big". i want to see the
content of "small" in the layer "big"... i hope this is
clear...

#5121 From: warriorprogrammer
Date: Thu Jan 24, 2002 4:39 pm
Subject: RE: JAVASCRIPT ORDERNOW FUNCTION
warriorprogrammer
Send Email Send Email
 
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 a video javascript course from Keystone Learning
that has shows you how to making a shopping cart
application (in video #3) and it uses a function (that they
wrote and you have to by the video to get) called
ordernow.<br><br><a
href=http://www.keystonelearning.com/cgi-bin/ncommerce3/ExecMacro/Category/keyst\
onecat.d2w/report?cgmenbr=7020&cgrfnbr=684
target=new>http://www.keystonelearning.com/cgi-bin/ncommerce3/ExecMacro/Category\
/keystoneca
t.d2w/report?cgmenbr=7020&cgrfnbr=684</a>

#5120 From: pool_room_assasin
Date: Thu Jan 24, 2002 4:16 pm
Subject: RE: JAVASCRIPT ORDERNOW FUNCTION
pool_room_assasin
Send Email Send Email
 
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 and
I don't want to pay for a whole course to learn
about one function.

#5119 From: keystonepusher
Date: Thu Jan 24, 2002 2:01 pm
Subject: P L E A S E H E L P . . .
keystonepusher
Send Email Send Email
 
#5118 From: nycny10013
Date: Thu Jan 24, 2002 10:16 am
Subject: Re: javascript and the mac
nycny10013
Send Email Send Email
 
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 product detail for a table when clicking on a
table.<br><br>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 you to that detail page. <br><br>i just
discovered that when using a MAC the images do not rotate
and clicking on the image takes you to an incorrect
image. <br><br>is there anything i need to do to make
javascript work correctly with the mac?<br><br>to look at
the javascript the easiest thing is to go to this
page and check out the source.
<br><br>www.altobellihouse.com<br><br>many thanks for your assistance.

#5117 From: onehottmin
Date: Thu Jan 24, 2002 3:43 am
Subject: Re: javascript and the mac
onehottmin
Send Email Send Email
 
they rotate fine for me on my mac

#5116 From: nycny10013
Date: Thu Jan 24, 2002 2:09 am
Subject: Re: javascript and the mac
nycny10013
Send Email Send Email
 
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 you to that detail page. <br><br>i just
discovered that when using a MAC the images do not rotate
and clicking on the image takes you to an incorrect
image. <br><br>is there anything i need to do to make
javascript work correctly with the mac?<br><br>to look at
the javascript the easiest thing is to go to this
page and check out the source.
<br><br>www.altobellihouse.com<br><br>many thanks for your assistance.

#5115 From: nycny10013
Date: Thu Jan 24, 2002 2:08 am
Subject: Re: javascript and the mac
nycny10013
Send Email Send Email
 
has anyone ever had a problem with javascript and the mac?

#5114 From: warriorprogrammer
Date: Wed Jan 23, 2002 4:32 pm
Subject: Re: read-only error on a database thats
warriorprogrammer
Send Email Send Email
 
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, or in your case, adding, deleting, editing
records in your database). <br><br>Your file system
obviously is not capable of changing the permissions on the
database, so download the db to a machine that can, make it
read/write, then upload it to your web server.

#5113 From: ravefish
Date: Wed Jan 23, 2002 10:44 am
Subject: read-only error on a database thats not
ravefish
Send Email Send Email
 
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
only.<br><br>but it's not cos i can delete the database using ftp,
although through the properties of the file (right mouse
button, explorer ftp) i get "this server does not support
permissions", so what the heck is going on?<br><br>is it the
directory that the database is in that needs to be changed?
cos that apparently doesn't have any permissions on
it either what with the no support mentioned
above.<br><br>please help me

#5112 From: davidblackledge
Date: Wed Jan 23, 2002 12:00 am
Subject: Re: Requesting help
davidblackledge
Send Email Send Email
 
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... which would have to
have been in the "top" window, but the code that was
posted appears to be running in one of the lower
frames.<br>Also, I used the word "width" assuming that variable
would be set to something.<br>So... given what was
posted,
try:<br>top.frames.jkl.resizeTo(100,0);<br><br>This might not work, by the way
since you can't resize
a regular window smaller than 100x100, but it might
be acceptable for a frame... and the 100 for width
may have unexpected results.<br><br>David.

#5111 From: warriorprogrammer
Date: Tue Jan 22, 2002 8:38 pm
Subject: Re: Requesting help
warriorprogrammer
Send Email Send Email
 
I think the problem is you have a semicolon (;) in your frame name...it's
screwing up the javascript call.

#5110 From: kaan_e
Date: Tue Jan 22, 2002 7:53 pm
Subject: Re: Requesting help
kaan_e
Send Email Send Email
 
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:
window.jkl.location.href="newPage.html"<br><br>to change the whole page:
window.parent.location.href="newPage.html"

#5109 From: Fire_Winged_Falcon
Date: Tue Jan 22, 2002 7:39 pm
Subject: Re: Requesting help
Fire_Winged_Falcon
Send Email Send Email
 
I actually tried to close both the asdf and the jkl; frames with neither
working.

#5108 From: Fire_Winged_Falcon
Date: Tue Jan 22, 2002 7:37 pm
Subject: Re: Requesting help
Fire_Winged_Falcon
Send Email Send Email
 
I tested the code with the following
code:<br>&lt;html&gt;<br>&lt;head&gt;<br>&lt;title&gt;Frame
Page&lt;/title&gt;<br>&lt;/head&gt;<br>&lt;frameset cols="50%,50%"
name=blah&gt;<br>&lt;frame
src=page_a.html name=asdf&gt;<br>&lt;frame src=page_b.html
name=jkl;&gt;<br>&lt;/frameset&gt;<br>&lt;/html&gt;<br><br>In page A i put the
following code
<br><br>&lt;html&gt;<br>&lt;head&gt;<br>&lt;title&gt;Frame
Page&lt;/title&gt;<br>&lt;/head&gt;<br><br>&lt;script
language=javascript&gt;<br>window.jkl;.resizeTo(width,0)<br>&lt;/script&gt;<br><\
br>&lt;body&gt;A&lt;/body&gt;<br><br>&lt;/html&gt;<br><br>(*Note* Page B just
has random nonsence text in it)
<br><br>It is saying window.jkl; is not an object, is this
just me or is something else wrong. Thanks for trying
though. I also tried the code in a clickable link.

#5107 From: davidblackledge
Date: Tue Jan 22, 2002 7:24 pm
Subject: Re: Requesting help
davidblackledge
Send Email Send Email
 
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 (I'm pretty sure that works in most
browsers)... the "resizeTo" function should work find... like
"window.FRAMENAME.resizeTo(width,0)" to make it shrink to
itsy-bitsy.<br><br>David.

#5106 From: Fire_Winged_Falcon
Date: Tue Jan 22, 2002 7:16 pm
Subject: Requesting help
Fire_Winged_Falcon
Send Email Send Email
 
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 window.FRAMENAME.close() but it doesn't work.
Could anyone help me out?

#5105 From: kaan_e
Date: Tue Jan 22, 2002 6:14 pm
Subject: Re: Help needed...
kaan_e
Send Email Send Email
 
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
target=new>http://www.geocities.com/kaan_e/depo/javascriptClub/dhtmlSample.htm</\
a><br><br>..:Kaan ERTÜRK:..

#5104 From: cl_kaulana
Date: Tue Jan 22, 2002 3:12 pm
Subject: Re: PS:New Daddy Bob-captures-ns6
cl_kaulana
Send Email Send Email
 
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
with the bgcolor in the td tag appeared correct in n6.
So I made that change to the tables, since that was
basically the only thing wrong with n6.<br><br>It was
interesting to see that the dropdown box was also less
interesting in n6 than in the other browsers under the mac
platform. The menu box at the top appears like the n6 in
pcs rather than the rounded-corner version in the
other browser versions.<br><br>Off to work on my
conformity.<br><br>New Daddy Bob, on the baby-care day shift, working at
home between diaper changes, loving every minute of
it.<br><a href=http://www.bobfarley.com target=new>http://www.bobfarley.com</a>

#5103 From: springer90014
Date: Tue Jan 22, 2002 1:09 pm
Subject: Re: help with another combo box
springer90014
Send Email Send Email
 
This tag works in IE, but in Netscape I get an
error message saying: "go is not defined".<br><br>TAG:
&lt;a href="javascript:go()"&gt;&lt;img
src="home/gobutton.gif" border="0" name="test"
align="absmiddle"&gt;&lt;/a&gt; <br><br>Script reference for double combo
box:<br>www.simplythebest.net/info/javascript15.html<br><br>How can I get this
to work in
Netscape?<br><br>Thanks. Mucho Apreciado

#5102 From: onehottmin
Date: Tue Jan 22, 2002 12:53 pm
Subject: Re: PS:New Daddy Bob-captures
onehottmin
Send Email Send Email
 
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 <br>about a half a yr till just reciently. The
only <br>good part about NS6 is it scrictly conforms
to all <br>the new DOM's but unfortunately all
theses browsers <br>with their greed to be the best have
previously <br>created all these both html and javascript
addons <br>that arent in any specification or DOM and
now that <br>they finally decide to conform all of us
web <br>programmers have to eat a crap sandwich. Well
best <br>of luck with your strive for a uniform site
amongst <br>the crazy world of web browsers. One thing
that i <br>noticed with the tables in your html is
that the <br>attrubite's tend to have an ununiform
syntax ex:<br>&lt;table width=100 height=200
bgcolor="FF33d2"&gt;<br>this may be the issue that NS6 has with your table
<br>formatting. Netscape in general has always been <br>fussy
with their table syntax try to either make <br>all
your attributes are either inclosed in quotes <br>or
all non-quoted i recomend using the quotes just
<br>to be safe.

#5101 From: nycny10013
Date: Tue Jan 22, 2002 9:57 am
Subject: Re: help with another combo box
nycny10013
Send Email Send Email
 
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
forms be sure to close one before starting the next.

#5100 From: springer90014
Date: Tue Jan 22, 2002 2:09 am
Subject: Re: help with another combo box
springer90014
Send Email Send Email
 
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

Messages 1 - 5129 of 16826   Newest  |  < Newer  |  Older >  |  Oldest
Advanced
Add to My Yahoo!      XML What's This?

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