Monitor screen width or browser page width? This does it based on the screen. You could make it a more generic function and allow parameters to be passed. The...
Hays, Duncan
DHays@...
May 1, 2003 12:38 pm
17532
I have a bunch of button gifs. The gifs are in the same directory as the html file. The page loads the pictures offline, but when I uploaded the files, the...
Thank you. That solved the problem. Does anyone connect with a modem? Kind of worried someone is going to wait 15 minutes for the buttons to load. Can someone...
This works: document.form1.check3.style.background='yellow'; ... This one does not. What am I doing wrong ??? var ch = parseFloat(3); var checkboxLabel =...
Try document.form1.check3.style.backgroundColor = 'yellow'; CONFIDENTIAL INFORMATION: This email and any attachment(s) contain confidential and/or...
Kayode Yusuf
Kayode.Yusuf@...
May 1, 2003 10:11 pm
17537
Perhaps I'm misuderstanding your question, but, instead of trying to concatenate a string to a char variable, why don't you just place your checkboxes in an...
Welcome To The World Wide Web With so many years experience of being on the internet myself and Charmaine have come up with the idea of creating a group where...
I have a 56k modem but my best connect with my phone lines in our neighborhood is 28.8 and it took between 15-30 seconds to load the page. HTH ... Regards, ...
hello friends, i have two popups comming up when the page is loaded, it is an event in the body tag.i want the second popup to come after 2 minutes. thanks in...
You want setTimeout - see e.g. http://www.pageresource.com/jscript/jtimeout.htm or do a Google search for setTimeout. Regards, David Smart SmartWare Consulting...
to do that you will need to set the top to "0" and set left to the width of the screen minust the width of the element. does anyone know of a right and bottom...
I want to retain the formatting when the user pastes a block of text into a textarea. What's the best method for retaining any breaks a user enters into a ...
try formatting it with html before you save it or submit it... ... ===== HTTP://SILASCO.PORT5.COM/TONES/ __________________________________ Do you Yahoo!? The...
Dave, ... a ... You tend to find that the breaks remain in the pasted text, but when you recover the text from a database and display it the user's browser...
... Uh, you mean in the spec that came out 5 years ago? As in, "Cascading Style Sheets, level 2 CSS2 Specification W3C Recommendation 12-May-1998" That one? ...
I need a fresh, empty document.cookie whenever a user goes to a certain page, even if s/he's visited other pages on the site or intranet. Setting the "expire="...
in the news section of a site im helping to develop, i'm planning on dynamically building a press release list by reading the press release directory and...
Carlos, If you don't have access to a relational database, you can fake it with a text file. Just create a text file and have your script populate it by...
Hi all, Here's a strange one. Below is the script, it's short. It loads in a different HTML page into a specific layer. It works great except for one thing I...
that would be an option but the client will be creating new press releases with dreamweaver so i won't have an opportunity to to maintain a text file(im...
Carlos, I'm talking about you creating using a web-based form to allow your client to copy and paste the press releases into (you can create a small 'admin'...