hope these will help! http://www.faqs.org/docs/htmltut/_BLINK.html http://www.domedia.org/oveklykken/css-blinking-text.php In general, please don't use blink. ...
I know there MUST be a way to do this with JavaScript. What I have is a select menu with a list of main categories (coming from a database). What I want to...
You can blink text in HTML using the <BLINK> tag. It's a W3C standard. Just one word of advice: DON'T DO IT!!!!! <BLINK> has been called the worst invention to...
Hi! ... Wrong. The blink was invented by Netscape, and later adopted by Microsoft and others. It's not part of the HTML 4.01 spec - see the listing at ...
I found info on this page: http://www.webreference.com/js/tips/020112.html The Menu Builder tool under the Cool Tools section of http://www.docjs.com lets you...
Thanks for the advice Jon and rest of the friends. I got tired of trying ReadURL and also, I had to complete website fast and I could not spend much time on...
I want to be able to scroll a column of a table to the middle of the window i.e. when the user clicks the a button, the table scrolls left or right to the next...
Gurus, Reports page of my shopping cart shows all suppose 7 Orders placed in a day. I want to add two print buttons. One is to show at the end of every order...
Hello. What i am trying to do is get a popup window from internet explorer to open up at computer start up, go to a site, and then after a preset time close. I...
i'm trying to concat this object "(" in a string if the button of it is clicked but i have difficulties in it because it has errors. this is my script: ...
Hi to all, I am a new member to this wonderful group...and i m in need of help from u all guys n gals. This is the code. <script> var Rcount = <%=Rcount%>;...
You absolutely need to do a view source and post what the browser is actually seeing. My feeling is that this will tell you a lot. For instance, you have many...
Some of my users are running something that highlights what it thinks are required fields on an input form. Does anyone here know what they could have done to...
that could be an "auto fill" tool... if thats the case, it is not guessing at what it required, but instead letting the user know that if they click the auto...
... Sure it is possible, and from my experience there are three ways of doing it. First, by using JavaScript. You can go for this option ONLY if the data to be...
Tia, You would highlight the background of a field having HTML point to a CSS style segment. This could be put in a separate .css file, or in the <head>...
... The Google search bar's auto-fill feature will highlight fields with common fields names (e-mail, name, etc) for you automatically. This is probably what...
Hi, I have an HTML page, which has an embed tag, which in turns has an svg graph within an xml document. Is it possible to run a script which is present within...
Hi, There are some scripts which gets the value of certain classes that are present in the stylesheet.css file which are linked in the header of the HTML/xhtml...
I have a javascript app that uses window.open(url_to_mp4_file). I currently do that with mp3's with no problem. I have a job with a guy that developed a...
hi all, I'm looking for a script to move my images vertically and when the mouse stay over an image it stop moving. like affilates that you have seen in many...
I'm now in groups,I have problem in my wibsite, when I put tow cod of Scroller Javascript in one page, one is work ather not work. for your inform if i make...
I am developing an HTML javascript application and I want to preserve state in a way that can be book-marked. I chose HTML anchors as a means of preserving...
The two pieces of JavaScript code are conflicting with each other - probably they are using variables of the same name. You can't have two copies of the same...
Hi, I am a newbie to Internet programming. I have some questions about spacing in HTML control names and subsequently being able to access these input...