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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 10879 - 10908 of 16813   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
10879
If site A is functional then the values are all ready being posted somewhere. You just want the site owner to add additional action (your php/asp/.. script) to...
njr
darkdirk1
Offline Send Email
Apr 2, 2005
11:56 am
10880
I have a simple mouseover script (simple to everyone but me) located at the top of a html page which displays one gif graphic and then shows another gif when a...
LGO ô¿ô
le_geefted_one
Offline Send Email
Apr 2, 2005
10:36 pm
10881
... Solved the problem. The filename extensions on the server are upper case (for some reason) and I was trying to call them using lower case. What a dolt. ...
LGO ô¿ô
le_geefted_one
Offline Send Email
Apr 3, 2005
12:24 am
10882
HI , I have a HTML page on which i have a button which is used to add the text/Edit field at runtime. The button is used to add the multiple rows of text/edit...
vishal_tyagi1980
vishal_tyagi...
Offline Send Email
Apr 3, 2005
3:19 am
10883
Use the cloneNode() method to copy a node, then appendChild() or insertBefore() to add the copy to the page. Using cloneNode(true) will make a deep copy, that ...
Jon Stephens
jdwayside
Offline Send Email
Apr 3, 2005
10:37 am
10884
I need to have a common navbar for a set of pages and would like to prevent duplication of the navbar in each page by simply linking to the navbar page and...
Stewart Buckingham
stu2ph
Offline Send Email
Apr 4, 2005
10:04 am
10885
Hi Stu: You could make a combination with window.location. With this you can know the name of the web, and if you use substring of the location, you can then ...
Miguel Angel Gonzalez
fotospasaporte
Offline Send Email
Apr 4, 2005
5:13 pm
10886
David, OK, this is a very late reply. I've been busy and had to take a month out having an operation as well. Well, I finally got so frustrated with the drop...
Stewart Buckingham
stu2ph
Offline Send Email
Apr 4, 2005
5:14 pm
10887
Glad you got something satisfactory working. Re your question of includes ... If all you want to include is JavaScript code, then you can simply do a...
David Smart
smartware_co...
Offline Send Email
Apr 4, 2005
11:24 pm
10888
... At the moment, I'm still a very simple man creating simple .html files with a text editor. I'm not doing any server-side processing, although my server...
Stewart Buckingham
stu2ph
Offline Send Email
Apr 5, 2005
2:24 am
10889
Another ASP with JScript person, eh? I knew there was a reason I liked this guy... ;)...
Jon Stephens
jdwayside
Offline Send Email
Apr 5, 2005
8:39 am
10890
It's probably a .AU thing. :-) I thought I'd got rid of Basic in the early 70's, and was pleased to see that I had options in ASP. Unfortunately, I'm also...
David Smart
smartware_co...
Offline Send Email
Apr 5, 2005
10:37 am
10891
OK. This was simple enough for even me to understand :) No need for Javascript at all. OK. I've done a bit more research and found out a little about .htaccess...
Stewart Buckingham
stu2ph
Offline Send Email
Apr 5, 2005
3:12 pm
10892
It's done but still won't work!!!! The links aren't arrayed by category e.g. Selection of a category doesn't filter the links can ANYONE please take a look at...
Brent Austin
brent1a
Offline Send Email
Apr 5, 2005
3:12 pm
10893
First point. Although you can get the server to treat the HTML files as PHP without changing their extensions, I'd certainly recommend going that extra yard...
David Smart
smartware_co...
Offline Send Email
Apr 5, 2005
10:27 pm
10894
Hi David, Your points are well taken. I only have 3 directories with .html files in them and probably about 30 pages. It's really a very low traffic site,...
Stewart Buckingham
stu2ph
Offline Send Email
Apr 6, 2005
9:32 am
10895
If you already need some PHP on each page, then you might as well stay with PHP throughout. Re caching ... The cache ("temporary internet files" for IE) is...
David Smart
smartware_co...
Offline Send Email
Apr 6, 2005
11:34 am
10896
I have some menus that I recently added to our site that work great but I just found out by one of our engineers that in IE 5 none of the links work. I'm using...
easman12673
Offline Send Email
Apr 6, 2005
4:27 pm
10897
Try "document.location.href"...
work@...
chipper98404
Offline Send Email
Apr 6, 2005
4:49 pm
10898
Is there anyway to allow someone to type a physical space in the textarea of a form? Thanks Steffan ... T E L 6 0 2 . 5 7 9 . 4 2 3 0 | F A X 6 0 2 . 9 7 1 ....
Steffan A. Cline
steffan_cline
Online Now Send Email
Apr 7, 2005
2:26 am
10899
"Tabs", "physical space"? Sorry, please explain in a little more detail. Dave S ... From: Steffan A. Cline To: javascript_official@yahoogroups.com Sent:...
David Smart
smartware_co...
Offline Send Email
Apr 7, 2005
2:50 am
10900
Try window.location.href -- document.location is deprecated, and is read-only in any case....
Jon Stephens
jdwayside
Offline Send Email
Apr 7, 2005
10:44 am
10901
Hello, I have a project that I would Greatly Appreciate some direction. Let me preface this by saying that I consider myself very much a novice when it comes...
Richard
txknapper
Offline Send Email
Apr 7, 2005
3:19 pm
10902
Hi David, I'm kinda torn between 1) keeping the html files and parsing the php parts and 2) converting them all to php file extentions with a Redirect of my...
Stewart Buckingham
stu2ph
Offline Send Email
Apr 7, 2005
3:19 pm
10903
I spent hours googling for a reliable way to insert a tab in text when typing in a text area. I found so many variances for different browser. Anyone have any...
Steffan A. Cline
steffan_cline
Online Now Send Email
Apr 7, 2005
3:19 pm
10904
I've been given a suggestion for 2a) as follows.. Quote" RewriteEngine on RewriteRule (.*).html $1.php I just checked it on my Apache server and it gives me ...
Stewart Buckingham
stu2ph
Offline Send Email
Apr 7, 2005
4:30 pm
10905
Hello! I have a problem that I'm hoping ya'll can help me with. I've got the basics, I think. But the timing is not quite right. Here's a brief description of...
Martin, Hope CTR NAV...
hopemartin6152
Offline Send Email
Apr 7, 2005
4:30 pm
10906
Of course, as soon as I send this off, I try something that works... <select name="layoutlist" OnChange="formSubmit('null');"...
Martin, Hope CTR NAV...
hopemartin6152
Offline Send Email
Apr 7, 2005
8:27 pm
10907
I have this great dhtml image viewer and it works perfectly but since I load pics from various sources the size of the box is constantly changing and looks...
Brent Austin
brent1a
Offline Send Email
Apr 7, 2005
8:27 pm
10908
Hi All, I'm having a problem on alignment with my drop down menu onmouseover (www.east13.com). If i take a look at that using IE for pc, it looks fine, but...
Christopher Andrada
andradachris...
Offline Send Email
Apr 7, 2005
8:28 pm
Messages 10879 - 10908 of 16813   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