Hi ddadmin, changed the line to and it worked perfectly. Thanks for your help.
setCookie("mysheet", urlselectstyle, 10)
Type: Posts; User: dude9er; Keyword(s):
Hi ddadmin, changed the line to and it worked perfectly. Thanks for your help.
setCookie("mysheet", urlselectstyle, 10)
Hi ddadmin, thanks, I ran a test and it works well, however I don't see it setting a cookie. Is there a way to do this based on the parameter? Thanks again for your help.
I am using the stylesheet switcher on dynamic drive . Is there a way to change stylesheets based on a querystring parameter? Basically, if the query string includes "&StyleSheet=BlueStyle" then...
Check out this links' "Choose a Category" drop down list, it has been styled. Does anyone know how to style a drop down box?
http://www.blogtalkradio.com/onair
THANKS!
I have this JS that pulls the parameters from a query string and places them into the callSearch variable
[code]
<script language="javascript">
var qsParm = new Array();
function qs() {
...
making it an easier question, can one css class call another?
I have multiple classes that share the same style except one, the width. Is it possible to set one class for the shared styles and call it within the width class?
Here's an example:
Shared...
1) Script Title: Interstitial Content Box
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamicindex17/interstitial.htm
3) Describe problem:
I need to modify this great script and am...
I am trying to validate the value of one text box to the value of another. The text box hold a number and I want it to check if it is greater than the value of another number (this number is dynamic...
Okay, this is interesting. I am trying to place an image on an image using z-index and the position property. I have it rendering in IE just fine, but FF is off by exactly 6px. Here is my CSS:
...
Is it possible to post a form to a validation script and then when validated, repost the form to a external URL? I need to run my form through an asp validation, pick up some values and then post it...
My hosting service just updated their SQL Server from 2000 to 2005. I have been trying to update my code and keep getting this error:
Microsoft VBScript runtime error '800a000d'
Type mismatch:...
I've created an SQL DB which includes a COMMENT column, I then connect to the DB and show the results of that column on my webpage using <%=oRs.Fields("comment")%>, however the COMMENT info is not...
I have an email address list that is dynamically genereated from an SQL Database. I want to write the address into a MAILTO: image using javascript, but can't figure out how to incorporate my ASP...
I have a form that submits the information to a SQL database. The form has a two radiobuttons name="Cheese" with value="yes" OR value="no" and then collects contact info.
The form submits to the...
I'm trying to set up a form that checks an SQL database to make sure that the team_name = request.form("team_name") does not already exist in the DB. The form submits to itself, checks the value in...
I'm trying to merge my credit card validation with the below Luhn Algorithm validation
function CheckCC(CC_NUM)
Dim i, w, x, y
InputError=0
CC_NUM = Replace(Replace(Replace(CStr(CC_NUM),...
If you've played around with Yahoo's new Beat email interface you'll notice that they now have adjustable columns to reveal the from, subject, date, size information. This is also found in Outlook...
thanks for the help, works great.
I have three columns. I want to make the middle column flexible/stretchable using CSS based on content of a row. IE is rendering this stupid, FF is fine of course.
Here is a bit of code to view...
thanks twey, i thought I tried that, but now it seems to work great!!
I have a JSP object that changes an image based on what page is loaded. The script calls the image, but the close tags leave a small space in my table.
Here is the example, the small space...
I'm trying to develop the code below. I'd like to control the textbox styll using CSS when the text box is disabled and enabled.
Here is a link to see what I'm looking to do:...
thanks for the feedback. how is this done? Is it in the CSS or the javascript? I'm not sure how to go about this. Any help would be awesome!
OKay I modified the fade div seen here:
http://www.brainerror.net/scripts_js_blendtrans.php
My version seen here:
http://charity-funding.us/test/test.html
works great, however the hidden div...