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.

Messages

  Messages Help
Advanced
Messages 2846 - 2875 of 2875   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2846
Can any one know the javascript function to auto resize the swf when resizing its pop up window. I need to auto resize the swf when i resize my popup window...
anz_muhd
Offline Send Email
Jun 25, 2008
11:06 am
2847
Please send in your current code/page and I'll have a look ... From: 1stJavaScript@yahoogroups.com [mailto:1stJavaScript@yahoogroups.com] On Behalf Of anz_muhd...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Jun 25, 2008
12:46 pm
2848
Hi - This may be a ridiculously simple question but I'm very new at this and have alot of questions....I have an assignment due where I need to get input from...
changshamom
Offline Send Email
Jun 30, 2008
7:38 am
2849
I am looking for help for the capture link value. Could any body help me out. I need the code for capturing link's target url, anchor text and title of page...
robinsridhar
Offline Send Email
Jun 30, 2008
7:55 am
2850
Hi I am looking for help for the capture link value. Could any body help me out. I need the code for capturing link's target url, anchor text and title of page...
Robin Sridhar
robinsridhar
Offline Send Email
Jun 30, 2008
7:55 am
2851
Thanks a lot ...Is it okay if I send the file to you tommorrow early morning !!!   Thanks again !! ... From: Atkinson, Robert <ratkinson@...> ...
prashant catoor
prash_umesh
Offline Send Email
Jun 30, 2008
8:19 am
2852
VACANCY System Integrator Company for retail and restaurant looking for a front-end web developer to join our team. This position is full time. Your...
Rara Marulent
marulent
Offline Send Email
Jun 30, 2008
8:23 am
2853
Hi, what i made here is just cancel the onclick event on anchor tag. <script> function captureLink(ele,url) { var id = ele.id; element =...
Vishnu Kumar
svmvishnu2000
Online Now Send Email
Jun 30, 2008
10:16 am
2854
The simplest thing is to change all strings to uppercase first - http://www.devguru.com/technologies/javascript/10825.asp Rob. ... From:...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Jun 30, 2008
10:26 am
2855
I am trying to create a form on a webpage and i am using PHP to connect to a SQL database, running a query, and putting the results into a java array to be...
Stone
hobbez_13
Offline Send Email
Jul 2, 2008
7:36 am
2856
Please can you paste the HTML page, rather than the PHP source. ... From: 1stJavaScript@yahoogroups.com [mailto:1stJavaScript@yahoogroups.com] On Behalf Of...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Jul 2, 2008
8:13 am
2857
here is what the source of the webpage shows is being loaded into the java array: <script type='text/javascript'>var mArray = new Array(new Array(), new...
Stone
hobbez_13
Offline Send Email
Jul 3, 2008
7:40 am
2858
The problem is with the way you're defining the arrays. You need to use this syntax :- var mArray = new Array(); var mArray[0] = new Array(); mArray[0][0] =...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Jul 3, 2008
7:51 am
2859
I thank you very much for all your help. I have changed the way i declared the arrays to <script type='text/javascript'>var mArray = new Array(); mArray[0] =...
Stone
hobbez_13
Offline Send Email
Jul 4, 2008
7:55 am
2860
I copied the start of you're code, and it works fine :- <body> <script type='text/javascript'> var mArray = new Array(); mArray[0] = new Array(); mArray[1] =...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Jul 4, 2008
7:59 am
2861
Dear Friends, We are coming on the heels of a very successful beta program with passionate feedback from over 30 beta customers and software engineers. We are...
sean_zephyr
Offline Send Email
Jul 7, 2008
7:47 am
2862
Can we work from home? Kirti Sanghi   ... From: Rara Marulent <marulent@...> Subject: [1stJavaScript] Vacancy: Web Developer To:...
kirti agarwal
kirti_06
Offline Send Email
Jul 7, 2008
7:58 am
2863
Hi,   Can anyone helpme out regarding a sample javascript program. I will be very thankful.   " How to develop a web page following the instructions given...
Muhammad Asif
asifchpk2001
Offline Send Email
Jul 11, 2008
8:10 am
2864
Hi all. I'm having just a couple of issues with a scriptaclous/prototype accordion menu. I'd like it to display all of the accordion toggles on load (as...
Aaron L.
elmastero2002
Offline Send Email
Jul 11, 2008
8:11 am
2865
Hi all, I'm relatively new to javascript. However, I'm building a interdependent client side options selection list. The tutorials I'm using all call for...
billmcgeeney
Offline Send Email
Jul 15, 2008
7:53 am
2866
On a site I just set up recently using joomla, the text alignment of the main body area shows to the far right in FF2. It's not an issue in IE or in FF3, so...
Natalie Wickham
natwickham
Offline Send Email
Jul 21, 2008
8:48 am
2867
Hello again, I have a little problem. I'm trying to have my thumbnails open in a 'td' on the right side when they are clicked on. I have what I think should...
shockth3rapy
Offline Send Email
Jul 22, 2008
7:55 am
2868
Sean, a couple of things you could/should change. The content of the <td> should be the HTML itself, not a JavaScript command to write the content. IT should...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Jul 22, 2008
8:07 am
2869
Net4manpower urgent requirement for software programmer Whether you are a webmaster seeking to avail the service of a freelancer or whether you are a freelance...
n4mp01
Offline Send Email
Jul 22, 2008
9:16 am
2870
I was wondering if anyone was going to comment on that. I knew there was a way to clean up that whole mess =). Thanks for taking the time to help me out Rob,...
sean magnan
shockth3rapy
Offline Send Email
Jul 23, 2008
7:50 am
2871
Hey Rob, Sean here, I'm implementing your suggestions as I write this but just to be clear, I now have function changePic(PictureName) { document.getElement...
sean magnan
shockth3rapy
Offline Send Email
Jul 23, 2008
7:50 am
2872
yahooooooooo!   I got it man! I got it! thank you! It works!! =) ... From: Atkinson, Robert <ratkinson@...> Subject: RE: [1stJavaScript] Hello all...
sean magnan
shockth3rapy
Offline Send Email
Jul 23, 2008
7:51 am
2873
Glad things are working for you. ATB, Rob. ... From: 1stJavaScript@yahoogroups.com [mailto:1stJavaScript@yahoogroups.com] On Behalf Of sean magnan Sent: 23...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Jul 23, 2008
8:04 am
2874
VACANCY A Start-up System Integrator Company for retail and restaurant looking for Web Developer personnel: 1.    Able to read technical document in English...
Rara Marulent
marulent
Offline Send Email
Aug 14, 2008
11:46 am
2875
VACANCY A Start-up System Integrator Company for retail and restaurant looking for Web Developer personnel: 1.  Able to read technical document in English 2....
Rara Marulent
marulent
Offline Send Email
Aug 14, 2008
11:46 am
Messages 2846 - 2875 of 2875   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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