Search the web
Sign In
New User? Sign Up
1stJavaScript · This is a group where questions, suggestions, etc can be posted about HTML, JavaScript and CSS, etc.
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 1206 - 1235 of 2988   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1206
If I want to make the width of a <TD> to get wider; then how do I do that using JavaScript?...
joeandtelus
Offline Send Email
Apr 1, 2004
8:05 am
1207
<td id="myData" width="200"> document.all.myData.width = '300'; ... From: joeandtelus [mailto:joeandtelus@...] Sent: 31 March 2004 23:22 To:...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Apr 1, 2004
8:13 am
1208
Hello, you have not answered my question about cookies, but I must insist because is very important. It seems that there is some problem in the expiration ...
kjhseka
Offline Send Email
Apr 1, 2004
3:42 pm
1209
I've a frameset containing 2 frames. In one of these (frame #1) there are dynamic generated links pointing to some web pages which should be displayed in the...
paulogoes2002
Offline Send Email
Apr 5, 2004
7:56 am
1210
You can't bro no way - security feauture in JavaScript - In 1stJavaScript@yahoogroups.com, habibul rahman ... script.....
gorestijeni
Offline Send Email
Apr 5, 2004
7:58 am
1211
I've a frameset containing 2 frames. In one of these (frame #1) there are dynamic generated links pointing to some web pages which should be displayed in the...
paulogoes2002
Offline Send Email
Apr 5, 2004
8:03 am
1212
Paulo, this shouldn't happen if you use '<base target="_self">' in frame #2. The only exception to this is where the site will detect the frame and remove it,...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Apr 5, 2004
8:13 am
1213
What you intend, for security reasons is NOT possible. You could make frame1 to size zero and load ebay in frame2. Then you could secretly watch what a user...
roland@...
Send Email
Apr 5, 2004
9:00 am
1214
What you intend, for security reasons is NOT possible. You could make frame1 to size zero and load ebay in frame2. Then you could secretly watch what a user...
roland@...
Send Email
Apr 5, 2004
9:01 am
1215
... Impossible. You cannot access any window that you didn't open with JavaScript. ... ppk, freelance web developer Interaction, copywriting, JavaScript,...
Peter-Paul Koch
gassinaumasis
Offline Send Email
Apr 5, 2004
10:27 am
1216
Hi Robert, thanks for your help. However, I'd like to supply some aditional informations just to make me sure about the solution's existance, if any. The frame...
Paulo Goes
paulogoes2002
Offline Send Email
Apr 6, 2004
7:47 am
1217
Paulo, because you don't have control over the page that creates the new window, you do not know it's name. This means that you cannot control it with ...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Apr 6, 2004
8:36 am
1218
I know you can select one option using selectedIndex, but how do you select more than one option?...
joeandtelus
Offline Send Email
Apr 6, 2004
9:13 am
1219
This code allows you to input a comma separated list of values (1,2,3) to select items from the list. It should give you enough info to be able to resolve your...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Apr 6, 2004
10:24 am
1220
Hey, you dont have to give such a big piece of code to make the date one year from now. All you have to do is: var dt = new Date(); dt.setYear(dt.getYear()+1);...
Razee Marikar
razeetg
Offline Send Email
Apr 6, 2004
10:55 am
1221
Hi Hall, Try the following code for your page: <div style="align:center;"> <div id="box"> ... </div> </div> Then remove the line in the css that makes the...
Razee Marikar
razeetg
Offline Send Email
Apr 6, 2004
11:12 am
1222
Hi everyone, When you try to retrieve the value of a DropdownList to some other control using Text1.value=DropdownList.value all you get is the INDEX of the...
Juan M Carrasquilla
juan_manuel_cb
Offline Send Email
Apr 6, 2004
4:12 pm
1223
Try using something like Text1.value=DropdownList.text ... __________________________________ Do you Yahoo!? Yahoo! Small Business $15K Web Design Giveaway ...
Vaso Liakouli
papi_vaso
Offline Send Email
Apr 7, 2004
6:42 am
1224
if I have a string thats value is str = "ONE, TWO, FIVE"; how do I separate it into two three strings?...
joeandtelus
Offline Send Email
Apr 7, 2004
7:53 am
1225
for (i = 0; i < theSelect.options.length; i++) { string = theSelect.options[i].text; } ... From: Vaso Liakouli [mailto:papi_vaso@...] Sent: 07 April 2004...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Apr 7, 2004
8:06 am
1226
You need to use Split() http://www.devguru.com/technologies/ecmascript/quickref/string_split.html Rob. ... From: joeandtelus [mailto:joeandtelus@...] ...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Apr 7, 2004
8:26 am
1227
As you know how the new popups are called, you can trick the system by offering a hidden frame with the exakt name of tobecalled window. I am sending this...
roland@...
Send Email
Apr 7, 2004
10:00 am
1228
Roland - as far as I can see, Paulo doesn't have any control over the name of the popup or how they're created, so he wouldn't know the window names. The...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Apr 7, 2004
10:21 am
1229
Hi everyone, When you try to retrieve the value of a DropdownList to some other control using Text1.value=DropdownList.value all you get is the INDEX of the...
Juan M Carrasquilla
juan_manuel_cb
Offline Send Email
Apr 7, 2004
11:02 am
1230
But he wants to link these pages staticly in frame1, so he can create hidden frames for the pages, he is linking to :-) Will not work, if two different pages...
roland@...
Send Email
Apr 7, 2004
11:16 am
1231
hi all, Just want to high to u all and would like some one to help me is JS....
shenchill
Offline Send Email
Apr 8, 2004
7:38 am
1232
Welcome to the group. If you are new to JavaScript, then a good starter tutorial can be found at :- ...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Apr 8, 2004
5:55 pm
1233
Hi, my name is Tina and I need help to put a slideshow on my website. My host is yahoo, geocities, and they don't give any help at all. I have windows movie...
t_teen2000
Offline Send Email
Apr 11, 2004
8:52 am
1234
Try this :- http://javascript.internet.com/navigation/web-slideshow.html ... From: t_teen2000 [mailto:t_teen2000@...] Sent: 09 April 2004 22:58 To:...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Apr 11, 2004
8:54 am
1235
Hi, my name is Oscar and I need help to put a music on my website. My host is yahoo, geocities, and they don't give any help at all. Please help, all I want...
Oscar Prado
oprado64
Offline Send Email
Apr 16, 2004
6:33 am
Messages 1206 - 1235 of 2988   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