Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: robert89
  • Content: Threads
  • Order by date
  1. robert89

    Dynamic Back and Previous Links

    Does anyone know if and/or how I can create text links Back Previous that write themselves in a menu based on the page history. For example, I open help page 1, click on a link to view another topic - help page 2. When help page 2 loads, since there is a history, it will write the "Back"...
  2. robert89

    How do I get a layer to display over a table

    I have a table of contents in a div. The TOC displays when a link is clicked. It displays on top of everything else which is held in a second div. Everything was working great til I got to a page where part of the content was layed out in a table. On this page the table of contents displays on...
  3. robert89

    Is it an illegal looping link and will Google Penalize

    Looking for thoughts on the following scenario. Scenario bob.ca has a number of databases hosted on jane.ca. There are hundereds of links from pages on bob.ca to pages on jane.ca. The urls of the links allow pages to be dynamically generated. That is, when a link at bob.ca is clicked page...
  4. robert89

    overflow scroll - is there away of getting rid of bottom scrollbar?

    Hi there, Have a bit of text set in a box with overflow set to scroll. I want to get rid of the bottom (left to right) scroll bar. Is there a way of doing this. Thanks, Bob
  5. robert89

    Proxy Serves, Analog and Traffic

    Hi there, Not really sure what I talking about so be kind! We have a proxy server and a server. I understand the proxy server was setup to take the pressure off the main server. We got into a discussion trying to determine the meaning of some traffic logs. We use analog. I went into the...
  6. robert89

    onblur=self.close question

    Hi there, Trying to teach myself some js. Have a script that launches a popup when the parent loads. I have used onblur='self.focus();' in the function that writes the new window. While the onblur writes itself into the popups body tag as instructed, it doesn't work. Anyone have any idea how I...
  7. robert89

    Popup as the target frame and keeping on top

    Hi there, Is it possible to create a blank htm page and use it as the target when opening another file in a popup window? In other words, the blank.htm becomes the default popup where I can set focus properties and when I create a popup link the associated content opens in the blank.htm page...
  8. robert89

    Google and "Indexed Pages"

    Hi all, Was up on Google's Beta Sitemap interface and set up one of the sites I work on then did an Indexed Page inquiry. Google shows "Results of about 103,000". We have about 10,000 pages. How does Google arrive at 103,000? Just curious? Google does provide an answer I understand. Thanks, Bob
  9. robert89

    200 returned when page 404

    Hi there, Went to test google beta sitemap. When I went to have page verified google returned: "We've detected that your 404 (file not found) error page returns a status of 200 (OK) in the header. This configuration presents a security risk for site verification and therefore, we can't verify...
  10. robert89

    Cookie Warning that visitor is leaving site

    Hi there, Has anyone seen a cookie script that will warn a visitor that they are leaving a specific site. i.e. http://www.mysite.com/ when they click on a link that is external to mysite.com. We want a cookie that (uses an alert?) to warn the visitor that they are about to leave our site and go...
  11. robert89

    html abbreviation tag and ranking

    Hi there, quick question to anyone who cares to give their opinion. Have just finished adding the abbreviation tag with definition for the abbreviation OSA. OSA appears a total of 251 times in 11 pages of our site. I understand the value of the abbreviation tag from accessibility prespective...
  12. robert89

    How do I reload a page and have a function execute following the reloa

    I have a slideshow script. The slideshow has four controls: next play pause previous The play function starts the slideshow, however, once the slides have cycled through once, the play will not restart unless the page is reloaded. the line that executes the play is...
  13. robert89

    Dropdown Menu Making it work in IE

    Hi there, I have a piece of javascript that helps the functioning of css dropdown in i.e. The script uses getElementByID. The element being <ul id="nav"> I have placed this list in a left div and adjusted the css formatting of the list to affect only the ul in the left div. The javascript does...
  14. robert89

    document.getElementsByTagName

    I have a piece of script which produces an "exploding menu". The menu is constructed from lists. There is a body onload command which causes all the menus to open in the collapsed position. The user clicks on a heading and the list expands. The function that hides everything on load Gets the...
  15. robert89

    400 Bad Request Error

    Hi there, I am trying to figure out how to, and if it is necessary, to fix a 400 bad request error. I've had no problem determining what the error message means, but as of yet, have not been able to find anything that explains how to fix this. If possible, would you be kind enough to point me in...
  16. robert89

    Lowercasing code question

    Hi there, New to XHTML and wonder if anyone can tell if it is neccessary to lowercase the content in an alt tag and title tag. I have been using some software that rewrites my code from sentence case to lowercase in title and alt tags. I can't find a switch to turn it off, but didn't think it...
  17. robert89

    400 Errors do these error really matter

    Hi there, One section of our website has been undergoing a face lift. This face lift has brought about a change in urls. We updated links to these pages in our section of the site and ran new link checks. The link checkers return 400 errors. Are 400 errors detremential to search engine results...
  18. robert89

    Search and Replace - Extended

    I have thousands of pages that must have their existing headers and footers replaced. The only constant I have is a comment tag <!-- BEGIN FOOTER -->blah blah blah<!-- END FOOTER --> Would like to do a search and replace that goes something like: replace every thing between <!-- BEGIN FOOTER...
  19. robert89

    Server Side Include Question

    Not sure if I have the right forum but here goes. Have just rediscovered includes. I have an existing site that we want to display within our site. We do not want to use frames, however, we want the header and footer of our site to display at the top and bottom of each page of the existing...
  20. robert89

    Need Modified Date to work when javascript off

    Does anyone know of a way to have the modified date showup when javascript is turned off? Thanks, Bob

Part and Inventory Search

Back
Top