User Profile

Collapse

Profile Sidebar

Collapse
ridgedale
ridgedale
Last Activity: Oct 27 '09, 09:02 AM
Joined: Oct 1 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Just to update everyone here I received a javascript in the following post at the webmasterworld javascript forum that worked a treat:

    http://www.webmasterworld.com/javascript/4006777.htm

    Thanks again....
    See more | Go to post

    Leave a comment:


  • I would like to steer clear of iframes, so how do I go about achieving this with Ajax?

    Thanks for your patience.
    See more | Go to post

    Leave a comment:


  • Thanks for your feedback, guys. acoder, your suggestion sounds like it might work. Can you give me a pointer as to how I would do this?

    Thanks again.
    See more | Go to post

    Leave a comment:


  • Thanks for your reply, Dormlich. Apologies, I managed to post the link incorrectly. Hopefully it will make clearer what I mean?

    http://ridgedale.powweb.com/THS/sbx_intro.php

    Thanks again...
    See more | Go to post

    Leave a comment:


  • ridgedale
    started a topic Navigation panel won't remember its position

    Navigation panel won't remember its position

    I have a test site setup at:

    http://ridgedale.powweb.com/THS/sbx_index.php

    and I am having trouble trying to resolve an issue relating to the scrolling navigation panel. When the user scrolls down the list and clicks on a link the new page is reloaded but the position in the navigation panel is forgotten and the content jumps to the top. :(

    Is there any way to resolve this? Any assistance would be app...
    See more | Go to post

  • ridgedale
    replied to Download Then Redirect
    in PHP
    I'm trying to use

    header ("Location: - see initial code

    as it is without any apparet success. It is almost as if as soon as I use it either wants to stop everthing else working or it is prevented from running by the other code purely depending upon its position! And doesn't appear to be any happy medium.

    Thanks again for your input.
    See more | Go to post

    Leave a comment:


  • ridgedale
    started a topic Force PDF Download & Acrobat Reader Plugin
    in PHP

    Force PDF Download & Acrobat Reader Plugin

    Does anyone know how I can prevent the Acrobat Reader plugin from loading a pdf into the web browser? I need to force the user to download the pdf file and run the pdf using the full Adobe Acrobat Reader program.

    The code I'm using at present isn't working - any browser with the plugin loaded doesn't download the file it gets loaded into the browser window via the plugin:

    [PHP]<?php

    $mytalk = $_GET['varrqust'];...
    See more | Go to post

  • ridgedale
    replied to Download Then Redirect
    in PHP
    Thanks for your reply, t0m66. Is there any way to achieve the redirection just using PHP, as I would prefer to avoid generating pop-up pages if possible?

    Thanks again.
    See more | Go to post

    Leave a comment:


  • ridgedale
    replied to URL Variables
    in PHP
    Hi, rlm51.

    Try the following:

    MonthlySpecial. php?key=2&Speci alNo=<?php echo $SpecialNo; ?>;

    That should do it.
    See more | Go to post

    Leave a comment:


  • ridgedale
    replied to Horizontal Gap Between Divs
    I've managed to resolve this problem by setting

    Code:
    margin: 0;
    on the <h1> class.

    Thanks again.
    See more | Go to post

    Leave a comment:


  • ridgedale
    replied to Undefined Index Error
    in PHP
    Atli, thanks for explaining this for me.

    Much appreciated.
    See more | Go to post

    Leave a comment:


  • ridgedale
    started a topic Download Then Redirect
    in PHP

    Download Then Redirect

    I wonder if anyone can help me out with this. I am sending the user to a download page where when they click on the download button the file is downloaded and then I want the user redirected after the file download to a confirmation page.

    My download processing page is as follows:

    [PHP]<?php

    $mytalk = $_GET['varrqust'];

    if($_GET['varrqust'] == "1"):
    $mytalk = 'Talk...
    See more | Go to post

  • ridgedale
    replied to Horizontal Gap Between Divs
    drhowarddrfine, thanks for your reply. Unfortunately, the image you are seeing ing inside the <h1> tags of the header div is for the text heading only. The typewriter image is a background-image with no-repeat and a fixed position tied to the header div, so what you have suggested won't work.

    Thanks again.
    See more | Go to post

    Leave a comment:


  • ridgedale
    started a topic Horizontal Gap Between Divs

    Horizontal Gap Between Divs

    I wonder if anyone can point me in the right direction. I have a webpage that works in Firefox (Mac & PC), IE7 (PC - works OKish!), Safari & Camino but when I preview the webpage in IE5.5 or IE6 it breaks with a big horizontal gap between the header div and the rest of the page. Below I've attached a link to the page:

    http://ridgedale.powweb.com/TinHorse/sbx_sustain.php

    I've also provided a couple of screen...
    See more | Go to post

  • ridgedale
    replied to Undefined Index Error
    in PHP
    Sorry, Atli. I missed your reply. Below is the associated code for the nav.php file with that @ symbol inserted which resolved the initial issue:

    [code=php] <div id="sbx_nav">

    <?php

    $myitem = @$_GET['vartalk'];

    if(@$_GET['vartalk'] == "1"):
    $myitem = '&raquo; Practice Based Innovation';

    ...
    See more | Go to post
    Last edited by Atli; Oct 9 '07, 06:41 PM. Reason: Changed [html] tags to [code=php] tags.

    Leave a comment:


  • ridgedale
    replied to Undefined Index Error
    in PHP
    I managed to fix the problem that only occurs on a Windows based server by adding an @ symbol in front of each occurence of the $_GET['vartalk'] in the nav.php file which resolved any associated issues with the vartalk variable.

    I also noticed once having fixed that issue that the request form was also broken on the Windows platform. It appears that Linux based servers either know how to deal with non-declared variables and Windows...
    See more | Go to post

    Leave a comment:


  • ridgedale
    replied to Undefined Index Error
    in PHP
    It can't be the version of PHP as I am running version 5.1.6 locally and the files are displaying correctly.

    Thanks again.
    See more | Go to post

    Leave a comment:


  • ridgedale
    replied to Undefined Index Error
    in PHP
    Could it be the fact that my hosting space is running on the Debian Linux platform and is running PHP version 4.4.6 and the customer's hosting space is running on the Windows platform and is running PHP version 5.0.4 that this issue has arisen?

    Does anyone have any ideas how I might fix this?

    Thanks again.
    See more | Go to post

    Leave a comment:


  • ridgedale
    started a topic Undefined Index Error
    in PHP

    Undefined Index Error

    I wonder if anyone can help resolve an issue I've come across in making a customer's website live when it has tested fine in my own hosting space.

    I am getting the following errors: Notice: Undefined index: vartalk

    For reference I provide the following links:

    My hosting space (where everything appears to be working fine):
    http://ridgedale.powweb.com/TinHorse/sbx_intro.php

    My customer's...
    See more | Go to post

  • ridgedale
    replied to Link to External Flash File Frame
    Motoma,

    I was just thinking that it may be simpler and I know the getURL() function does work. I just wondered if there might be any drawbacks to doing it this way or that your method would be better or more efficient.

    Thanks again
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...