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...
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@...
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...
... 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. ... ...
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...
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...
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, 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...
... 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...
... Hi Dave, PHP is a scripting language, too. ;) (I wish PHP had object prototyping like JS, and that JavaScript had variable interpolation like PHP.) ... ...
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@...
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...
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...
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...
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...
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...
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...
Thank you, David....Can you suggest some appropriate keywords to search on? Lauren ... depending on the resolution, not include different JS files. You need...
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...
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, Instead of using absolute resolution figures, would it make sense to use percentages / decimals? What I'm thinking: var height = screen.height * 0.95; ...
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 ...
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...
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>,...
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:...
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...
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...
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...
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"...