Search found 169 matches

by tepidarium
Tue Mar 23, 2004 9:24 pm
Forum: Anything Goes
Topic: OT - includes in ASP code...
Replies: 1
Views: 3359

OT - includes in ASP code...

Does anyone know how to use the #include directive to include a seperate heaer and footer include at the top and botom respectively of an asp file that only contains asp program code and no html tags. this does not work: <--#include virtual="/includes/top.shtml" --> <% asp code %> <!--#inc...
by tepidarium
Tue Mar 23, 2004 2:12 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Menu Appear over FLash - Need Browser/OS List?
Replies: 3
Views: 2862

Hi, Yes, the site I designed uses the hidediv for hiding the flash movie...Ruth mentioned most of the relevant threads...including this one where someone asks a similar question: http://www.milonic.com/forum/viewtopic.php?t=3734&highlight=divhider+js Beware - in order to hide the flash menu in N...
by tepidarium
Sat Mar 20, 2004 2:49 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: onbgcolor - on base url of website
Replies: 9
Views: 5647

Hi Kevin & Ruth -

I am sorry - I DID mean the pagebgcolor property.... Ruth - I think the link specification you mention is what I am looking for. I tried it and it seemed to work!

I will confirm this when I get abck to work..

Thank you both for your help... ;)
by tepidarium
Sat Mar 20, 2004 1:13 am
Forum: Anything Goes
Topic: OT - E-Mail from form script?
Replies: 4
Views: 5630

thanks guys, I'm going to check this out...have a great weekend!
by tepidarium
Fri Mar 19, 2004 8:38 pm
Forum: Anything Goes
Topic: OT - E-Mail from form script?
Replies: 4
Views: 5630

OT - E-Mail from form script?

Hi,
Does anyone know of a good script that will send to an e-mail address the results of a web form?

Thanks...
by tepidarium
Fri Mar 19, 2004 4:51 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: onbgcolor - on base url of website
Replies: 9
Views: 5647

onbgcolor - on base url of website

Hi, our site - http://www.citytech.cuny.edu (we bought a professional license - yay!) I am confused as to how to make the "onbgcolor" item property work for the front page of the website - the onbgcolor works fine for all other pages of my site. Basically the link is titled "home"...
by tepidarium
Thu Mar 18, 2004 10:51 pm
Forum: Anything Goes
Topic: OT - Server Side Includes question
Replies: 16
Views: 14409

If they did it right that shouldn't be necessary. I use plenty of includes on our IIS servers and no .shtml - just .htm. Well, from what I've read if you want normal html files to parse for includes, you've got to specify in the server settings. I think it is a good idea to use the shtml file exten...
by tepidarium
Thu Mar 18, 2004 10:06 pm
Forum: Anything Goes
Topic: OT - Server Side Includes question
Replies: 16
Views: 14409

Should I say "we told ya so"? Naw... :D Anyway, 2 things come to mind. In DW Prefs under File Types/Editors the .inc should already be there as a default in the 'Open in code view:' line. If not, just add it to the others in the list. With Win, you might also need to add INC under Folder ...
by tepidarium
Thu Mar 18, 2004 9:08 pm
Forum: Anything Goes
Topic: OT - Server Side Includes question
Replies: 16
Views: 14409

Hey! THe IT guys got the shtml extension working! A question for you SSI gurus - I read on Microsoft's site that good SSI style is to name include files with the ".inc" extension. Although almost any type of file can be included. I named a a file with the .inc extension but dreamweaver won...
by tepidarium
Tue Mar 09, 2004 11:07 pm
Forum: Anything Goes
Topic: OT - Server Side Includes question
Replies: 16
Views: 14409

jgillett wrote:Are you running this server yourself, or is it an ISP?
I can only place/delete files on the server. I can't make modifications. It's in the IT dept. hands & out of mine... :cry:
by tepidarium
Tue Mar 09, 2004 8:12 pm
Forum: Anything Goes
Topic: OT - Server Side Includes question
Replies: 16
Views: 14409

Hi, Thanks for your reply :D The includes in the normal html files don't work either... I did some reading that seems to indicate that the apropriate file extention (i.e. shtml) needs to be entered into a file for those extensions to be recognized. Something about a "srm.conf" file or htaa...
by tepidarium
Tue Mar 09, 2004 4:16 pm
Forum: Anything Goes
Topic: OT - Server Side Includes question
Replies: 16
Views: 14409

OT - Server Side Includes question

Hi all - I would like to convert my website to serverside includes but am having a problem. Basically, the shtml file is not recognized by the browser. I'm using IE and when I go to the page it simply says page not found. Here's the url: http://www.citytech.cuny.edu/test1.shtml The page IS on the se...
by tepidarium
Mon Mar 08, 2004 1:45 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: pagematch
Replies: 2
Views: 2297

Yep, pagematch is awesome...!
by tepidarium
Tue Mar 02, 2004 5:21 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: divhider.js HELP..!
Replies: 3
Views: 4239

you also need to define the div in you document. i.e. <div id=div1 name=div1>Stuff to hide</div> It is reccomended to also include "style=position:relative" as this will allow Netscape 4x to view the page but I don't do it. If you do it, what you will find is that Netscape 6 keeps the div ...
by tepidarium
Tue Mar 02, 2004 5:17 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: divhider.js HELP..!
Replies: 3
Views: 4239

Yep, you have to define which menus you want the divhider.js to be applied to and to what div... so lets say you named the div you want to hide "mydiv" and you wanted it hidden when menus named "Staff" and "Products" were shown. the M_hideMenus would be arranged as foll...
by tepidarium
Fri Feb 27, 2004 10:23 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Milonic Menu Highlighting on Page...
Replies: 4
Views: 2922

I decided to just define "offbgcolor" on the index.html page of the site as I couldn't figure out another way to do it...seems to work ok...
by tepidarium
Fri Feb 27, 2004 7:01 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Milonic Menu Highlighting on Page...
Replies: 4
Views: 2922

Hi Kevin... Yes this was it...I should have checked the properties list but didn't even imagine there was an option for this:-) The only thing I can't figure out is how to get the main index.html file on the base url http://www.citytech.cuny.edu to be recognized and have the "Home" menu op...
by tepidarium
Fri Feb 27, 2004 6:07 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Milonic Menu Highlighting on Page...
Replies: 4
Views: 2922

I think I understand why the page doesn't highlight -i.e. becuase those specific pages are not listed in the menu_data.js (nor would I want them to be as they are too far down in the heirarchy) still - even though the pages are not listed in the menu_data.js it would be nice if the menu highlighting...
by tepidarium
Fri Feb 27, 2004 5:24 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Milonic Menu Highlighting on Page...
Replies: 4
Views: 2922

Milonic Menu Highlighting on Page...

Hi, I have a question about how the menu highlights menu items... on the following page - the main "Academics" state is highlighted as well as proper substates... http://www.citytech.cuny.edu/academics/deptsites/adga/index.html BUT on this page which is a subset of the other page the menu ...
by tepidarium
Fri Feb 27, 2004 5:22 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Menu Error pls help! - "Object Required"
Replies: 5
Views: 3918

Hi tep, On the pages that get the error, it's because you've loaded divhider.js, and it's trying to hide "div1" when you mouse over certain main menu selections (as defined in M_hideMenus at the top of divhider.js)... problem is that on those pahes, there's no div to hide. I.e., divhider....