Support Spidean |
Do you like our FREE downloads? How about the FREE support for the FREE downloads? Please help us out and donate any amount! It's fast and easy through PayPal.
|
spadata
Newbie   Posts: 5 Registered: 7/17/2004 Status: Offline
|
posted on 4/2/2006 at 02:02 AM |
Post wrap is truncating a link I really would like to work!
The original link:
http://storefront.linksynergy.com/fs-bin/store?eid=7cy3Gvk/
Qu0&offerid=102356&stid=6&subid=
Postwrap cuts the link off at:
http://storefront.linksynergy.com/fs-bin/store?eid=7cy3Gvk/
Qu0
Any repair, hack, idea? |
| |
| |
spadata
Newbie   Posts: 5 Registered: 7/17/2004 Status: Offline
|
posted on 4/2/2006 at 02:12 AM |
I found a quickie workaround - I thought of it as I posted the question
above.
I created a "forwarding page" in my root folder - makes for a VERY short
url
I used an old javascriopt re-direct code...
code:
<script language="Javascript"><!--
var URL =
"http://storefront.linksynergy.com/fs-bin/store?eid=7cy3Gvk/Qu0&offerid
=102356&stid=6&subid="
var speed = 1
function reload() {
location = URL
}
setTimeout("reload()", speed);
//--></script>
It works, but is there a better way? |
| |
|
|
|
|