IE may ignore teh link around the dropdown, but it retains the style attributes of the id="tab6".
Essentially, the style attributes of id="tab6" makes the link look like a tab in a folder.
I have 6 tabs, years 2000 - 2006, and a seventh tab that I want to be a dropdown (above example), for...
Ok, I've been struggling with this for the last 2 days. I've finally narrowed down my problem and was able to create a simple HTML page to illustrate this.
Can anybody tell me why the following code works in IE (all versions) and not in Firefox, Safari, etc?
<HTML>
<BODY>
<INPUT type='hidden'...
I am hoping that you mean is the Timeout value set for the default web site in IIS by using the IIS MMC plugin?
If so, the answer is yes (see statement #2 in my first post).
I'm testing some stuff now that I think may be causing the problem. It looks as though it might be the "Shutdown...
I've seen a lot of posts talking about Session.Timeout, none of which can answer this question.
I have set in IIS 6.0 the Session.Timeout value to be 999.
In my global.asa file I read a value from a database and set Session.Timeout to this value (for this conversation lets say its 480).
On my...
OK, here's the deal.
If you look at the HTML that is produced from your code, you will see that if you have more than 1 row in your recordset, you will have as an example:
<form name="form1" method="post" action="nextpage">
<table>
<tr><td>Price:<input...
I'm looking for some assistance with the following:
If have a .vbs script that creates/manipulates some objects.
Simple example:
test.vbs
DIM oDistiller
on error resume next
WScript.Echo "Creating distiller object..."
Set oDistiller =...
Already done. The example above was for illustration only. These are defined and are being used they way you suggested.
Any other ideas of why I am receiving this error message and what does it mean?
Thanks.
Same way as you just did it.
Each item in the dropdown has a value. When one is selected, the value returned in you expression above will be something other that "". If you have specified a default value/text in the dropdown i.e. [Select a state] which has a value of 0, then you...
I am looking for some assistance with a problem I am having. I am creating a Microsoft Word document from an ASP page using Server.CreateObject("Word.Application"). The document creates fine and I am able to manipulate it, format it, put in tables and populate cells.
My issue is...
Thanks for you response. Just prior to reading your response I discovered that the Constants I were using were not declared! After the declaration of them, it worked just fine.
Thanks.
This stored procedure stuff in ASP is really getting me frustrated. I am trying to run a stored proc from ASP which has 1 input argument and 1 output argument. I cannot get it to run and cannot get the return argument. Can someone please look at this and let me know what is going on?
Thanks...
Sorry, maybe I wan't clear.
The 10000 emails have come over the last 5 years or so. We usually get about 10 per night. We just determined that we only need to retain the Friday emails.
Going forward, we will only be receiving emails on Fridays, which is fine. But I need to correct...
Ok, I've got a stupid question for something I am trying to do and can't figure out.
Here is my situation:
I have an Outlook Personal Folder containing over 10,000 emails. These emails are sent to me every day (nightly batch run status) and there is a server rule to move these message from...
Ok, I've got a stupid question for something I am trying to do and can't figure out.
Here is my situation:
I have an Outlook Personal Folder containing over 10,000 emails. These emails are sent to me every day (nightly batch run status) and there is a server rule to move these message from...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.