User Profile

Collapse

Profile Sidebar

Collapse
Blaikie
Blaikie
Last Activity: Mar 7 '11, 10:05 AM
Joined: Jun 30 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Blaikie
    replied to How to link to iframes?
    I posted this [codingforums thread 220426] around about the same time as this post. Thanks for all the help I now have it working prefectly
    See more | Go to post
    Last edited by acoder; Mar 9 '11, 11:15 AM.

    Leave a comment:


  • Blaikie
    replied to How to link to iframes?
    Thanks for replying, the script now looks like this:

    Code:
    <script type="text/javascript">
    <!--
    
    function loadIframe(){
    if (location.search.length > 0){
    url = unescape(location.search.substring(1))
    url.split("&")
    
    window.frames["main"].location=url
    window.frames["main2"].location=url
    }
    }
    
    onload=loadIframe
    ...
    See more | Go to post

    Leave a comment:


  • Blaikie
    started a topic How to link to iframes?

    How to link to iframes?

    Hello there,

    I need some help with linking my iFrames from a different page.

    My website is a desk theme template with a book on it "index.html " and when you click on links it loads the same template only with the book fully open "mainpage.html" .

    On the mainpage with the book open, it has 2 iFrames one on each side of the book. I can navigate while on mainpage.html perfectly through all links...
    See more | Go to post
    Last edited by Niheel; Mar 3 '11, 03:35 PM. Reason: code tags

  • Blaikie
    started a topic Find last record input of certain criteria

    Find last record input of certain criteria

    Hello,

    I have a basic database to record all customer orders for the Skip Hire company I work for. At the moment I use the 'Find and Replace' function to search through the database so when I need to find the last record of when a certain customer had their skip changed over, I need to scan through almost every record for that customer.

    This is probably really simple and i'm not familiar with the filters, however, what...
    See more | Go to post

  • Okay here is an example of my query

    Date Invoice No Name ...........
    21/06/10 978207 GARROWHILL BOWLING CLUB
    21/06/10 978208 ALLFIT JOINERS
    22/06/10 978213 CBG/CRL
    22/06/10 978213 CBG/CRL

    In the date field I have "21/06/2010" And "25/06/2010" to show all records from last week and notice the last two lines...
    See more | Go to post

    Leave a comment:


  • How do I stop records with same field number showing?

    Hello everyone!

    I'm using Access 2000 and working with an old database but need some help. I have a query displaying information from the database each week which has several columns, date, invoice number, name, address etc. However I only want to show one record from each invoice number meaning that the invoice numbers will be sequential and not have duplicates popping up. How would I go about doing this? Sorry I have no clue when...
    See more | Go to post
No activity results to display
Show More
Working...