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 strongm 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: *

  1. KABUSA

    How Googlebot Handles Javascript

    I want to touch on the subject above. I use a frameset shopping cart. I use a small substitute body tag using an inline script to check for frameset and if not present to call the framset page. This has worked great until about a year ago when I found my position in google searches, slipping...
  2. KABUSA

    something modifying my javascript.

    Hi, thanks. He indicated he turned off the firewall and it still did it, but perhaps he never re loaded the page to refresh the code. the way I see this, the code reader is subsituting the first 4 postions SCRI with <!-- and leaving the PT. I am not going to worry about this, for it is the only...
  3. KABUSA

    something modifying my javascript.

    any of my pages would do this when he used that particular setup. www.kabusa.com/ttables.htm. for example. He does have alot of security and firewall programs as he is an online trader and desires high security. I was hoping that this edit signiture(<!--PT>) would be identifiable as a specific...
  4. KABUSA

    something modifying my javascript.

    this may not be the right place but, A customer sent me the source code of one of my pages which was not working properly for him.(Windows XP, IE7) something in his system is modifying the script tags and commenting out all of the javascript. essentially, all script tags are changed from...
  5. KABUSA

    using top.location.hostname to detect frameset

    Hi, Yes I did. since I was unable to access any info about the top frame, the solution then was to look for the name of the bottom frame. My frameset page names the bottom frame "bottom"; so if it has that name, I know my frameset is "set". if it doesn't, then I know I need to call the frameset...
  6. KABUSA

    using top.location.hostname to detect frameset

    Hi, thanks for responding. if you add an alert tag with top.location in it, it will not display! If you put self.location in it, it displays the lower frame(which is my website domain.) The problem is the top frame is created by the search engine so it has a different domain or hostname. You...
  7. KABUSA

    using top.location.hostname to detect frameset

    Hi, I have a website that uses a frameset to control its shopping cart. If my site is accesessed from some other site with a frameset, like some web search engines, My site is prevented from setting up it's own frameset. So It seemed like a good idea to compare hostnames. That would tell you...
  8. KABUSA

    dropping frameset or permission errors

    Has anyone encountered a situation where a form is submitted and a subsequent new page is loaded; And upon loading of this new page, the previous framesets were dropped... as if target=_top was used? Or, Upon loading of the new page, there is created a different path that now creates a...
  9. KABUSA

    Script to check frames

    If being able to print body.htm is important: Check to be sure you can print body.htm in netscape. I have found that Netscape will execute the redirect even when trying to print the page and as a result generate an error. I had to put it in a doc.write statement like this: function reloadF() {...
  10. KABUSA

    Browser Inserted Script?

    Hi, Thanks, that is what I thought actually since he is using a cable service. I noted in my original post that I did actually have a typo on my page. the script hiding lines had an error the top was ok as <!-- but the bottom one was missing the closing > //-- was all I had. I never caught it...
  11. KABUSA

    Browser Inserted Script?

    The customer tells me he uses optimum online as his internet provider. Kevin
  12. KABUSA

    Browser Inserted Script?

    A customer reported a page that would not load. "white screen". I asked him to send me a copy of the source code. It revealed some added script that is not a part of my own page. Some in the <HEAD> and Some after the </HTML> Here is the added script. Does anyone recognize the origin and what it...
  13. KABUSA

    Popups, popup killers, &amp; js

    If I remember correctly, because I have a dual frameset established. you cannot have one frame secure and the other non secure. I beleive it creates a access denied error or something like that. The order info is stored in the top frame so if you destroy the frames you lose the data. Kevin
  14. KABUSA

    Popups, popup killers, &amp; js

    Hi, One thing I do not see being covered here is the way the link is being called. I have found that many pop up blocker programs will allow one window to open if they first detect a click on a <A></A> hyperlink. They will block a window if it is called from an <input="button"> using OnClick...
  15. KABUSA

    CGI form submission script question

    Hi, My web host supplies a CGI script that we use for emailing form contents. After the form submits, a new page loads. the new page is called with a variable called resulturl. http: www.kabusa.com/ccinfo_vm.htm This works well most of the time. In rare cases, the form data submits, but the...
  16. KABUSA

    Global variable not recognized everywhere

    Here is more info from the customer i am using an old SGI computer with the Irix 6.5 OS. i am using on that computer an old version of netscape, V.4.74. Today I decided to simply try defining Korm = document.forms[0] in each function in addition to the body where it worked ok. and see if...
  17. KABUSA

    Global variable not recognized everywhere

    At least I think this is what is happening. URL www.kabusa.com/checkout.htm this is my checkout page. Admittedly not as orderly as it probably could be. This problem only happens with a small number of customers. The form submits but the only data manipulation that comes through is that...
  18. KABUSA

    trouble changeing button element name

    Hi, *** URL:http://www.kabusa.com/sleeves.htm Also have various test pages sleeves3,sleeves4 and sleeves5 *** Having trouble with windows XP running on PC with some but not all users. I use a shopping cart program that needs to read a quantity selector and button for order processing. The cart...

Part and Inventory Search

Back
Top