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....
User Profile
Collapse
-
I would like to steer clear of iframes, so how do I go about achieving this with Ajax?
Thanks for your patience.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.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...Leave a comment:
-
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... -
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.Leave a comment:
-
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'];... -
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.Leave a comment:
-
Hi, rlm51.
Try the following:
MonthlySpecial. php?key=2&Speci alNo=<?php echo $SpecialNo; ?>;
That should do it.Leave a comment:
-
I've managed to resolve this problem by setting
Code:margin: 0;
Thanks again.Leave a comment:
-
-
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... -
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.Leave a comment:
-
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... -
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 = '» Practice Based Innovation';
...Leave a comment:
-
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...Leave a comment:
-
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.Leave a comment:
-
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.Leave a comment:
-
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... -
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 againLeave a comment:
No activity results to display
Show More
Leave a comment: