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...
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 11918 - 11947 of 16808   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
11918
Kirpa, You're mixing up clientside and serverside. I don't think you really understand the difference. Your ASP code sends content to the client. The client...
Jon Stephens
jdwayside
Offline Send Email
Oct 1, 2005
9:02 am
11919
Can I inquire just a little further and ask for a couple of simple examples Where I write my database connection string, i mean in java script or in the body...
Kathy Iwasik
girl_moon_godess@...
Send Email
Oct 1, 2005
11:30 am
11920
... Is ... adopt ... sort ... Basically, it is an enterprise product that is used by third parties who can customize it with their own color schemes. So when...
William Hubbard
kwooda333
Offline Send Email
Oct 1, 2005
4:13 pm
11921
... hear ... Please don't misinterpret my disdain for web technologies as elitism. It is what it is, whether I like it or not. No need for sarchasm. ... ...
William Hubbard
kwooda333
Offline Send Email
Oct 1, 2005
4:13 pm
11922
Hi all, I need to draw a 20000 or more points chart as short as possible. I am using FusionChart but i am waiting for a long minutes to see the results and...
Mesut Gürbüz
mesutgmesut
Offline Send Email
Oct 1, 2005
4:14 pm
11923
I am hoping someone can tell me why this code does not work in IE. All I get is an error stating "invalid argument" when I try to append the embed element as a...
William Hubbard
kwooda333
Offline Send Email
Oct 1, 2005
4:14 pm
11924
You cannot connect to the database using clientside JS. The JavaScript code does not reach the client until after the page has already been processed by the ...
Jon Stephens
jdwayside
Offline Send Email
Oct 2, 2005
1:10 pm
11925
Jon, I know this is a script forum but would you mind explaining to me what you are doing in this line of your PHP. $ids = $names = $prices = array(); I've...
dave@...
ohioborndave
Offline Send Email
Oct 2, 2005
5:23 pm
11926
... I'm not an expert on this things, but from my experience, putting an embed tag inside an OBJECT tag is basically a work-around, so that the code remains...
f3l
kyoosho
Offline Send Email
Oct 2, 2005
5:59 pm
11927
... Hi Dave, PHP is a scripting language, too. ;) (I wish PHP had object prototyping like JS, and that JavaScript had variable interpolation like PHP.) ... ...
Jon Stephens
jdwayside
Offline Send Email
Oct 3, 2005
1:04 am
11928
Now I am wondering to go to learn another language as i guess some thing very simple using java script which solve the problem of a drop down list from...
Kathy Iwasik
girl_moon_godess@...
Send Email
Oct 3, 2005
1:47 am
11929
Hey guys, I am still having the same problem. I can not get the browser to hide all of it's bars when it is opened. I tried what Dave suggested, but with no...
Justin
ljustin_19
Offline Send Email
Oct 3, 2005
3:49 pm
11930
I am using a cascading menu script on a Website. All of the configuration settings and procedures are contained in external .js files. I want to create...
Lauren R. Pacini
lrpacini
Offline Send Email
Oct 3, 2005
8:22 pm
11931
If you want your Web pages to obtain data from a database, you will have to use some form of serverside programming to do it. It's that simple. The first step...
Jon Stephens
jdwayside
Offline Send Email
Oct 4, 2005
1:24 am
11932
A much better solution is to use fluid design techniques that work with all resolutions / window sizes. (Note: A pet peeve of mine is sites whose designers...
Jon Stephens
jdwayside
Offline Send Email
Oct 4, 2005
1:47 am
11933
Okay, Jon.....Your points are all well taken, BUT.... since I was taking the approach that I was, you can safely assume that I don't understand or have any...
Lauren R. Pacini
lrpacini
Offline Send Email
Oct 4, 2005
3:14 am
11934
The normal thing you'd want to do is to call different functions depending on the resolution, not include different JS files. You need to include all the...
David Smart
smartware_co...
Offline Send Email
Oct 4, 2005
9:50 am
11935
Thank you, David....Can you suggest some appropriate keywords to search on? Lauren ... depending on the resolution, not include different JS files. You need...
Lauren R. Pacini
lrpacini
Offline Send Email
Oct 4, 2005
3:35 pm
11936
Justin, Dave's responses seem to cover everything. However, if you're going to have the user run from CD and he does NOT have an app server or web server...
Tim Sabin
timsabin
Online Now Send Email
Oct 4, 2005
3:41 pm
11937
Please use the "Files" section to permit the posting of best-practice examples of JavaScript and CSS. Some of us learn best by example, and having a couple of...
Lauren R. Pacini
lrpacini
Offline Send Email
Oct 4, 2005
3:49 pm
11938
Lauren, Instead of using absolute resolution figures, would it make sense to use percentages / decimals? What I'm thinking: var height = screen.height * 0.95; ...
Tim Sabin
timsabin
Online Now Send Email
Oct 4, 2005
4:03 pm
11939
Lauren, I think that would be a great idea. However, most of the code examples people (including myself) ask for are already out there. www.tek-tips.com ...
dave@...
ohioborndave
Offline Send Email
Oct 4, 2005
6:29 pm
11940
Yeah, yeah, yeah. I guess I should have said "Client-Side" script forum. Damn Semantics. So by placing all the variables in the same line you can declare them...
dave@...
ohioborndave
Offline Send Email
Oct 4, 2005
8:14 pm
11941
I have this login form that I want to be able to feed a variable to via the URL. For example: http://dev.sheridan.edu/uportal/login/index.htm? ...
John
jbruso
Online Now Send Email
Oct 4, 2005
8:19 pm
11942
Where's your <form> tag? Without it, <input> doesn't work, and JavaScript won't, either. If this is all of your code, you also need <html>, </form>, </body>,...
Tim Sabin
timsabin
Online Now Send Email
Oct 4, 2005
9:26 pm
11943
I know Tim, these are just the elements... my full code would be a bear to read through.. There is a link to the full code. Tim Sabin <tim@...> wrote:...
John Bruso
jbruso
Online Now Send Email
Oct 4, 2005
9:39 pm
11944
For dynamic inclusion of JS files? I would have thought that variations of those words would be what you'd search for. I suppose "dynamic", "include" and...
David Smart
smartware_co...
Offline Send Email
Oct 4, 2005
9:43 pm
11945
What Dave says is exactly right. We do our Google searching before posting questions on the lists. 90% of the time (closer to 100% for simple questions) the...
David Smart
smartware_co...
Offline Send Email
Oct 4, 2005
9:43 pm
11946
You can hide some, but not all, browser traits. Simply put, if you use a browser it will look like a browser. If you want to make an interactive CD that...
David Smart
smartware_co...
Offline Send Email
Oct 4, 2005
9:44 pm
11947
You're going to need to post your whole page - the actual statement works OK in the test page I put together. However, your <BODY class="myvt-page-blue"...
David Smart
smartware_co...
Offline Send Email
Oct 4, 2005
9:55 pm
Messages 11918 - 11947 of 16808   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