THanks for the reply. Since the whole spellchecking feature needs the routines, i cant really eliminate them. (nor do I have the skills to.) For this reason, i'd like to just try to edit what is there
I have a button with an image beside it. Onclick, it should switch to another image, then back.
View it at my test page http://www.billiardscores.com/
Throw some text in the box, and click the button.....You'll notice that while the spell checker is working, a SECOND image appears. I want it...
I have a layout issue that i can't seem to work out. Basically, i have a menu on the top right hand side, and content that i wrap around it. (if it is big enough.) The problem is that I want the article content to come BEFORE the menu content when parsing the code from top-down, and I can't seem...
I have a div, that houses 2 unordered lists.
The lists need to be side by side, but at opposite ends, so that there is a space, if any, in the middle.
I've got it looking correct in IE, but FF places the right hand UL one line lower than they left. they need to be on the same line.
Here is...
I have a pop-up window where user uploads a file.
what is the best way to insert that value in to a textarea in the main page? The textarea has ID="tal
well- more details on the situation...
teh page i want refreshed is actually an iframed page that generates a captcha image.
<iframe id="captcha" height="23px" width="86px" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" src="../inc_captcha.asp"></iframe>
when the user hits...
Anyone know of a way to produce Something like the "onclick=history.go(-1)" command, except it would grab a fresh version of the page from the server and not just pull the old page out of the users cache.
thanks, I appreciate the feedback. Also, i've added a test case, where URLs are underlined.
do you like it better WITH underlined hyperlinks:
http://dev.billiardsforum.info/index-homepage.asp?test=2
or WITHOUT underlined hyperlinks:
http://dev.billiardsforum.info/index-homepage.asp
thanks...
Hello,
I've redone a layout for one of my sites without use of tables. (my first)
just the one page please.
Among general comments, i'd appreciate comments specifically on color scheme, layout of the various page elements, or any other layout/visual presentation ideas...
yeah, i guess i'm asking that if CSS is for some reason not present, like when being parsed by a search engine, or maybe an old browser, does it generally just read top down?
I am trying to validate a page that includes an embedded video clip from youtube. Is there any way I can adjust the code they suggest, so that it validates as xhtml strict?
<object height="158" width="193">
<param name="movie" value="http://www.youtube.com/v/pIO4Pxc7eHA">
<param name="wmode"...
Can someone comment on the use of SSIs?
Do these place a lot of strain on the server?
Also, are "virtual" includes or "file" include directives more efficient?
thanks.
For the FSO question - what i'm writing are includes. SO - in page.asp i might include a file called someinclude.asp
Then, when I add/change data in the DB that pertains to what is in the include file, I rewrite the include file so that it has the fresh info. The filename, however...
Three questions...
1) I read that a variable can only be 255 char, is this true, or is this only true of the variable NAME?
2) Is it best-practice to set every declared variable to "nothing" immediately after it is no longer needed?
3) I am using FSO to "publish" updated content to static...
thanks - my problem was that I had an xml declaration above teh doctype. (<?xml version="1.0" encoding="UTF-8"?>) This caused problems with IE. It had to go under the doctype.
Thanks everyone for the response.
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.