Jump to content

link properties


avengermx

Recommended Posts

Are you trying to do it in Apache or just in the HTML of the page?

 

HTML of the page, you could use javascript.

<script language="JavaScript">
var time = null
function move() {
window.location = 'http://www.yourdomain.com'
}
//-->
</script>

<body onload="timer=setTimeout('move()',2000)">

 

 

Link to comment
https://forums.phpfreaks.com/topic/101509-link-properties/#findComment-519597
Share on other sites

this is the line here  but where do i insert my new link which is supposed to replace the  FILENAME_CONTACT_US with my new link which is  http://avengermxboard.com/support/index.php

 

 

'text'  => '<a href="' . tep_href_link(FILENAME_CONTACT_US, '', 'NONSSL') . '">' . tep_image(DIR_WS_IMAGES . 'live_support2.gif', IMAGE_LIVE_SUPPORT_NOT_AVAILABLE) . '</a>');

Link to comment
https://forums.phpfreaks.com/topic/101509-link-properties/#findComment-520114
Share on other sites

'text'  => '<a href="http://avengermxboard.com/support/index.php'', 'NONSSL') . '">' . tep_image(DIR_WS_IMAGES . 'live_support2.gif', IMAGE_LIVE_SUPPORT_NOT_AVAILABLE) . '[/url]'); 



lol ignore the enters :P

try that

 

or of course you may not even need the exact url if it is in the right place on your server

Link to comment
https://forums.phpfreaks.com/topic/101509-link-properties/#findComment-520130
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.