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 John Tel 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: fpl9250
  • Content: Threads
  • Order by date
  1. fpl9250

    Recovering emails from Outlook Express when windows fails

    Hello, My windows OS just crashed, but the data is still there. The partition where windows was located is still there and as far as I know all the info is there too. How can I retrieve all my emails. I did a search for inbox.dbx and nothing pops up, there's a folder with my name under My...
  2. fpl9250

    Creating tabbed content, best way?

    Hello, I'm trying to create a page that has 3 or more sections of content, but instead of having a long page, I wanted to create tabs where the clicked tab will be of a different color and its content will show. Kind of like the properties palettes in windows, that they have a bunch of tabs...
  3. fpl9250

    layout messes up when I click on a link & click back to home page.

    Hello, The weirdest thing...I have a page and when I click on any link on that page and then come back to the home page, the home page is all messed up with links and text on top of each other. This only happens in IE. Really weird. Has this happened to anyone before. My first guess would...
  4. fpl9250

    how can I add tool tips to an image map

    Hello, I need to create some hot spots within a US Map, and add tool tips to each hot spot. Does anybody have some scripts that I can use to do this? I've searched in Google and stuff but all I've found is for tool tips over text, not over images. Thanks in advance
  5. fpl9250

    modifying this tooltip builder to call from an image map

    Hello, I'm using the code in the link below to pop up a tool tip from a link http://dynamicdrive.com/dynamicindex5/balloontooltip.htm This code calls the script using REL inside the <a></a> tags. When I put that inside the image map like this <area shape="poly"...
  6. fpl9250

    any clever ways to add pop up dialog boxex to a map

    Hello, I need to add some pop up dialog-type boxes to a bunch of dots in a map. They will pop up on mouse-over with information about that dot, like in Google maps. Is there a clever way of doing this? I'm thinking FireFox, but maybe there's an easier way that's easier to maintain such as...
  7. fpl9250

    is there something faster than onload=&quot;parent.window.scrollTo(0,0); &quot;&

    Hello, I have an i-frame in which I made the height 1600px to avoid two scroll bars. I'm scrolling new pages to the top via parent.window.scrollTo(0,0), but the client is complaining that it is too slow. The whole page has to load and then the it's scrolled to the top. Is there a faster way...
  8. fpl9250

    need to pass parameters to an URL inside an i-frame

    Hello, I have the script below to extract the parameters in the parent window URL but I need to paste them onto the URL that will be called from an i-frame. Can somebody tell me the syntax to build the new URL for this i-frame? this is the code to extract the parameters function...
  9. fpl9250

    having problems with an i-frame

    I have an i-frame set up with an external site that loads into it. To avoid two scroll bars the height of the iframe is 1600px. The problem is that when a person fills out the form inside the i-frame and clicks Continue, the next step of the form loads correctly inside the i-frame, but the...
  10. fpl9250

    need utility to detect bad or corrupt HTML code

    Hello, I need to do some work on a site that has hundreds of pages, many of which have corrupt or broken HTML. Is there a utility that can scan a site and spit out a report saying all the broken code it found, or at least the pages that have corrupt HTML. This will help me estimate the...
  11. fpl9250

    need a clever way to change a button based on where the user is

    Hello, I have a page that has a 4 button menu at the top included via SSI. They want the text on the button to change color when the respective page for each button is active. I can't hard code a different button for each page. This is a site of 100s of pages and they menu is via SSI, and...
  12. fpl9250

    why am I getting a horizontal scroll bar

    Hello, I have this page, composed of two frames. One takes the whole screen and the other one is just a 1px height that will contain a music file. Anyway the problem is that I'm getting a horizontal scroll bar and the content is not wide enough to cause this. this is the whole frameset...
  13. fpl9250

    syntax for calling a js from within another js

    hello, Just wondering if there is any different way of calling a js from within a js. this is what I'm using.. <script language="JavaScript1.2" src="/wrapper/global/mm_menu.js"></script> Thank you
  14. fpl9250

    converting an HTML file to js

    Hello, I'm converting an html file into a .js by wrapping every line with document.write('........'); but if it's a line of code that already has a single quote, then the whole line gets messed up. Does anybody know how I can get around this issue? Thank you.
  15. fpl9250

    why is this server side include not working?

    Hello, I'm trying to include a menu via SSI in a Coldfusion page, but it's not working. This is the page that doesn't work http://www.expertappeal.com/2007site/weddingsIndex.cfm but yet if I visit the menu directly it works http://www.expertappeal.com/2007site/menus/topMenu.cfm This is the...
  16. fpl9250

    Is there a script to reload a page in a frame set

    hello, I need to reload a page into a frame set. A hidden (height 1px) frame will play music continously, but for search engine purposes I don't want the whole site to be frameset oriented. Thanks a lot for your help.
  17. fpl9250

    can a frameset be set up so that the URL shows its changes

    Hello, I'm wondering if there's a way of setting up a frame set so that it shows the whole URL at the top as the user goes to different pages. In other words, when the user goes to about.html, I want the parent frame to show xyz.com/about.html Can this be done? Thanks in advance for your...
  18. fpl9250

    need javascript to reload page in a frame set

    Hello, I'm redoing my site and want to make it more HTML rather then 100 Flash for search engines and stuff. Nevertheless I want to have music throughout the site, and the only way of doing this is through frames. Does anybody have a script that can reload any page into a frame set? How does...
  19. fpl9250

    big difference between IE and Firefox can someone help me fix it

    Hello, Can someone explain why this page looks so different between IE and fireFox. Here's the piece of css that controls that blue banner which is a div tag included via SSI #searchBox{ z-index:2; padding-top:7px; padding-bottom:10px; background-color:#cbdcf0; /*height:35px;*/...
  20. fpl9250

    I'm trying to include a piece of code via SSI but it's messing up

    I have this page that is working correctly, it has an SSI already and right above that include I'm putting the code below via include as well and it's messing up the page. What's wrong with this code? When I preview it by itself it works great, but when I put it as part of the page or via SSI...

Part and Inventory Search

Back
Top