For some reason, I can't figure this out.
I'm trying to create a subroutine that will create a text file everyday named by that day's date. Seems really simple - but after I create a variable that is equal to Now - I don't know how to get that into the Open Filename statement:
Dim date1 As...
I pulled the following code from a guy's dHTML site for a rotating banner. Everything about it works great, except that I can't figure out how to manage the scrolling rate.
Here's the part in the <HEAD> section:
<script language="JavaScript1.2">
/*
Horizontal Pausing News Scroller
Copyright...
thanks so much for the overwhelming responses - I'll just call it a brain fart and be done with it.
Trollacious' solution worked great - still eluding me why mine didn't work, but whatever.
Thanks again!
Actually - the thing is, even when the value is mrussell, the window.location.replace statement won't fire off.
Try it - goto http://www.highwaym.com/extranet/index_test.htm
in both cases - either with an entered username of mrussell or not, the function should jump the browser to...
I'm trying to trigger 1 of 2 different cgi scripts based on the username that the person enters into a form - everything seems to be working fine (the user-specific url stings are getting built just fine) in the below code, except that when I try to do window.location.replace from inside one of...
Hi -
I've linked 2 spreadsheets through a DDE Link. What I'm trying to do is capture the time-lag between updating the cells of one to the other.
I obviously synched both clocks to the atomic clock first.
Then I created a Private Sub as follows:
If Range("a1").Value <> "whatever the hold...
I'm using a drop down menu for my site, and I'm wondering if anyone knows how to get javascript to recognize transpancey for the background color of the menus and sub-menus? - here is the page where the menu is being used - http://www.cherubshoes.com/BC/index.htm I've masked the background color...
I'm using the following code to have users upload files to a directory on my site - every time I test though the process adds about 20-30 bits of data to the file, causing havoc with it - like turning this:
http://www.highwaym.com/walter.jpg
(size: 7951 bits)
into this...
I know I'm doin this really badly, and my code still doesn't work.
I trying to use a flat tab delimited file for a database for a simple shopping site.
Each record has several elements - including color, name, description, type, etc.
I trying to write a CGI that loads all records into...
I'm wondering if it's possible to link workbook cells from one Excel doc. to another over a network dynamically?
IE - A1 on Computer 1 is linked to A1 on Computer 2 and updates dynamically when changed.
Firstly - how would one go about this?
Secondly - what would be the time loss in doing so...
yes:
<a href="http://www.yahoo.com" onclick="image1.src='../../images/news_1_blue.gif';NewWindow(this.href,'name','600','600','yes');return false">
it opens a new window 600x600
Actually, onmouseout I want the image to roll back, I just want the image to stay in the rollover position if the link is clicked (and then regardless of whether or not the user mouses over the image any more it would stay on the second image) - any ideas? This is basically to indicate to the...
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.